body {
	padding: 0px;
	margin: 0px;
	
	font-family: arial, sans-serif;
	font-size: 9pt;
	color: #64a225;
}

#header {
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #90bf59;
	/*min-height: 56px;*/
	width: 100%;

	font-family: verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	
	margin: 0px;
	padding: 0px;
	padding-top: 14px;
	padding-bottom: 18px;
}

#header a {
	color: white;
	text-decoration: none;
}

#header a:active, #header a:focus {
	color: #ff5b10;
}

#header a:hover {
	color: #ff5b10;
}

#header p {
	margin: 0px;
	padding: 0px;
}

#header ul {
	padding: 0px;
	margin: 0px;
}

#header ul li {
	display: inline;
	margin-right: -3pt;
}

#header ul li:before {
	content: "ooo ";
	color: #005e2b;
}
#header ul li:after {
	content: " ooo";
	color: #005e2b;
}

.mainNavBullet {
	content: "oooooo";
	color: #005e2b;
}

#mainArea {
	position: absolute;
	top: 100px;
	width: 100%;
	text-align:center;
}

#mainPane {
	margin: 0 auto;
	position: relative;
	clear: left;
	text-align: left;

	width: 908px;
	height: 500px;
}

#content {
	position: absolute;
	/*border: 1px solid #6aa62e;
	-moz-border-radius: 10px;*/
	background-image: url(images/content_back.png);
	
	padding: 0px;
	
	width: 680px;
	height: 500px;
}

/*#contentFrame {
	border: none;
	width: 100%;
	height: 100%;
}*/

#contact {
	position: absolute;
	background-color: #e3f1d4;
	background-image: url(images/contact_back.png);
	
	
	padding: 0px;

	right: 0px;
	top: 0px;
	width: 218px;
	height: 500px;
}

#contact h2 {
	margin-top: 20px;
}

#contact h2, #contact p, #contact img {
	margin-left: 20px;
}

#printIcon {
	position: relative;
	right: 0px;
	top: 2px;
	
	text-align: right;
	padding-right: 4px;

	font-weight: normal;
	color: #64a225;
}

#printIcon img {
	margin-left: 0px;
	margin-right: 20px;
}

#contact a {
	color: #64a225;
}

#contact a.em, #contact h2 {
	color: #ff5b10;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

#contact a:hover {
	text-decoration: underline;
}
