@charset "UTF-8";
html {
	height:100%
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:13px;
	background-color: #001900;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height:100%;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 25px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 14px;
}
.oneColFixCtr #container {
	width: 620px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../_images/bg.gif);
	background-repeat:repeat-y;
	height:100%;
	padding: 0px;
}
.oneColFixCtr #mainContent {
	padding: 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:absolute;
	width:600px;
}
#header {
	height: 150px;
	position:relative;
}
#mid {
	height: 225px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	background-color: #395f20;
}
#mid2 {
	height: 375px;
	background-color: #395f20;
}
#main {
	height: 475px;
	background-color: #395F20;
}
#main2 {
	height: 280px;
	background-color: #395F20;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}
#footer {
	margin-left: 170px;
	margin-top: 25px;
	color: #003300;
	font-size: 0.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#title {
	width: 329px;
	top: 20px;
	left: 150px;
	position:relative;
}
a {
	text-decoration: none;
	color: inherit;
	font-weight: bold;
}
a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
#nav {
	width: 450px;
	position: relative;
	top: 30px;
	left: 150px;
}
#main_left {
	width: 150px;
	float: left;
	height: 455px;
	position: relative;
}
#backforward {
	width: 410px;
	position: absolute;
	left: 170px;
	bottom: -10px;
}
#logo {
	text-align: center;
	position: absolute;
	bottom: -10px;
	width:150px;
}
#main_right {
	background-color: #598141;
	width: 410px;
	float: right;
	height: 450px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.emphasize {
	font-weight: bold;
	font-style: italic;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.projecthead { color: #FFFFFF; font-weight: bold; }