@charset "UTF-8";
body {
	background-color:#007685;
	background-image: url(images/page_background.gif);
	background-repeat:repeat;
	margin:11px 0px 0px 0px;
}

#page_shadow {
position:absolute;
top:0px;
width:100%;
background-image:url(images/topshade.gif);
background-position:top;
background-repeat:repeat-x;
height:11px;
/* border:solid 1px #CC33FF; */
z-index:100;
}




p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
/*	color:#000000; */
	line-height:20px;
	text-align:left;
	margin-left:108px;

}





#content {
position:absolute;
margin-left:-406px;
left:50%;
width:812px;
display:block;
}

#header {
float:left;
display:block;
width:100%;
}

#footer {
/* float:right; */
}


#menu {
float:left;
left:0px;
margin:0px;
padding:0px;
border:none;
/* border:#00FFFF 1px solid;*/
display:block;
width:100%;

}

#text {
float:left;
/* border:#CC66FF 1px solid; */
display:block;
width:632px;
/* background-color:#FFFFFF;
width:812px; */


}


a:link, a:visited {
	color: #99CC66;
}
.smaller {
	font-size: 10px;
	color: #000000;
}



#menu img {
border:none;
margin:0;}


img {
border:none;
}

.lead {
font-weight:bold;
/* text-transform:uppercase; */
font-size:12px;
color:#FFFFFF;
letter-spacing:0;
margin-right:12px;
}