/* 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#container{
	width: 780px;
	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;
	}

/************************************************************ [PARAGRAPH SELECTORS] */
p{
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	}
p.title{
	font-family: "arial narrow", arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	color: #00885a;
	}
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.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;
		}

/************************************************************ [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#middle{
	width: 780px;
	height: 300px;
	margin: 0px 0px 5px 0px;
	background-color: #00885a;
	text-align: center;
	}
div#bottom{
	width: 780px;
	height: 251px;
	margin: 0px 0px 10px 0px;
	background-image: url(images/bg_index_bottom.gif);
	background-repeat: no-repeat;
	
	}
div#footer{
	width: 780px;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
	line-height: 16px;
	}
/************************************************************ [SMALLER DIVS] */
div#bottom_left{
	float: left;
	width: 243px;
	height: 231px;
	padding: 15px 8px 5px 8px;
	}
div#bottom_middle{
	float: left;
	width: 245px;
	height: 231px;
	padding: 15px 8px 5px 8px;
	}
div#bottom_right{
	float: left;
	width: 242px;
	height: 231px;
	padding: 15px 8px 5px 8px;
	}
/************************************************************ [IMAGE SELECTORS] */
img.small_thumbnail{
	margin: 30px 0px 0px 45px;
	border: 1px solid #000;
	}
img.small_thumbnail2{
	margin: 0px 0px 0px 45px;
	border: 1px solid #000;
	}

.title_row{
	font-family: "arial narrow", arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	color: #00885a;
	}
