body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
}


td {
	font-family: Georgia, "Times New Roman", Times, serif;
}

th {
	font-family: Georgia, "Times New Roman", Times, serif;
}

input, textarea {
	border: #5F8264 solid 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	background-color: #C2CFC4
}

select {
	border: #5F8264 solid 1px;
}

select:hover, select:focus {
	background-color: #C2CFC4
}

/*
img, div {
}
*/

h1, h2, h3, h4, h5, h6 {
	color: #BF4E3E;
	margin-top: 0px;
}

a {
	color: #BF4E3E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header {
	border: #000000 0px solid;
	height: 100px;

}

#menu {
	border: #000000 1px solid;
	background-color: #737570;
	border-left: 0px;
	border-right: 0px;
	border-bottom-width: 2px;
	background-image: url(/img/gray_back.png);
	
	/**/
	height: 19px;
	vertical-align: middle;
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: 5px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	float: left;
	list-style: none;
	height: 19px;
}

#menu a {
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	height: 19px;
}

#menu a:hover {
	color: #000000;
	background-color: #BF4E3E;
}

#menu a.active {
	color: #000000;
	background-color: #5F8264;
	border-left:  #000000 1px solid;
	border-right:  #000000 1px solid;
}

#menu a.active:hover {
	background-color: #5F8264;
}

#divider {
	border: #000000 0px solid;
	border-top-width: 1px;
	height: 60px;
	/*background-color: #336633;*/
	background-color: #5F8264;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 30px;
/*
	background-image: url(../images/green_checker.gif);
*/
}

#appleoverlay {
	position: absolute;
	right: 0px;
	margin-top: 20px;
	z-index: 10000;
	width: 207px;
	overflow: hidden;
}

#appleoverlay img {
	behavior: url(/css/iepngfix.htc);
}

#content {
	border: 0px;
	margin-left: 185px;
}

#additional {
	border: #000000 0px solid;
	float: left;
	width: 175px;
	margin-left: 5px;
	font-size: 13px;
}

.additional_abs {
	background-image: url(/img/white_checker.gif);
	margin-bottom: 5px;
	border: #5F8264 dotted 1px;
	padding: 5px;
	position: absolute;
	left: 5px;
	width: 165px;
}

.additional_abs h1 {
	color: #5F8264;
	font-size: 18px;
}

.additional_abs h2 {
	color: #5F8264;
	font-size: 16px;
}

.additional_abs h3 {
	color: #5F8264;
	font-size: 14px;
}

#additional div {
	background-image: url(/img/white_checker.gif);
	margin-bottom: 5px;
	border: #5F8264 dotted 1px;
	padding: 5px;
}

#additional h1 {
	color: #5F8264;
	font-size: 18px;
}

#additional h2 {
	color: #5F8264;
	font-size: 16px;
}

#additional h3 {
	color: #5F8264;
	font-size: 14px;
}

#additional h4 {
	color: #5F8264;
	font-size: 12px;
}

#additional h5 {
	color: #5F8264;
	font-size: 10px;
}

#additional h6 {
	color: #5F8264;
	font-size: 9px;
}

#footer {
	border: 0px;
	clear: both;
	text-align: center;
	font-size: 12px;
}

#footer a {
	text-decoration: none;
	color: #5F8264;
}

#footer div {
	margin-top: 10px;
	margin-left: 5px;
	padding-right: 5px;
	padding-bottom: 30px;
	border: 0px;
	border-top: #5F8264 1px dotted;
}