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

body  {
	background: #224ab0;
	margin: 0; /* it's good practice to 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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	height:150px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/headerBG.gif);
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
} 

#logo{
	float: left;
	height: 150px;
	width: 175px;
}

#header h1{
	font-size: 18px;
	font-weight: bold;
	font-style:normal;
	color: #FFF;
	line-height:21px;
	margin:0px}

#header p#red{font-size: 24px;color:#FF0000; margin:0}
#flash{
	float:right;
	position:relative;
	right:15px;
	height:119px;
	width:385px;
	background-color: #000;
	top: 0px;
}
#alpha{position:absolute;top:30px;left:3px;visibility:hidden;}
#beta{position:absolute;top:30px;left:124px;visibility:hidden;}
#gamma{position:absolute;top:30px;left:245px;visibility:hidden;}
#delta{position:absolute;top:30px;left:366px;visibility:hidden;}
#epsilon {position:absolute;top:30px;left:485px;visibility:hidden;}
.navBar{
	background-image: none;
	position:relative;
	top:0px;
	right: 0px;
	z-index: 1000;
	width: 605px;
	height: 30px;
	float:right;
	margin:0;
	padding-top: 3px;
}
.nav   {background-image: url(../images/nav.gif); background-repeat: no-repeat; width:118px; height:29px; }
.nav a ,.nav1 a{
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	text-align: left;
	z-index: 160;
	padding: 0px;
}
.nav a:link,.nav a:visited,.nav1 a:link,.nav1 a:visited  { color: #FFF;font-weight: bold;  }
.nav a:hover, .nav a:active, .nav1 a:hover, .nav1 a:active {color:#F00; font-weight: bold;}

#headline{
	text-align: center;
	height: 40px;
	width: 100%;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 15px 15px 20px;
	color:#003399;
	font-size: 11px;
}
#sidebar1 p.sign{text-align:right;color:#000;}
#mainContent {float:right; position:relative; right:15px; width:550px; 
	/*margin: 0 0 0 200px;  the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/* padding: 0 15px 0 15px; remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.mainTab{color:#003399;}
.mainTab p {margin-top:6px; margin-bottom:0px;}
.blackBld{color:#000000; font-weight:bold;}
#black {color:#000000; }
.pic{border:solid 2px #039;}
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/footBG.gif);
	background-repeat: repeat-x;

	clear:both;
	width:780px;
	position: relative;
	top: 0px;
	height: 35px;
	font-size: 10px;
}

#footer a {
	font-size: 10px;
}
#footer .footer a:link{
	color: #003399;
	text-decoration:none;
}
#footer .footer a:visited{
	color: #000000;
	text-decoration: none;
}
#footer .footer a:hover, #footer .footer a:active{
	color: #FF0000;
	text-decoration:underline;
}
.footer{width:745px; position:relative; left:20px; top:0px }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}
.slide{height:280px;}
.slide1{height:305px;}
.slide2{height:325px;}
a:link, a:visited {color:#039}
a:hover, a:active {color:#F00}
h1{
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #F00;
}
h2{font-size:16px;}
h3{color:#003399; font-size:14px; margin-bottom:0px;margin-top:0px;}
h4{color:#000000; font-size:12px; margin-bottom:0px;margin-top:0px;}
h5{color:#FF0000; font-size:12px; margin-bottom:18px;margin-top:0px}
h5 a:link, h5 a:visited{color:#FF0000;}
h5 a:hover, h5 a:active{color:#003399;}
.nomarg{margin:0px}
#contact {border:4px double #003399; height:290px; width:390px; margin: 10px auto;padding-top:10px; }
.siteMap li, .siteMap li ul li{margin-bottom: 6px;}
.siteMap li ul {margin-top:6px;}

.page{
	display:none;
}
#page0{
	display:block;
}
.parpic{float:left;margin:10px;}
.parpicRT{float:right;margin:10px;}