@charset "utf-8";
/* CSS Document */

body, html, div, img, p, h1, h2, h3, ul, li, a {
	margin:0;
	padding:0;
	border:0;
	outline:none; }	
body {	
	background:url(images/page_bkgd.gif) repeat-x;
	background-color:#CAD6DB;
	line-height:1;
	font-size:90%;
	color:#666666;
	font-family:Arial;
	float:left;
	width:100%; }	
h1, h2, h3, p {
	font-size:100%;
	padding:.6em 0;
	margin:0 15px; }	
h1 {
	font-size:1.3em;
	color:#000;
	font-weight:lighter;
	width:90%;
	border-bottom:1px solid #666666; }
h2 {
	font-size:small;
	color: #666;
}
p {
	line-height:1.35em;
	font-size:12px;
	color: #666;
	font-family: Arial;
}
a {
	color:#006633; }
a:hover {
	text-decoration:none;
	font-size: small;
}
#container {
	width:760px;
	margin:0 auto;
	font-size: small;
}
#inside_container {
	float:left;
	background-color:#FFF; }
#top_bar {
	height:15px;
	width:760px;
	margin:0 auto;
	background:url(images/nav_tp.gif) no-repeat 106px 0px; }
#top_menu {
	float:right; }
.top_menu {
	list-style:none; }
.top_menu li {
	float:left; }
#logo {
	float:left; }
#left_col {
	float:left;
	width:300px; }
#right_col {
	float:right;
	width:440px;
	margin:0 3px 0 0; }
#bottom_bar {
	clear:both;
	border-top:1px solid #999999;
	text-align:center;
	font-size:.7em;
	padding:2px 0 0 0; }
#bottom_bar a {
	color:#666666;
	text-decoration:none; }
#footer {
	text-align:center;
	clear:both;
	border-top:1px dashed #CCC;
	margin:20px 0 0 0;
	padding:10px 0 5px 0;
	font-size:.85em; }
#left_menu {
	float:left;
	width:268px;
	font-size:.85em; }
.left_menu {
	list-style:none;
	margin-left:15px; }
.left_menu li {
	padding:5px 0 5px 0;
	border-top:1px dashed #CCC; }
.left_menu li:first-child {
	border:none; }
.left_menu li a{
	text-decoration:none;
	color:#666666; }
.sub_menu {
	display:none; }
.selected {
	list-style:none;
	background:url(images/menu.gif) repeat-y; }
.sub_menu_selected {
	margin:0 0 0 35px;
	list-style:none; }
.sub_menu_selected li {
	border:none;
	margin:-3px 0 0 0;
	font-size:.8em; }
.sub_menu_selected li a {
	color:#006633; }
.left {
	float:left; }
.right {
	float:right; }
#right_content {
	float:left;
	width:425px; }
#right_content img {
	padding:.5em 0;
	margin:0 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#left_content {
	float:left;
	width:100%; }
#left_content img {
	margin:5px 0 5px 0; }
.red {
	color:#03C;
	font-size: small;
}



#navcontainer
{
background: white;
margin: 0 auto;
padding: 1em 0 0 0;
font-family: sans-serif;
text-transform: normal;
}

/* to stretch the container div to contain floated list */
#navcontainer:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#navlist
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 130%;
font-size: 0.8em;
}

ul#navlist li
{
display: block;
float: left;
width: 15%;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #f7f2ea;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}
.green {
	color: #063;
}
