body {
	margin:0;
	padding:0;
	font:0.7em Arial, Helvetica, sans-serif;
	color:#333;
}

img {border:none;}



#bodyWrapper {
	width:69em;
	margin:auto;
}


/* H E A D E R */
#header {
	background:url(../images/header.jpg) repeat-x right top;
	margin-bottom:0.5em;
}
#headerContainer {
	width:69em;
}
#nav {
	background:#013d09;
	border-bottom:1px solid #fff;
	height:1.9em;
	white-space:nowrap;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	margin:0;
	float:left;
	padding:0;
}
#nav li a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
	margin:0;
	padding:0.3em 1em;
	border-right:1px solid #fff;
	display:block;
}
#nav li a:hover {
	background:#99ff99;
	color:#013d09;
	text-decoration:none;
}
#login {
	float:right;
	margin:1em 1em 0 0;
}
#login fieldset {
	border:1px solid #00a364;
}
#login legend {
	color:#fff;
	font-weight:bold;
}
#login a {
	color:#fff;
}
#login a:hover {
	color:#013d09;
}
.txtInput {
	border:1px solid #00a364;
	width:5em;
	font-size:1em;
}
.submitForm {
	background:#00a364;
	font-size:1em;
	color:#fff;
}
/*end header*/

/* C O N T E N T */
#content {
	clear:both;
	position:relative;
	margin-bottom:15px;
	width:69em;
}
#content h1 {
	font-size:1.7em;
	margin:1em 0 0.5em 0;
}
#content h2 {
	font-size:1.3em;
	margin:1em 0 0.5em 0;
}
#content p {
	margin:0.5em  0 1em 0;
}
#content p a {
	color:#008000;
	text-decoration:none;
}
#content p a:hover {
	color:#008000;
	text-decoration:none;
	font-weight:bold;
}
#content li a {
	color:#008000;
	text-decoration:none;
}
#content li a:hover {
	color:#008000;
	text-decoration:none;
	font-weight:bold;
}	
#leftCol {	
	position:absolute;
	left:1em;
	top:0;
	width:17em;
}
#leftCol ul {
	margin:0 1em 2em 0;
	padding:0;
	list-style:none;
}
#leftCol li {
	margin:0.2em 0;
	background:#013d09;
	padding:0;
}
#leftCol li a {
	display:block;
	color:#fff;
	padding:0.2em 0.7em;
	text-decoration:none;
	font-weight:bold;
}
#leftCol li a:hover {
	background:#99ff99;
	color:#013d09;
	text-decoration:none;
}
#colImages img {
	margin-bottom: 5px;
	font-size:1.1em;
	}
#mainContent {
	font-size:1.1em;
	margin:0 19em 0 16em;
	min-height:5em;
/*this controls minimums height of page before footer*/	

}
#newContent {
	font-size:1.1em;
	margin:0 0em 0 16em;
	min-height:5em;
/*this controls minimums height of page before footer*/
}
#sep {

}
#rightCol {
	position:absolute;
	right:1em;
	top:0;
	width:19em;
	background:#e2edc3;
}
#rightCol h3 {
	background:#013d09 url(../images/topTitleRC.gif) no-repeat right top;
	margin:0;
	padding:0.3em 0;
	text-align:center;
	color:#fff;
	font-size:1.4em
}
#rightCol div {
	border-bottom:2px solid #013d09;
	margin:1.5em;
}
#rightCol div a {
	color:#000;
	text-decoration:none;
}
#rightCol div a:hover {
	color:#008000;
	text-decoration:none;
}
#rightCol div h4 {
	margin:1em 0 0 0;
	font-size:1.1em;
}
#rightCol div p {
	margin:0.1em 0 1em 0;
}
#rightCol div p a:hover {
	color:#008000;
}
/*end content*/


/* F O O T E R */
#footer {
	margin-top: 50px;
	}

#copy {
	padding:10px;
	font-weight:bold;
}
address {
	font-style:normal;
	
	}
#navFooter {
	background:#013d09;
	color:#fff;
	padding:2px 15px;

	
}


#navFooter ul {
	margin:0;
	padding:0
	list-style:none;
}
#navFooter li {
	display:inline;
}
#navFooter li a {
	color:#fff;
	text-decoration:none;
}
#navFooter li a:hover {
	color:#99ff99;
	text-decoration:underline;
}
/*end footer*/