
/* Layout Stylesheet */ 

body {
	margin-top: 10px;
	background: url(images/backgroundmap.png) no-repeat center top;
	background-color: #77aaa4;
	color: #072528;
	font-size: 1em;
	text-align: left;
	padding:0;
	
 }
 body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #072528;
}

#outer {
 text-align:left;
 border:0px solid #000000;
 width:818px;
 margin:auto;
 padding: 0;
 }

#hdr {
 height:138px;
 width: 818px;
 background: url(images/headerd.png) no-repeat;
 color: #666666;
 margin: 0;
 padding: 0;
 }
 
#bodyblock {
 position: relative;
 background: url(images/contentbg.png) repeat-y left;
 color: #40736d;
 width:818px;
 padding: 0;
 margin-top: 25px;
 }

#cont 
{
 width: 700px;
 color: #517f79;
 text-align:left;
 margin: 0px 0 0 50px;
 padding: 10px 30px 0px 10px;
 font: Arial, Helvetica, sans-serif;
 }

 
#ftr {
 height: 35px;
 background:#999999;
 color: #ffffff;
 font-weight: bold;
 margin: 0px 0 0 0;
 padding: 10px 0 0 0;
 background: url(images/footerbg.png) no-repeat left;
 font: Arial, Helvetica, sans-serif; 
 font-size: 10px;
 }
 
/*Menu*/

#menu {
	
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 40px;
	background: url(images/menubar.png) no-repeat;
	width: 818px;
	height: 25px;
}
#menu li {
	float: left;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 10px 0 0;
}
#menu a {
	background: url("images/seperator.png") bottom right no-repeat none;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 3px 9px;
	text-decoration: none;
	font-weight: normal;
}
#menu a:hover {
	background: #77aaa4;
	color: #fff;
	font-weight: normal;
	padding-bottom: 0px;
	height: 35px;                    
}    

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #1a4c46;
	font-weight: normal;
	outline: none;
}
a:hover
{
 	text-decoration: none;
	color: #990000;
	font-weight: normal;
	outline: none;
}  

p {margin-top: 0;} 

h1 {
font-weight: bold;
font-size: 18px;
} 

h2 {
font-weight: bold;
font-size: 14px;
}  

hr {
    height:1px;
    width: 100%;
    background:#517f79;
    margin: 0 auto; 
	border: 0; 
   }
   
table, th, td
{
border: 1px solid #9ec0bc;
border-collapse: collapse;
color: #528982;
font: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 5px;

}  

th
{
background: #bed2cf;
}

img { border: 0px; }
 

     