
/* --- set default body style ---*/
html, body {
	margin: 0px;
	background-color: #CBCBCB;
	color: #000000;
	height: 100%;
	text-align: center;
	text-size: 12px;
}

li {
	margin-bottom: 5px;
}

img {
	border: 0;
}

img.brdr {
	border-width: 2px 2px 2px 2px; 
	border-style: solid; 
	border-color: #000000;
}

/* --- set default link colors ---*/

a:link {
	color: #000000;
	text-decoration: none;
	border: 0;
}

a:visited  {
	color: #000000;
	text-decoration: none;
}

a:hover { 
	color: #666666; 
	text-decoration: underline;
}

/* --- outer table holds and centers page elements ---*/
.outer {
	width: 800px;
	height: 99%;
	border: 0px;
	text-align: center;
	background-color: #FFFFFF;
}

.shadow {
	width: 800px;
	padding:0 0 3px 3px;
	filter:shadow(color:gray,strength:3,direction:230);
	text-align: center;
}


/* --- color band at top of editable header region ---*/
td.topcolorband {
	background-color: #000099;
}

div.topcolorband {
	background-color: #000099;
}


a.HeaderPoweredBy:hover {
	color: #000000;
	text-decoration: underline;
}

	
/* --- header menu table ---*/
table.headerMenu {
	width: 100%;
	border: 0px;
}	

/* --- content classes for header menu bar ---*/
tr.menuBackground {
/* sets background color for menu bar */
	background-color: #000099;
	vertical-align: middle;
}

.headerWelcomeText {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	padding-left: 10px;
	height: 25px;
}

.headerLinkBar {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-right: 25px;
}

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

a.headerLinks:visited { 
	color: #FFFFFF; 
}

a.headerLinks:hover { 
	color: #666666; 
	text-decoration: underline;
}
	
a.headerLinks:active { 
	color: #666666;
}


tr.menubottomLine {
/* sets color for menu bar bottom line */
	background-color: #000099;
}

/* --- table for editable footer ---*/
table.footer {
	width: 100%;
	height: 100%;
	border: 0px;
}


/* --- sets color for footer bar bottom line --- */
tr.footBottomLine {
	background-color: #000099;
}

a.copyrightFooter:hover { 
	color: #333333;
}


/* --- sets text body style --- */
.textBody {
	background-color: #E5ECF8; 
	padding: 0 5px 0 5px; 
	border-width: 0px 0px 0px 0px; 
	border-style: solid; 
	border-color: #000099;	
	height: 100%;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Verdana, Helvetica, sans-serif; 

}

.textBodyWhite {
	background-color: #FFFFFF; 
	padding: 0 5px 0 5px; 
	border-width: 0px 0px 0px 0px; 
	border-style: solid; 
	border-color: #000099;	
	height: 100%;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Verdana, Helvetica, sans-serif;

}


.textBigBlue {
	background-color: #FFFFFF; 
	text-align: left;
	vertical-align: top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000099;
}

.textBigBlack {
	background-color: #FFFFFF; 
	text-align: left;
	vertical-align: top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

.errorMessage {
	color: Red;
}





.navigators {
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #000099;
	}
.navigators ul {
	margin: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
.navigators ul li {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
	}
.navigators ul li a:link, .navigators ul li a:visited {
	text-align: center;
	display: block;
	margin: 0px;
	height: 30px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 30px;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000099;
	border-right-color: #000000;
	border-left-color: #000000;
	width: auto;
	float: left;
	font-weight: bold;
	background-color: #000099;
/*	background-image: url(line_nav.gif);
	background-repeat: repeat-x; 
*/
	}
.navigators ul li a:hover, .navigators ul li a:active {
	text-align: center;
	display: block;
	margin: 0px;
	height: 30px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 30px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	width: auto;
	float: left;
	font-weight: bold;
/*	background-image: url(nav.gif);
	background-repeat: repeat-x;
*/
	background-color: #E5ECF8;
	border-top: 1px solid #000099;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	/*467AA9*/
	}

