* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #ebe94d;
   text-align: center;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
  color:#009add;  
  padding:0px;
  margin:0px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;

}

BODY, P, TD, TH, DIV,  DL, UL, OL  {
font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
  color:#009add;  
  }

#container { 	
position: relative;
text-align: left;
margin: 0px auto;
padding: 0px;
width: 910px;
padding-bottom:20px;

}  
  

#bookmarks img{
/*padding-left:16px;*/
margin-left:16px;
}  

#content{
float:right;
width:528px;
background-color:#ffffff;
/*background-image:url('content_top.png');
background-repeat:no-repeat;*/
position:relative;
top:50px;
left:0px;
padding-left:5px;
padding-right:5px;

}  
 
#content h2{
margin-top:10px;
margin-bottom:8px;

} 
 
#content p{
margin-top:15px;

} 
 
 
  
#content_bottom{
width:538px;
height:60px;
background-color:#ffffff;
/*background-image:url('content_bottom.png');
background-repeat:no-repeat;
background-position: bottom center;*/
position:relative;
bottom:0px;
left:0px;
margin:0px;
padding:0px;
left:0px;
margin-left:-5px;

}  



#nav {
	position: absolute;
	top: 20px;
	right:10px;
	margin-bottom: 0px;
	font-size: 12pt;
	color: #fff;
	z-index:100;
	}
	
	
#nav A:link { color: #8e2e48; text-decoration: none;}
#nav A:visited { color: #8e2e48;text-decoration: none; }
#nav A:hover { color: #8e2e48; text-decoration: underline;}
#nav A:active { color: #d7b40f; text-decoration: none;}

ul {
margin-top:20px;
}

li {
margin-bottom:16px;
}


A:link { color: #CC9C2A; text-decoration: none;}
A:visited { color: #CC9C2A;text-decoration: none; }
A:hover { color: #66cccc; }
A:active { color: #66cccc; text-decoration: none;}

