body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
	background-color: #003300;
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
}
p {
	margin-top: 10px;
	font-family: arial;
	font-size: 8pt;
	line-height: 18px;
	text-align: left;
	}
	
dl{
	margin-left: 30px;
	text-align: left;
}

dt{
	font-weight: bold;
	color: #88AA55;
	text-transform: uppercase;
	margin-top: 15px;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
}

dd{
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

li{
	font-size: 12px;
	line-height: 20px;
	list-style-position: outside;
	text-align: left;
	padding-right: 70px;
}




h2 { 
	font: normal 12pt arial;  
	text-transform: uppercase;
	color: #006633;
	font-weight: bold;
	text-align: left;
	}
h3 { 
	font: normal 11pt arial;
	text-transform: uppercase;
	color: #006633;
	text-align: left;
	}
	
ul {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
	list-style: outside;
}
	
td{
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}


tr.alt1{
	background-color: #e7e3a0;
}
tr.alt2{
	background-color: #e6e4be;
}

a:link { 
	font-weight: bold; 
	color: #003300;
	}
a:visited { 
	font-weight: bold; 
	color: #003300;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #003300;
	}

/* specific divs */
#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 800px;
	height: 100%;
	text-align: left;
	position: relative;
	background-color: #ffffff;
	}
#leftContent {
	margin-left: 20px;
	padding-bottom: 10px;
	width: 550px;

	}

#rightRail {
	width: 200px;
	float: right;
}

#rightRail li {
	font-size: 11px;
	list-style:none;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: dashed #999999 1px;
}



#intro { 
	
	}
#pageHeader { 
	width: 506px;
	height: 234px;
	float: left;
	}
	
#menubar {
	border: 1px #003300 solid;
	width: 800;
	background-color:#999933;
	padding: 7px;
}
.menuitem {
	font-size: 12px;
	text-transform: uppercase;
	font-weight:bold;
	color:#003300;
	letter-spacing: 1px;
	padding-top: 5px;
}

.pageTitle {
	font-size: 14px;
	font-weight: bold;
	color: #999933;
}



#footer {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	width: 550px;
	}
	
#footer a:link, #footer a:visited { 
	margin-right: 20px;
	margin-bottom: 30px; 
	}
