@charset "UTF-8";
/* CSS Document */


body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #666666 url(../images/bg.gif);
	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: center;
}
#header {
	background-image: url(../images/headerBG.gif);
	width: 930px;
	height: 181px;
	vertical-align: top;
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0px;
}
#header #topNav {
	float: right;
	height: 105px;
	width: 606px;
	margin-top: 65px;
	margin-bottom: 0px;
	margin-right: 54px !important;
	margin-right: 27px;
}

.oneColFixCtr #container {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/containerBG.gif);
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	width: 680px;
	margin-left: 243px;
	margin-top: 0 !important;
	margin-top: -2px;
}
#header #logo {
	float: left;
	width: 233px;
}
#leftSide {
	float: left;
	width: 233px;
	background-image: url(../images/leftSidebg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 510px;
	vertical-align: top;
	text-align: left;
	clear: both;
	margin-top: 0px !important;
	margin-top: -2px;
	padding-top: 60px;
}
#leftSide #MenuBar1, #leftSide #MenuBar2 {
	
	margin-left: 22px;
}


.increasedLineHeight {
	line-height: 17px;
}

a:link {
	color: #313666;
}
a:visited {
	color: #535380;
}
a:hover {
	color: #9FC371;
}
a:active {
	color: #000000;
}
.Arial12 {
	font-size: 12px;
	color: #000000;
	text-align: left;
}

.Arial14Bold {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	bottom: 22px;
	color: #426719;
	text-transform: uppercase;
}
.Arial36_I {
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
}
.parText12 {
	font-size: 12px;
	padding-bottom: 14px;
	padding-top: 22px;
}
.Arial10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006633;
}
.Ar10_bk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.Product16 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}



	
.textBox {  font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			border: 1px solid #FFFFFF;
			background-color: #FFFFFF;
	}
.pageHeader {
	font-size: 21px;
	font-weight: bold;
	color: #65698B;
	line-height: 46px;
}
.text11 {
	font-size: 11px;
}
.submenuTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #000000;
}
.submenuTable td {
	background-color: #6B74B2;
	border-top: 1px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 2px;
}
.submenuTable th {
	background-color: #568621;
	border-top: 1px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 2px;
}
.submenuTable a:link, .submenuTable a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.submenuTable a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.dataTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #333333;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
}
.dataTable th {
	background-color: #333333;
	border-top: 1px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #000000;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.dataTable td {
	background-color: #FFFFFF;
	color: #000000;
	border-top: 1px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #000000;
	padding: 2px;
}
