/* CSS Document */

body {
	font-family: Verdana, Sans, Sans-serif;
	color: #000000;
	background-color: #006633;
	font-size: 11px;
	margin: 0px;
}
h1{
	color: #00a94f;
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
}
h1 small{
	font-size: 10px;
	font-weight: bold;
}
h2{
	font-size: 14px;
	color: #00371b;
	font-weight: bold;
}
#container {
	margin: 0px auto;
	width: 800px;
	background-color: #FFF;
}	
p {
	font-size: 12px;
}
a{
	color: #999;
}
a:hover{
	color: #00a94f;
}
#masthead {
	display: none;
}
#mainbody {
}
#partleftcol {
	width: 415px;
	float: left;
}
#partrightcol {
	width: 278px;
	float: left;
}
#footer {
	clear: both;
	color: #000;
}
#sidenav{
	display: none;
}
#printlogo{
	display: block;
}
#breadcrumb{
	display: none;
}
#caticons{
	display: none;
}
