/* COMMON STYLES */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/common/bg.gif);
	background-repeat: repeat;
	font-family: verdana, helvetica, sans-serif;
	color: #000;
}
#containerBG	{
	width: 758px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-image: url(../images/common/body-bg.jpg);
	background-repeat: repeat;
}
TD, td, .BodyText, select, input, textarea {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000;
}
h1, .h1	{
	font-family: georgia, verdana, helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-style: italic;
	font-weight: normal;
	color: #633E20;
	margin: 0px;
	padding: 0px;
}
h2, .h2	{
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
/*	color: #D99016;	*/
	color: #5F782A;
	margin: 0px;
	padding: 0px;
}
.IntroText	{
	font-size: 12px;
	line-height: 18px;
	color: #683F1E;
	margin: 0px;
	padding: 0px;
}
ul	{
	margin: 2px 2px 5px 8px;
	padding: 2px 2px 5px 8px;
}
li	{
	padding-bottom: 8px;
}
input, textarea, select {
	font-size: 11px;
	border:1px solid #D4D0C8;
}
.required	{
	color: #8D3A19;
}
#subject {
	display: none;
}
/* HOMEPAGE */
.featurebox	{
	width: 371px;
	border:1px solid #A0866E;
	background-color: #F6EDDB;
	padding: 12px;
}


/* NAVIGATION, LINK STYLES */

a, a:visited {
	color: #8D3A19;
	text-decoration: none;
}
a:hover	{
	color: #633E20;
}
.subnavOff, a.subnavOff, a.subnavOff:visited	{
	font-family: georgia, verdana, helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #46280B;
	letter-spacing: 1px;
	text-decoration: none;
}
.subnavOn, a.subnavOn, a.subnavOn:visited, a.subnavOn:hover, a.subnavOff:hover	{
	font-family: georgia, verdana, helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #8D3A19;
	letter-spacing: 1px;
	text-decoration: none;
}

/* COPYRIGHT, FOOTER */
.dotline	{
	border-bottom: 1px dotted #E8C681;
	width: 728px;
	font-weight: bold;
}
.footer, a.footer, a.footer:visited {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #633E20;
	font-weight: normal;
	text-decoration: none;
}
a.footer:hover	{
	color: #8D3A19;
}
