
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	line-height: 170%;
	background-color: #02356e;
	padding: 0px !important;
	margin: 0px !important;
}

#test_body
{
	background-color: #02356e;
	background-image: none;
}
	
.mainbody
{
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/bg.jpg);
}



h1, h2.article_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 15px;
	}

h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #b5aaa0;
	margin-bottom: 5px;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: .2em;
	}
	
p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 170%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
a {
	color: #7099ba;
	text-decoration: none;
}

a:hover {
	color: #5ea848;
	text-decoration: underline;
}


	
/*-----MAIN CONTAINERS-----*/	
	
.container {
	width: 1000px;
	position: relative;
	margin: 0px;
	background-color: transparent;
	}
	
#header {
	height: 150px;
	margin-bottom:1px;
	padding-bottom:1px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	}
	
#logo {
	}
	
.outercontent2 {
	background-color: transparent;
	clear:both;
	padding-top:1px;
	min-height:500px;
	}
	
.outercontent {
	background-color: transparent;
	}

.content {
	margin-left:200px;
	width:700px;
	background-color: transparent;
	min-height:300px;
	padding-top:70px;
	}

#prefooter {
	clear: both;
	}
	
#footer {
	clear: both;
	}
	
	
/*-----LEFT SIDE NAVIGATION  ------*/
#leftnav {
	width: 200px;
	float: left;
	line-height:110% !important;
	margin-top:1px;
	padding-top:1px;
	clear:both;
	}
	
#navbox {
	
}

#leftnav ul {
	margin-left:45px;
	margin-top:1px;
	padding-top:1px;
	width:200px;	
}

#leftnav ul li {
	width: 125px;
	padding: 10px 0px;
	text-align: left !important;
	padding-left: 20px !important;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	list-style: none;	
	list-style-position: outside !important;
	list-style-image: none !important;
	list-style-type: none !important;
	background-image:url(images/navitem-bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#leftnav ul li:hover, #leftnav ul li:active, #leftnav ul li:focus {
	color: #5ea848;
	background-image:url(images/rollover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#leftnav a:link, #leftnav a:visited {
	color: #b5aaa0;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	}
	
#leftnav a:hover, #leftnav a:focus, #leftnav a:active {
	color: #5ea848;
	}
	
	
	
/*-----LEFT SIDE SUB NAVIGATION ------*/
.subnav
{
	margin:1px;
	display:none;
}

ul.subnav
{	
	border: medium solid #7099ba;
	width:150px !important;
	background-color:#02356e !important;
	margin-top:0 !important;
	margin-left:25px !important;
	padding-top:0 !important;
	position:absolute;
	z-index:25;
}

.subnav ul li
{
	text-indent: -13px !important;
	padding-left: 10px !important;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 5px;
	text-align: left !important;
	list-style-position: outside !important;
	list-style-image: none !important;
	list-style-type: none !important;
}

.subnav li a
{
	text-decoration:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	color:#000000;
	padding:0px 5px 0px 5px;
	font-size:10px !important;
}

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




/*-----ADDITIONAL CUSTOMIZATIONS-----*/

.content img{
	border:medium solid #7099ba;
	margin: 10px;
}

.content input
{
	border: thin solid #02356e;
	background-color: #7099ba;
}

.content textarea
{
	border: thin solid #02356e;
	background-color: #7099ba;
}

#article_image img
{
max-width:400px;
}
	
hr {
}

td {
	background-color: transparent !important;
}

#extracontentdiv {
    position:absolute;
    top: 140px;
	left:410px;
}