@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #35546b;
}


#Container
{
	margin: auto;
	margin-top: 20px;
	width: 760px;
}

h1
{
	background-image:url(../pics/top_header.jpg);
	background-repeat: no-repeat;
	text-indent: -2000px;
	margin: 0;
	padding: 0;
	width: 760px;
	height: 150px;
	display: block;
	position: relative;
}

#Menu
{
	background-color: #2f4b61;
	width: 738px;
	margin: auto;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #35546b;
	border-bottom: 1px solid #35546b;
	border-right: 1px solid #35546b;
	text-indent:0px;
	font-size: 11px;
	color:#FFFFFF;
	font-weight: normal;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#Menu a
{
	font-size: 11px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#Menu a:hover
{
	color: #ff9900;
}


#Content
{
	width: 758px;
	min-height: 300px;
	border: 1px solid #35546b;
}

#Content .pagecontent
{
	margin: 10px;
	margin-left: 10px;
	margin-right: 10px;
	width: 396px;
	float: left;
}

#Content p.fig
{
	text-align: center;
	color:#666666;
	font-style: italic;
}


#Content p.ad
{
	text-align: center;
}

#Content div.contentad
{
	text-align: center;
	margin: auto;
	width: 400px;
}


#LargeNav
{
	float: left;
	margin: 10px;
	width: 150px;
}

#LargeNav .section
{
	color:#FFFFFF;
	background-color: #35546b;
	margin-bottom: 0px;
	background-image:url(../pics/nav/bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 5px;
	
}


#LargeNav .section .content
{
	padding: 8px;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}


#LargeNav .section .content a
{
	display: block;
	color:#FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

#LargeNav .section .content a:hover
{
	color: #ff9900;
}



#RightAd
{
	float: right;
	margin: 10px;
	width: 120px;
}


#AdSense
{
	float: right;
	margin: 10px;
	width: 120px;
	clear: right;
}

#LeftAdSense
{
	float: left;
	margin: 10px;
	width: 160px;
	clear: right;
}


#BottomAd
{
	margin: 16px;
	width: 728px;
	clear: both;
	text-align: center;
}


#Footer
{
	width: 760px;
	margin-top: 20px;
	color: #949494;
	text-align: center;
	font-size: 10px;
	margin-bottom: 20px;
}


div.clear
{
	clear: both;
}



h2
{
	margin-top:0;
	font-size: 18px;
	font-weight: bold;
}

h3
{
	font-style: italic;
}

a.sectionheader
{
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #35546b;
	text-decoration: underline;
	color: color: #35546b;
	font-weight: bold;
}