@charset "utf-8";


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 765px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #408080;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {


}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-left: 10px;
	padding-right: 5px;
	border-color: #7B3206;
	border-left-style: solid;
	border-left: 1px;
	border-right: 1px;
	border-right-style: groove;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #E6B155;
}
hr {
	color: #7B3206;
	line-height: 5px;
	background-color: #7B3206;
	background: #7B3206;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


BODY {
	FONT-SIZE: 10pt; FONT-FAMILY: Arial
}
.MenuStyle {
	FONT-SIZE: 10pt;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #E6B155;
	font-style: normal;
	font-weight: normal;
}


UL {
	FONT-SIZE: 10pt; MARGIN-LEFT: 18px
}
TD {
	FONT-SIZE: 10pt; FONT-FAMILY: Arial
}
H1 {
	FONT-SIZE: 16pt;
	COLOR: #4710c6;
	FONT-FAMILY: Arial
}
H2 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14pt;
	COLOR: #7B3206;
	FONT-FAMILY: Arial
}
H3 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12pt;
	COLOR: #E6B155;
	FONT-FAMILY: Arial
}
H4 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12pt;
	COLOR: #4710c6;
	FONT-FAMILY: Arial
}
H5 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #141319;
	FONT-FAMILY: Arial
}
H6 {
	FONT-SIZE: 8pt; TEXT-TRANSFORM: uppercase; FONT-FAMILY: Arial; FONT-VARIANT: small-caps
}
BLOCKQUOTE {
	FONT-SIZE: 10pt; FONT-FAMILY: Arial
}
A:link {
	COLOR: #7B3206;
	TEXT-DECORATION: none
}
A:active {
	COLOR: #000061;
	TEXT-DECORATION: none
}
A:visited {
	COLOR: #434f87; TEXT-DECORATION: none
}
A:hover {
	COLOR: #1BBC92;
	TEXT-DECORATION: none
}
A.buttonside:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.buttonside:active {
	COLOR: #1486a7; TEXT-DECORATION: none
}
A.buttonside:visited {
	COLOR: #d1d1d1; TEXT-DECORATION: none
}
A.buttonside:hover {
	COLOR: #ffcc99; TEXT-DECORATION: none
}
.navbut p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
		}
.navbut a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.navbut a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7B3206;
	background-color: #7b3206;
	background-position: center;
	font-weight: bold;
	text-decoration: none;
	height: 14;
	width: auto;
}

.navbut a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	background-color: #4710c6;
	background-position: center;
	font-weight: bold;
	text-decoration: none;
	height: 14;
	width: auto;
}

.navbut_bottom a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7B3206;
	text-decoration: none;
}

.navbut_bottom a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7B3206;
	text-decoration: none;
}

.navbut_bottom a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #4710c6;
	background-position: center;
	font-weight: bold;
	text-decoration: none;
	height: 14;
	width: auto;
}
.navbut_bottom_block {
	height: auto;
	width: 760px;
}
