/* CSS Document */

.background{
background-color: #434386;
background-attachment: fixed;
background-position: bottom;
}

.background2{
background-image:  url(images/bg3_1.gif);
background-position: top left;
background-repeat: repeat;
}

.dropcap {
	font: bold italic 200% sans-serif;
	color: #ffffcc;
	height: 12pt;
	width: 18pt;
	float: left;}

BODY {
	background-image:  url(images/background.gif);
	background-position: top left;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	margin: 0px;
}

.whitefont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #ffffff;
}



P, UL, TD, OL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #3D2D1D;
}

.largefont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #ffffcc;
}

.smallbg {
	background-image:  url(images/bg_small.gif);
	background-repeat: repeat;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.bg {
	background-image:  url(images/highlightsquare2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

TD.footer {
	background-image:  url(images/footer_bg1.gif);
	background-position: top left;
	background-repeat: repeat-x;
}



TD.navBar {
	border: 1px solid #ffffff;
	background-image:  url(images/title_bg.gif);
	
}
TD.navContent {
	background-color: #EBC2C6;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	border-right: 1px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
}

TD.navContentLeft {
	background-color: #EBC2C6;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 3px solid #ffffff;
}

TD.navContentLeftActive {
	background-color: #EBC2C6;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
	
}

TD.navContent_On {
	background-color: #EBC2C6;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	
	border-right: 1px solid #ffffff;
}

TD.navContent_OnLeft {
	background-color: #EBC2C6;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 9px;
	border-bottom: 3px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

A.navLink { text-decoration: none; font-size: 11px; font-weight: bold;}
A.navLink:link { color: #663300; font-size: 11px; font-weight: bold;}
A.navLink:visited { color: #663300; font-size: 11px; font-weight: bold;}
A.navLink:active { color: #663300; font-size: 11px; font-weight: bold;}
A.navLink:hover { color: #663300; font-size: 11px; font-weight: bold;}

A.SevenLink { text-decoration: underline; font-size: 11px; font-weight: bold;}
A.SevenLink:link { color: #663300; font-size: 11px; font-weight: bold;}
A.SevenLink:visited { color: #663300; font-size: 11px; font-weight: bold;}
A.SevenLink:active { color: #663300; font-size: 11px; font-weight: bold;}
A.SevenLink:hover { color: #CC6666; font-size: 11px; font-weight: bold;}

A.footerLink { text-decoration: underline; }
A.footerLink:link { color: #ffcccc; }
A.footerLink:visited { color: #ffcccc; }
A.footerLink:active { color: #ffcccc; }
A.footerLink:hover { color: #ffffff; }







