/* CSS Document */
body {
	text-align:center;
	color: #000000;
	background-color: #E6DCB4;
	font-size: 12px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
		}
	
#frame {
		width:650px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}
		
#contentleft {
	width:140px;
	padding:0px;
	float:left;
	background:#2B6031;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	height: 100%;
		}
	
#contentcenter {
	width:508px;
	padding:0px;
	float:left;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	font-family: sans-serif;
		}
	
#contentright {
		width:180px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
#contentheader {
	background:#2B6031;
	height: 140px;
		}
		
p,h1,pre {
	margin:0px 10px 10px 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
		}
		
h1 {
		font-size:18px;
		padding-top:10px;
		}
		
#contentheader h1 {
	font-size:24px;
	padding:10px;
	margin:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
		}
	
#contentright p { font-size:10px}
table {
	vertical-align: text-bottom;
}
#navbar {
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
#navbar a {
	color: #FFFFFF;
}
#navbar h1 {
	color: #FFFFFF;
	font-weight: bold;
}
img {
	margin-left: 10px;
}
#contentleft a {
	color: #FFFFFF;
}
