@charset "UTF-8";
body {
	font: small Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/highlight.png) top left no-repeat #d1d3d4;
	margin: 0; /*  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;
}

ul{
	list-style:square;
}

a{
color:#1f4394;
text-decoration: none;
}

p{
	padding: 5px 0 0 0;
	margin: 0;
}
h3 {
	color:#FF0000;
	font-weight:normal;
	font: 110%;
	padding: 0;
	margin: 0;
}
.myHeader {
font:bold; font-size: 100%; color:#ad0010;
font-weight: bold;
}
img {
	border-style: none;
}

/* styles for slideshow images */
#slideshow {
    position:relative;
    height:552px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 552px;
}

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

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

#slideshow DIV IMG {
    height: 552px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}


.oneColFixCtr #container {
	width: 900px; 
	/* background: url(../images/centerColumn.png) repeat-y top; */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page 
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.copyright {
	padding: 5px 0 20px 0;
	color:#999999;
	font-size: 75%;
}

.oneColFixCtr #mainContent {
	padding: 0 50px;
}
.clearfloat { /* This clearing element forces the #container div to contain all child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.content {
	font: 88%;
	padding: 20px 20px;
	background:url(../images/headerShadow.png) top repeat-x;
}
.content a {
	 color: #FF0000; 
	 text-decoration: none; 
}
.content p{
	color:#333333;
}
.nav {
	/* height:45px; */
}
.nav_text {
 	color:#000000;
	padding: 15px 20px 10px 20px;
	font-size: 110%;
}



/*  ----- Blue Tabbed Navigation --------  */
.tab_nav {
	margin:0;
	padding: 0 0 0 3px;
	background: none;
	list-style-type: none;
	float: left;
	font-size: 100%;
}
.tab_nav li {
	margin: 0 1px 0 1px;
	padding: 0;
	float: left;
	width:auto;
}
.tab_nav a {
	float:left;
	padding: 0 10px 0 3px;
	color: #FF7500;
	text-decoration: none;
	line-height: 3.8;
	height: 32px;
	text-align: center;
	background: none;
	font-weight: bold;

}
.tab_nav a:hover {color:#CF0000;}
.tab_nav li.current a {color:#FF7500; font-weight: bold; }

.tout a{
color:#FFFFFF;
text-decoration: none;
}
.tout a:hover {color:#CCCCCC;}

