/* CSS Document */


/* Format for Body Text */
p, ul, li, td, tr {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#000000}
h1 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#000000; font-weight:bold}
h2 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#000000; font-weight:bold}
li {list-style-type: circle; line-height: 1.2em;}

/* Format for Body Links */
A:link {text-decoration: underline; color: #1D4986}
A:visited { text-decoration: underline; color:#1D4986}
A:active { text-decoration: underline; color:#1D4986}
A:hover {text-decoration: underline; color:#1D4986}

/* Format for Page Footer */
.footer {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: #666666; text-align:center}

/* Format for Disclaimer and Tagline */
.disclaimer {font-family:Verdana, Arial, Helvetica, sans-serif; font-style:italic; font-weight:bold; font-size:14px; color: #2F6EB6}
.tagline {font-family:Verdana, Arial, Helvetica, sans-serif; font-style:italic; font-weight: bold; font-size:14px; color: #2F6EB6}

/* Format for Spotlight Body and Links */
.spotlightText {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color: #FFFFFF}
.spotlightTextHeading {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color: #FFFFFF; font-weight:bold}
.spotlightText A:link {text-decoration: underline; color: #FFFFFF}
.spotlightText A:visited {text-decoration: underline; color: #FFFFFF}
.spotlightText A:active {text-decoration: underline; color: #FFFFFF}
.spotlightText A: hover {text-decoration: underline; color: #FFFFFF}


/* Background and Spotlight Images */
.WaterBackground {
	background-repeat: repeat;
	background-position: top;
	background-image: url(../_images/WaterBackground.gif);
	background-color: #2F6EB6}
	
.Spotlight {
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../_images/Spotlight.gif); background-repeat:no-repeat;}
	
