body{
margin: 0 auto;
padding:0;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
background-color:#001030;
color: #000;
background-image: url(images/tile.jpg);
background-repeat: repeat-x;
text-align: center;
}

a{
color:navy;
text-decoration: none;
font-weight: bold;
}

a:hover{
color:blackm;
text-decoration: none;
font-weight: bold;
}


#wrapper{
width: 799px;
padding:0;
margin: auto;
text-align: left;
}


#header{
float: left;
width: 799px;
height: 84px;
margin: 0 0 0 0;
padding: 0;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
}

  #header p
  {
  text-align: right;
  margin: 0;
  padding: 7px;
  color: white;
  font-size: 16px;
  }
  
  
  #header a
  {
  color: white;
  text-decoration: none;
  font-weight: normal;
  }

  #header a:hover
  {
  color: white;
  text-decoration: underline;
  font-weight: normal;
  }

#main
{
width: 799px;
background-color: white;
background-image: url(images/main_tile.jpg);
background-repeat: repeat-y;
float: left;
margin: 0 0 7px 0;
}


#side
{
width: 180px;
float: left;
}

  #side p
  {
  margin: 0;
  padding: 7px;
  }


#buttons{
float:left;
width: 180px;
text-align: left;
margin: 7px 0 15px 3px;
}

html>body #buttons{
margin: 7px 0 15px 7px;
}

  #buttons ul{
  list-style: none;
  margin: 0;
  padding: 0;
  }
  
  #buttons li{
  margin: 0 0 2px 0;
  }
  
  #buttons li a{
  display: block;
  width: 156px;
  padding: 4px 0 6px 7px;
  background-color: #002061;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  }
  
  #buttons li a:hover{
  background-color: #000;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  }

#content
{
width: 610px;
float: left;
}


#flash
{
float: left;
margin: 0 0 7px 0;
}
  
  #leftflash
  {
  float: left;
  margin: 0 0 0 0px;
  }

  #rightflash
  {
  float: left;
  margin: 0 0 0 3px;
  }

        html>body #leftflash {float: left; margin: 0 0 0 5px; }

        html>body #rightflash{float: left; margin: 0 0 0 3px;  }

  
  #content p
  {
  margin: 0;
  padding: 7px;
  }
  
  #title
  {
  font-weight: bold;
  background-color: transparent;
  font-size: 16px;
  margin: 0;
  padding: 7px;
  color: navy;
  }


#footer{
clear: both;
width: 799px;
color: #000;
text-align: center;
}

  #footer p
  {
  margin: 0;
  padding: 3px 0 3px 0;
  } 


#footer{
clear: both;
width: 799px;
color: #000;
background-color: #fff;
text-align: center;
}

  #footer p
  {
  margin: 0;
  padding: 3px 0 3px 0;
  } 
  


#openspace
{
display: block;
width: 40px;
float: left;
}