@charset "utf-8";
/* CSS Document */

body{
	background-color: #17293F;
	font-family: Arial, Helvetica, sans-serif;
}



.login {
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	
}

h1 {
	color:#FFCC00;
	font-size:16px;
	font-weight:bold;

}

h2 {
	color:#FFCC00;
	font-size:14px;
	font-style:italic;
	font-weight:bold;

}

h3 {
	color:#FFCC00;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
}

.boldtext {
	color:#CCCCCC;
	font-size:12px;
	font-weight:bold;
	
	
}
	
}

.hilite {
	color:#FFCC00;
	font-size:12px;
	font-style:normal;
	
}

.normaltext {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

.text-indigo {
	font-family:Arial, Helvetica, sans-serif;
	color:#003366;
}

.text-indigo a {
	font-family:Arial, Helvetica, sans-serif;
	color:#003366;
}

.text-indigo-bold {
	font-family:Arial, Helvetica, sans-serif;
	color:#003366;
	font-weight: bold;
}

.text-indigo-italic {
	font-family:Arial, Helvetica, sans-serif;
	color:#003366;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}

.text-white-italic {
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}

.text-white-italic a {
	font-family:Arial, Helvetica, sans-serif;
	color:#AF0B66;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}

.text-white-italic a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#AF0B66;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}

.textlink {
	color:#FFCC00;
	text-decoration:none;

}

#navlist
{
	margin-left: 25px;
	margin-right: auto;
	margin-bottom: 3px;
	/*border-top: 1px solid #999;*/
z-index: 1;
}


#navlist a
{
	padding: 7px 7px;
	color: #AF0B66;
	text-decoration: none;
	font-weight: bold;
}

#navlist a:hover
{
	color: #003366;
	border-bottom: 2px solid #FFCC00;
	font-weight: bold;
}

#navlist a#current
{
	color: #003366;
}

#leftbox {
	margin:10px 10px 10px 30px;
	color:#FFFFFF;
	font-size:12px;
}

#buttons li {
	list-style-type:square;
}

.footer-white, .footer-white a, .footer-white a:hover {
	color:#FFFFFF;
	font-size: 11px;
}

.footer, .footer a, .footer a:hover {
	color:#003366;
	font-size: 11px;
}

/* Slide Show */
/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    width: 500px;
    height:332px;
}


#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}