/* Fonts */
* {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 18px;
	margin-bottom: 10px;
	color:#880000;
}
h2 {
	font-size: 14px;
	margin-bottom: 2px;
	color:#5F6F28;
}
h3 {
	font-size: 13px;
	margin: 25px 0 0 0;
	color:#990000;
	border-bottom:1px solid #CCCC99;
}
p {
	font-size: 12px;
	margin-bottom: 10px;
}
a {
	color: #000099;
}	
/* Page Layout */
body {
	margin:8px 0 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #e9efd3;
 }
.page {
	width: 722px;
	margin: 0 auto;
	border: 1px solid #FFFFFF;
	background-color:#FFFFFF;
}
.header {
	height: 150px;
	position: relative;
	background: url(images/bg8.jpg) 0 0 no-repeat;
	border-bottom: 1px solid #FFFFFF;
}
.leftheader {
	position:absolute;
	left: 22px;
	top: 195px;
	width: 506px;
}
.leftheader a {
	color: #F0F0E1;
	font-weight: bold;
	text-decoration: underline;
}
.leftheader a:hover {
	text-decoration: none;
}
.logo {
	position:absolute;
	left: 0px;
	top: 12px;
}
.navigation {
	height: 25px;
	border: 1px;
	border-style: solid;
	border-color:#CCCCCC;
	border-left: 1px solid #cccc99;
	border-right: 1px solid #cccc99;
	font-weight: bolder;
	background: url(images/p4.jpg) 0 0px repeat-x;	
}
.navigation ul {
	list-style: none;
}
.navigation li {
	float: left;
	border-right: 1px dotted #F0F0E1;
}
.navigation li a {
	display: block;
	padding: 5px 20px 4px 20px;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}
.navigation li a:hover {
	
	text-decoration: none;
	color: #880000;
}
.navigation li.active a {
	color: #880000;
}
.content {
	padding: 50px 20px 20px 20px;
	position: relative;
	border: 1px solid #cccc99;
	border-top:none;
}
.content a {
	text-decoration: underline;
}
.content ul {
	margin:0px 0 10px 35px;
}
.content ul li {
	font-size: 12px;
	padding:5px 0 5px 0;
}
.right	{
	position:absolute;
	width:120px;
	left: 578px;
	top: 13px;
	border-left: 1px solid #E1EAC6;
	padding:0px 0 0 5px;
	height: 502px;
}
.footer {
	width: 722px;
	color: #000066;
	padding: 10px 0 0 0;
	background-color: #e9efd3;
	margin: 0 auto;
	font-size: 12px;
}
.underline {
	font-weight: bold;
	text-decoration: underline;
}