/* CSS Document */

#container {
	background-color:#FFFFFF;
	border:1px #000000 solid;
	width:730px;
	margin: 0 auto;
	z-index:1;
}
#header {
	position:relative;
	width:640px;
	height:52px;
	border-bottom: 2px solid #000000;
	z-index:2;
	padding-bottom:2px;
}
#header .text {
	font-weight:bold;
	font-style:italic;
	font-size:15px;
	color:#3F6C29;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:34px;
	float:right;
	width:530px;
	text-align:left;
}
#header .logo {
	padding-top:3px;
	padding-left:3px;
}

#home {
	position: relative;
	left:653px;
	top:-29px;
	width:68px;
	z-index:4;
}

#home a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#3F6C29;
	font-weight:bold;
	font-size:13px;
}

#home .text {
	margin-top:8px;
	float:right;
}

#top_image .nav_bar {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#339933;
	color:#FFFFFF;
	font-weight:bolder;
	font-size:12px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
}
#top_image a {
	color:#FFFFFF;
}
#top_image {
	position: relative;
	top:-23px;
	width:730px;
	z-index:5;
}
#content {
	position:relative;
	top:-15px;
	width:473px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	z-index:8;
}
#content .min_heightA{
    height:800px;
    float:right;
    width:1px;
}

#content .min_heightB{
    clear:both;
    height:1px;
    overflow:hidden;
}
#content .main_title {
	font-size:16px;
	font-weight:bold;
	color:#000760;
	border-bottom: 1px solid #000000;
	text-transform: uppercase;
	margin-bottom:10px;
	text-indent:10px;
}
#content .sub_title {
	background-color:#339933;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	padding-bottom: 2px;
	text-transform: uppercase;
	text-indent:5px;
	margin-left:10px;
	margin-right:10px;
}
#content .data {
	font-size:13px;
	margin-left:16px;
	margin-right:16px;
	margin-bottom:10px;
	margin-top:10px;
}
#content a {
	font-weight:bold;
	color:#003366;
}
#side_nav {
	position:relative;
	top:-15px;
	float:right;
	width:256px;
	z-index:9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	overflow: hidden;
}
#side_nav .sub_title {
	background-color:#000000;
	padding:3px;
	color:#FFFFFF;
	text-indent:5px;
	margin-bottom:15px;
}
#side_nav .image {
	text-align:center;
	margin-bottom:15px;
}
#side_nav .data {
	margin-left:8px;
	margin-right:8px;
	margin-bottom:15px;
}
#side_nav a {
	color:#003366;
}
#side_nav .past_proj {
	font-weight:bold;
	margin-bottom:15px;
	margin-left:22px;
	margin-right:22px;
	background-color:#CCCCCC;
	padding:3px;
}
#bottom_nav_and_cr {
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	width:730px;
	top:15px;
	right:0px;
	font-size:11px;
	z-index:10;
}
#bottom_nav_and_cr .green_bg {
	text-align:right;
	background-color:#339933;
	color:#FFFFFF;
	padding-right:5px;
	padding-left:5px;
}
#bottom_nav_and_cr .nav {
	color:#333333;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
}
#bottom_nav_and_cr a {
	color:#003366;
}
body {
	background-image: url(../template_images/bg.jpg);
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
