/*SPHERICAILTY COLORS
888 gray for text
336666 dark teal green

*/

h1, h2.article_header {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #666;
	font-family: "Times New Roman", Times, serif;
	}
	

h2 { /*-Slightly smaller and different color than H1-*/
	font-size: 18px;
	font-weight: bold;
	color: #336666;
	margin-bottom: 5px;
	}

h3 {
	font-size: 14px;
	color: #336666;
	}
	
.content img {
	border: none;
	
	margin-left: 20px;
	margin-bottom: 8px;
	}


a {
	color: #336666;
	text-decoration: none;
	}
	
a:hover {
	color: #336666;
	text-decoration: underline;
	}


body {
	background:url("images/body-bg.jpg") repeat-x scroll left -79px #FFFFFF;
color:#666666;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
margin:0;
padding:0;
	}
	
.container {

	}
	
#header {
	background: url(images/header-bg.jpg) no-repeat;
	height: 163px;
	width: 1200px;
	}
	
#logo {

	}
	
.outercontent2 {
	width: 1200px;
	background: url(images/outercontent2-bg.jpg) repeat-y;
	}
	
.outercontent {
	background: url(images/outercontent-bg.jpg) no-repeat left top;
	padding-bottom:100px;
	padding-top:1px;
	}
	
.content {
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:12px;
margin-left:135px;
min-height:650px;
padding-bottom:100px;
width:920px;
margin-top:1px;
	}
	
.content p {
	line-height: 160%;
	margin: 0px 0px 0px 0px;
	padding-bottom: 15px;
	color: #666;
	}
	
#prefooter {
	clear: both;
	}
	
#footer {
	width: 1200px;
	height: 44px;
	background: url(images/footer-bg.jpg) no-repeat top;
	}
	
	




/*----TOP NAVIGATION -  */

#leftnav
{
	color:#888888;
height:28px;
line-height:110% !important;
list-style:none outside none;
margin:0 auto;
padding:0 0 0 175px;
width:825px;
position:relative;
top:-25px;
}

#leftnav ul { 
	list-style: none; 
}

#navbox ul#menu_ul 
{	
	display:block;
	margin:0 auto;
	position:absolute;
}

#navbox li.toplevel 
{ 	
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	text-align: center; 
	display:block;
	float:left;
	padding: 8px 19px;
	position:relative;
	list-style-image: none;
	list-style-type: none;
	list-style: none;
}

#leftnav ul li:hover, #leftnav ul li:focus, #leftnav ul li:active {
	
	}

#navbox a
{
	text-decoration: none;
	list-style: none;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000 !important;
}

#navbox a:hover
{
	text-decoration: none;
	color: #336666 !important;
}




	
.subnav
{
	margin:1px;
	display:none;
}

ul.subnav 
{
	z-index:25;
	position:absolute;
	padding: 5px;
	width: auto;
	position:absolute;
	color: #888 !important;
	text-align: left !important;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}

.subnav li
{
	
	
	text-align: left !important;
	padding: 5px 5px 5px 15px;
	height: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #888;
	color: #1a4673 !important;
	list-style: none;
	background: #FFF !important;	
	width: 175px !important;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;

}
	
.subnav li a
{
	color: #1a4673 !important;
	text-decoration:none;
	list-style:none;
	color:#000 !important;
	padding:5px !important;
	font-size:10px !important;
}

.subnav li a:hover
{
	color: #1a4673 !important;
}

.subnav li a:link, .subnav li a:active, .subnav li a:visited
{
	text-decoration:none;
}



input, textarea 
	{
	border: 1px solid #666;
	background: #EFEFEF;
	padding: 2px;
	}

.times {
	font-family: "Times New Roman", Times, serif !important;
	}



td {
	background-color: transparent !important;
}