body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 0px none;
	text-align: center; /* this overrides the text-align: center on the body element. */
}

#mainContent {
	width: 995px;
	position:relative;
	margin: 0 auto; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left; /* this overrides the text-align: center on the body element. */

}

#banner {text-align: center; height: 149px;}
#banner img {margin-left:0; margin-right: 0;border: 0px; display:block; }
#bannerNav {position:relative;text-align:right;float:left;width: 991px;padding:0px; background: #FFF; font-size: 11px; clear:both; height: 42px;}
#bannerLinks {width:79%;FLOAT: left; height:42px;padding-top:12px;}
.greeting {float:left; height: 42px;font-family: Arial; font-size: 12px; color: #b42f34; text-align:center; padding-top: 12px;display:inline;clear:both; width: 204px; }


#leftCol { float:left; width: 204px; padding-left: 1px; padding-top: 39px;  }

/* centerCol must not float left on login page, but must float on other pages
#centerCol { width: 730px; padding: 1px;} */
#centerCol { float:left; width: 460px; padding: 1px;	/*border-left: 1px solid #b42f34;
	border-right: 1px solid #b42f34;
	border-top: 0px none;
	border-bottom: 1px solid #b42f34;*/
}


#rightCol { float:left; width: 290px; padding-left: 1px; padding-top: 28px; }


a.printLink1 {color:#000000;text-decoration:none}
a.printLink2 {color:#FFFFCC;text-decoration:none}

a.menuButton {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 8pt;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 2px;
	text-decoration: underline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	display: block;
}

a.menuButton:hover {
	color: #b42f34;
}


a.menuButtonA {
	background-color: #E6E6E6;
	color: #b42f34;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-top: 8px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 2px;
	text-decoration: underline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	display: block;
}

a.menuButtonA:hover {
	color: #000;
}

.sideButton {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 6px;
	padding-bottom: 4px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	height: 28px;
	display: block;
	width: 100%;
}

.didyouknowbox {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 42px;
	margin-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b42f34;
	border-right-color: #b42f34;
	border-bottom-color: #b42f34;
	border-left-color: #b42f34;
	font-size: 11px;
	font-family: Arial;
}





a.subLink2 {
	color: #b42f34;
	white-space:nowrap;
}

a.subLink3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin-left: 12px;
	margin-right: 12px;
}
a.subLink3:hover {
	color: #FFFFFF;
}
a.subLink3:visited {
	color: #FFFFFF;
}

.headText1 {  font-size: 10pt; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #b42f34}
.headText2 { font-size: 12px; font-weight: bold; color: #ffffcc; font-family: Verdana, Arial, Helvetica, sans-serif }

.normalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.normalText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt
}
.largeText {  font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold;}
.miscText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt !important;
	font-weight: bold;
}

.dataFieldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	font-weight: bold;
	line-height: 12px;
}
._boxGreen {  border: #5d87a1; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
._boxGreen2 { border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-top-style: solid; border-right-style: none; border-bottom-style: solid; border-left-style: none; border-top-color: #5d87a1; border-right-color: #5d87a1; border-bottom-color: #5d87a1; border-left-color: #5d87a1; }

.tableText1 {
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	line-height: 12px;
}
.noBreak {  white-space: nowrap}
.tableText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #b42f34;
	color: #FFF;
}
.tableText2a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	line-height: 12px;
	font-weight: bold;
}

.tableText2b { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold ; line-height: 12px}

.headingRed {
	font-size: 24px;
	color: #b42f34;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.headingGreen {
	font-size: 22px;
	color: #5d87a1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.headingBlue { font-size: 22px; color: #b42f34; font-family: Arial, Helvetica, sans-serif; font-weight: bold; 
}

.headingWhite { font-size: 22px; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-weight: bold; 
}

.greenText {
	color: #666666;
}
.blueText {
	color: #666666;
}
.whiteText {
	color: rgb(255,255,255);
}

.fillGreen {
	background-color: #5d87a1;
}
.fillBlue {
	background-color: #5d87a1;
}


.cellUL {
	BORDER-RIGHT: #ffffff 0px solid;
	BORDER-TOP: #ffffff 1px solid;
	color: #5d87a1;
	FONT-SIZE: 12px;
	MARGIN: 0px;
	BORDER-LEFT: #ffffff 0px solid;
	BORDER-BOTTOM: #ffffff 0px solid;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	PADDING-TOP: 12px;
}
.cellULa {
	FONT-SIZE: 12px;
	MARGIN: 4px 0px 0px;
	PADDING-TOP: 4px;
	FONT-FAMILY: Arial, Helvetica, sans-serif
}
.cellUL2 {
	MARGIN: 0px;
	FONT-SIZE: 12px;
	BORDER-TOP-STYLE: none;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	BORDER-BOTTOM-STYLE: none;
	PADDING-BOTTOM: 12px;
}



a.blueLink{color: #5d87a1; text-decoration:underline}
a.blueLink:hover{color:#5d87a1;}
a.blueLink:visited{color:#5d87a1;}

a.blueLink2{color: #666666; text-decoration:none; cursor: text;}
a.blueLink2:hover{color:#666666;text-decoration:none;cursor: text;}
a.blueLink2:visited{color:#666666;text-decoration:none;cursor: text;}

a.greenLink{color: #5d87a1; text-decoration:underline}
a.greenLink:hover{color:#5d87a1}
a.greenLink:visited{color:#5d87a1}

a.topLink {
	padding: 4px;
	color: #5d87a1;
	display: inline;
	text-decoration: underline;
	white-space: nowrap;
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
a.topLink:hover {color: #5d87a1;}
a.topLink:visited {color: #5d87a1;}
a:hover {}
a:visited {}

li { margin-bottom: 6px; margin-left: -16px;}

/*ul { margin-left: 3px; }*/


/* login page styles */

#contentTable {border-right: 1px solid #b42f34;border-left: 1px solid #b42f34;border-bottom: 1px solid #b42f34; background-color:#FFFFFF; font-size: 12px; width:880px;}
#loginTable {border: 1px solid #b42f34;margin-left: 32px;margin-bottom: 20px;float:right;}

.loginTblLeft {background-color:#b42f34}

#bannerImg {
	margin: 0px;
	border: 0px none;
}
