a:link, a:visited {
	text-decoration: none;
	color: #798609;
}

a:hover, a:active {
	text-decoration: none;
	color: #B5C40E;
}

body {
	background: #412c2a;
	color: #333;
	margin-top: 0;
	margin-bottom: 0;
}

em {
	background: #ff9;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1.logo {
	background: url(../images/header.jpg) no-repeat;
	height: 185px;
	margin: 0;
	padding: 0;
}

h1.logo span {
	overflow: hidden;
	visibility: hidden;
}

h2.colors {
	background: #412c2a;
	vertical-align: bottom;
	color: #fff;
	padding-left: 1em;
	font: normal 16px/3em "Courier New", Courier, monospace;
	text-transform: uppercase;
}

div#doc2 {
	background-color: #fff;
}

div#ft {
	background: #eee;
	border-top: 1px solid #ccc;
	padding: 1em;
	margin-top: 1em;
	clear: both;
}

div#nv {
	clear: both;
}

div.bc {
	padding-left: 1em;
	line-height: 1em;
	font-size: 11px;
	color: #798609;
}

div.content {
	padding-left: 1em;
	padding-right: 1em;
}

.box {
	background: #ffa700;
	margin-right: 1em;
	padding: 1em;
	color: #fff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

.box p {
	margin-bottom: 0;
}

.box-blue {
	background: #ffa700;
	padding: 7px;
	color: #fff;
}

.box-blue p {
	margin-bottom: 0;
}

img.left {
	float: left;
	padding-right: .5em;
}

img.right {
	float: right;
	padding-left: .5em;
}

ul#Nav {
	margin: 1em 0 1em 1em;
	padding: 0;
	font-size: 123.1%;
	clear: both;
	font: normal 12px/2em "Courier New", Courier, monospace;
	text-transform: uppercase;
}

ul#Nav a {
	color: #412C2A;
}

ul#Nav a:hover {
	color: #412c2a;
	text-decoration: underline;
}

ul#Nav li {
	list-style-type: none;
	margin: 0;
	float: left;
	padding: 0 2em 0 0;
}

div#bd
 {
	clear: left;
}

div#PageComments_holder {
	clear: both;
}

div.box {
	margin-bottom: 1em;
}

div.box-blue{
	margin-bottom: 1em;
}

ul.menu2 {
	margin: 0 0 0 1em;
	padding: 0;
	font: normal 12px/1.5em "Courier New", Courier, monospace;
	text-transform: uppercase;
}

ul.menu2 a {
	color: #412C2A;
}

ul.menu2 a:hover {
	color: #412c2a;
	text-decoration: underline;
}

ul.menu2 ul {
	margin: 0 0 0 1em;
}

ul.menu2 li {
	list-style-type: none;
}

form.search {
	margin: 1em 0;
}