body {
	font-family: Calibri, Arial, sans-serif;
	font-size: 12pt;
	background-color: #2F2F00;
	margin: 0px;
	padding: 0px;
}

#center_all {
	position: relative;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-y;
}

#masthead {
	position: relative;
	width: 780px;
	height: 110px;
	top: 0px;
	left: 0px;
}

#masthead img {
	border: 0px none;
}

#nav_left {
	float: left;
	margin-left: 4px;
	width: 160px;	
	background-color: #666600;
	padding-left: 10px;
	padding-top: 20px;
}

#nav_left ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#nav_left li {
	padding-top: 10px;
	padding-bottom: 10px;
}

#nav_left a:link, #nav_left a:visited {
	color: #ffff99;
	text-decoration: none;
	font-size: 13pt;
}

#nav_left a:hover {
	color: #cccc33;
	text-decoration: underline;
	font-size: 13pt;
}

#body_content {
	float: right;
	background-color: #ffffce;
	width: 591px;
	margin-right: 4px;
	padding: 5px;
	border-left: 1px solid #666600;
	padding-top: 20px;
	padding-bottom: 20px;
}

#body_content a:link, #body_content a:visited {
	color: #308B29;
}

#body_content a:hover {
	color: #ffffce;
	background-color: #308B29;
	text-decoration: none;
}

#footer {
	clear: both;
	position: relative;
	width: 780px;
	height: 200px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-y;
}

#footer p {
	width: 780px;
	font-size: 10pt;
	text-align: center;
	color: #2F2F00;
	padding-left: 80px;
}

h1 {
	color: #308B29;
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
	color: #666600;
}

h3 {
	font-size: 13pt;
}

.form_label {
	text-align: right;
	font-weight: bold;
}