/* CSS Document */
body {
	background-color: #949494;
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}
.whiteLinks {color: #FFFFFF; font-size: 10px;}
.whiteLinks A:LINK {color: #FFFFFF;}
.whiteLinks A:ACTIVE {color: #FFFFFF;}
.whiteLinks A:VISITED {color: #CCCCCC;}
.whiteLinks A:HOVER {color: #CCCCCC;}
.copyrightLine {color: #979797; font-size: 10px;}
.copyrightLine A:LINK {color: #979797; text-decoration: none;}
.copyrightLine A:ACTIVE {color: #979797; text-decoration: none;}
.copyrightLine A:VISITED {color: #979797; text-decoration: none;}
.copyrightLine A:HOVER {color: #ff0000; text-decoration: none;}
.boldOrange {
	color: #d89504;
	font-weight: bold;
}
.boldOrange A:LINK {color: #d89504; text-decoration: underline;}
.boldOrange A:VISITED {color: #d89504; text-decoration: underline;}
.boldOrange A:ACTIVE {color: #d89504; text-decoration: underline;}
.boldOrange A:HOVER {color: #CC6600; text-decoration: underline;}

#mainContentWindow {
	width: 658px;
	border: 4px solid #749272;
	background-color: #dedede;
	padding: 8px;
}
#topShadow {
	width: 0px;
	height: 0px;}
#bottomShadow {
	width: 0px;
	height: 0px;}
#navBar {
	width: 658px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #b46837;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #6c8769;
	margin-bottom: 10px;
}
#logoBox {
	width: 290px;
	height: 171px;
	border-top: solid 2px #af5f2a;
	float: left;
}
#logoVertCenter {
	width: 283px;
	height: 84px;
	position: relative;
	top: 50%;
	margin-top: -42px;
	left: 0px;
}
#centerDivider {
	background-image: url(../images/centerDivider_21.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.formFields {
	border: 1px solid #666666;
}
.marginLeftTwo {
	margin-left: 3px;
}