body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	text-align: center;
	min-width: 600px;
	background-color: #FF9900;
	font-size: small;
}
.container {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	border: 1px solid #192903;
}
.header {
	clear: both;
	height: 53px;
	border-top-width: 3px;
	border-bottom-width: 8px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #233B04;
	border-bottom-color: #3B6A02;
}

.mainNav {
	font-size: 11px;
	color: #192903;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 3px;
	background-color: #A4C204;
	border-top: 2px solid #192903;
	border-bottom: 2px solid #192903;
}
.mainNav A:Link {
	font-size: 11px;
	color: #192903;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	clear: both;
	text-decoration: none;
	font-weight: bold;
}
.mainNav A:Hover {
	font-size: 11px;
	color: #192903;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	clear: both;
	background-color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}
.mainNav A:Visited {
	font-size: 11px;
	color: #192903;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	clear: both;
	text-decoration: none;
	font-weight: bold;
}
.content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #192903;
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.content A:Link {
	color: #304600;
	text-decoration: none;	
}
.content A:Hover {
	color: #FDDD07;
	background-color: #233B04;
}
.content A:Visited {
	color: #6F8801;
}

h1 {
	font-size: 18px;
	color: #003300;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: double;
	border-bottom-color: #3B6A02;
	border-left-color: #A0BE03;
	padding-left: 5px;
}
h2 {
	font-size: 16px;
	color: #3F7E2C;
	padding-left: 7px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A4C204;
}
.footer {
	margin: 0px;
	clear: both;
	width: 778px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #233B04;
	border-right-color: #233B04;
	border-bottom-color: #233B04;
	border-left-color: #233B04;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 15px;
	font-size: x-small;
	text-align: right;
	background-color: #FDDD07;
}
.container .content img {
	float: right;
	clear: right;
	margin-bottom: 3px;
	margin-left: 15px;
	border: 2px solid #003300;
}
.container .content .breadcrumbs {
	font-size: small;
	font-weight: lighter;
	float: right;
	width: auto;
	border: 1px solid #98A602;
	background-color: #FFFFCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 3px;
	clear: both;
}
.container .content .highlight {
	font-style: italic;
	width: 300px;
	border: 3px double #FF9900;
	color: #666666;
	font-size: 12px;
	clear: both;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: right;
	margin-left: 10px;
}
.container .cleaner {
	color: #FFFFFF;
	clear: both;
}
.container .content imgRight {
}
.container .content .attention {
	font-size: large;
	background: #FDDD07;
	padding: 5px 5px 5px 15px;
	border: 2px solid #A4C204;
}
