@charset "UTF-8";
/* CSS Document */

body{
	background-color: #EEF2E4;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #71784B;
}

a {
	color: #71784B;
	text-decoration: underline;
}

a:hover { 
	color: #71784B;
	text-decoration: none;
}

.clear {
	clear: both
}

#header{
	position: relative;
	width: 100%;
	height: 164px;
	background: url(../images/body/header_tile.jpg) left top repeat-x;
}

#header_logo {
	position: relative;
	width: 700px;
	height: 164px;
	margin: 0 auto;
	background:url(../images/body/header.jpg) left top no-repeat;
}

#page {
	position: relative;
	width: 700px;
	margin: auto;
}

#nav {
	position: relative;
	width: 700px;
	height: 30px;
	margin: 0 auto 30px auto;
	background: url(../images/body/menu_bg.jpg) top right repeat;
	font-weight: bold;
}

	#nav ul {
		position: absolute;
		right: 0px;

		list-style: none;
	}

		#nav li {
			float: left;	
			margin: 0 0 0 10px;	
		}

	#nav a {
		display: block;
		height: 22px;
		padding: 8px 6px 0px 6px;

		color: #FFFFFF;
		text-decoration: none;
	}

	#nav a:hover {
		background: url(../images/body/menu_tile.jpg) left top repeat-x;
		
		color:#98C284;
	}

p,
pre {
	margin: 0 0 12px 0;
	text-align: left;
}

.h1{
	margin: 20px 0 6px 0;

	color: #6E7050;
	font-size: 15pt;
	font-weight: bold;
}

.h2{
	margin: 0 0 18px 0;

	color: #6E7050;
	font-size: 8pt;
	font-weight: bold;
}

.quote{
	margin: 0 0 4px 0;
}

.highlight {
	float: right;
	width: 200px;
	padding: 5px;
	border: 1px solid #98C284;
	background-color: #DBE4C4;
}

.image_right{
	float: right;
	margin: 0 0 0 5px;
}

.image_left{
	float: left;
	margin: 0 5px 0 0;
}

#footer {
	width: 700px;
	height: 30px;
	margin: 10px 0 0 0;
	padding: 6px 0 0 0;
	
	border-top: 1px dotted #828468;
	
	color: #828468;
	text-align: center;
	font-size: 9pt;
}

