/* CSS Document */

/************************************************************ [UNIVERSAL ELEMENTS] */
body{
	/*background-image: url(images/bg_body.gif);
	background-repeat: repeat;*/
	text-align: center;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
div#container950{
	width: 780px;
	height: 1094px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	padding: 10px 10px 5px 10px;
	border: 2px solid #000;
	background-color: #00885A;
	}
img{
	border: none;
	padding: 0px;
	margin: 0px;
	}
strong{
	font-weight: bold;
	}
em{
	font-style: italic;
	}
	
h1{
	margin: 0px;
	padding: 0px;
	font: 20px arial, sans-serif;
	font-weight: normal;
	color: #000;}

h2{
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font: 20px arial, verdana, sans-serif;
	color: #000;
	font-weight: normal;
	}
h3{
	margin: 0px;
	padding: 0px;
	font: 12px arial, verdana, sans-serif;
	color: #00885a;
	font-weight: bold;
	}
/************************************************************ [PARAGRAPH SELECTORS] */
p{
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	}
p.green_left{
	color: #00885a;
	font-weight: bold;
	text-align: left;
	}
p.green_right{
	color: #00885a;
	font-weight: bold;
	text-align: right;
	}
.indent20{
	text-indent: 20px;
	}
p.rightAlign{
	text-align: right;
	margin: 0px 10px 0px 0px;
	}
p.title{
	font: 18px arial, sans-serif;
	font-weight: normal;
	text-align: right;
	color: #fff;
	padding: 52px 4px 0px 0px;
	}
p.title2{
	font: 20px arial, sans-serif;
	font-weight: normal;
	color: #000;
	}
p.footer{
	font-size: 10px;
	text-align: center;
	line-height: 1.3em;
	vertical-align: bottom;
	color: #666;
	}
/************************************************************ [ANCHOR SELECTORS] */
a#activenation, a#activenation:visited{
	color: #000;
	text-decoration: underline;
	}
	a#activenation:hover, a#activenation:active{
		color: #fe370b;
		}
a.mail_to, a.mail_to:visited{
	text-decoration: none;
	color: #00885a;
	}
	a.mail_to:hover, a.mail_to:active{
		text-decoration: underline;
		color: #00885a;
		}
a.in_body, a.in_body:visited{
	color: #00885a;
	text-decoration: none;
	font-weight: bold;
	}
	a.in_body:hover, a.in_body:active{
		color: #00885a;
		text-decoration: underline;
		font-weight: bold;
		}
a.underline, a.underline:visited{
	color: #000;
	text-decoration: none;
	}
	a.underline:hover, a.underline:active{
		color: #000;
		text-decoration: underline;
		}
/************************************************************ [HEADER, NAVIGATION, MAIN DIVS] */
div#header{
	width: 780px;
	height: 85px;
	margin: 0px 0px 5px 0px;
	}
div#top_nav{
	width: 780px;
	height: 39px;
	margin: 0px 0px 5px 0px;
	background-color: #00885a;
	text-align: center;
	}
div#main{
	background-color: #fff;
	}
div#left_nav950{
	float: left;
	width: 185px;
	height: 954px;
	background-color: #00885a;
	margin: 0px 10px 0px 0px;
	}
div#content950{
	float: left;
	width: 565px;
 	height: 950px;
	background-color: #fff;
	padding: 10px 10px 5px 10px;
	}
div#footer{
	width: 780px;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
/************************************************************ [SMALLER DIVS, LISTS, TABLES] */
div#port_nav{
	float: left;
	width: 565px;
	border-bottom: 1px solid #000;
	margin: 0px 0px 10px 0px;
	}	
table#thumbnail{
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	}
td.thumbnail{
	width: 225px;
	text-align: center;
	}
td.title{
	width: 225px;
	vertical-align: middle;
	text-align: center;
	}
/************************************************************ [LEFT NAVIGATION] */
div#left_nav950 ul{
	width: 185px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	}
div#left_nav950 li{
	list-style-type: none;
	list-style-position: outside;
	height: 20px;
	margin: 0px;
	padding: 0px;
	}
div#left_nav950 a:link, div#left_nav950 a:visited{
	height: 18px;
	font: 12px arial, sans-serif;
	color: #fff;
	text-decoration: none;
	display: block;
	background: url(images/subnav_off.gif) no-repeat;
	padding: 2px 0px 0px 5px;
	}
div#left_nav950 a:hover, div#left_nav950 a:active{
		height: 18px;
		font-weight: bold;
		color: #000;
		background: url(images/bg_subnav_on.gif) no-repeat;
		display: block;
		padding: 2px 0px 0px 5px;
		}
