@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-image: url(images/gradient.jpg);
	background-color: #032f5c;
	background-repeat: repeat-x;
	background-position: top;
	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;
}
#container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px 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 { 
	background: #fff;
	background-image:url(images/spacer_white.gif);
	border: 8px solid #ffffff;
	border-bottom: none;
	padding-top: 20px;  /* 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. */
}
#header img {
border: none;
}
#menu {
background: #767678;
width: 100%;
float: left;
margin: 10px 0 0 0;
padding: 0;
position: relative;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0px 6px 0 0;
float: left;
}
#menu ul li a {
	text-align: center;
	width: 100%;
	padding: 5px 4px;
	color: #fff;
	text-decoration: none;
	font-size: 65%;
	text-transform: uppercase;
	display: block;
}
#menu ul li a:hover{
	background: #a3a3a5;
}
#menu ul ul {
position: absolute;
top: 21px;
left: 0;
z-index: 500;
width: 978px;
background: #767678;
}
#menu ul li ul li{
	float: left;
	}
#menu ul ul li a{
text-transform: capitalize;
padding: 5px;
font-size: 68%;

}
div#menu ul ul {
display: none;
}
div#menu ul li:hover ul
{display: block}




#banner {
padding: 0;
}
#content{
	background: #e2e2e2;
	border: 8px solid #ffffff;
	border-top: none;
	overflow: hidden;
	}
#primary {
	float: right;
	margin: 0; /* 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. */
	width: 590px;
	padding: 20px 25px 20px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#primary p{
	font-size: 80%;
	color: #545454;
	line-height: 1.5em;
	}
#primary li{
	list-style-type: disc;
	margin-top: -.5em;
	}
#primary p a{
	text-decoration: underline;
	color: #081f52;
	}
	#primary p a:hover{
	color: #a3a3a5;
	}
#primary h1{
font-size: 100%;
color: #081f52;
}
#primary h2{
font-size: 80%;
color: #fff;
}
#primary h3{
font-size: 80%;
text-transform: uppercase;
color: #4892d5;
}
#primary h2 a{
color: #fff;
}
#primary h2 a:hover{
color: #a3a3a5;
}
#primary h4{
color: #081f52;
font-weight: normal;
font-style: italic;
font-size: 65%;
}
#primary h4 a{
color:#081f52;
}
#primary h4 a:hover{
color: #a3a3a5;
}
.newsbox {
	background: #4892d5;
	padding: 10px 20px;
	margin-bottom: 20px;
	}
#secondary {
	float: left; /* since this element is floated, a width must be given */
	width: 325px; /* 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 */
	background: #4892d5; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 20px 15px;
}
#secondary img{
	padding: 15px 0;
	background: #e2e2e2;
	}
#secondary p{
	padding: 0 20px;
	color: #fff;
	font-size: 80%;
}
#secondary p a{
	color: #fff;
	}
#secondary p a:hover{
	color: #a3a3a5;
	}
#secondary ul{
	list-style-type: disc;
	padding: 0 20px;
	margin-top: -.8em;
	color: #fff;
	font-size: 80%;
	}
	#secondary ul li{
	padding-bottom: 10px;
	margin-left: 30px;
	}
#secondary h1 {
	font-size: 80%;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 20px 0 20px;
	color: #081f52;
	line-height: 1.5em;
	}
	#secondary h1 a{
	text-decoration:underline;
	color: #081f52;
	}
	#secondary h1 a:hover{
	color: #fff;
	}
#footer { 
	padding: 0;
	margin: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:none; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #fff;
	font-size: 65%;
	line-height: 1.5em;
}
#footer p a{
	text-decoration:none;
	color: #fff;
	text-transform: uppercase;
	}
	#footer p a:hover{
	color: #a3a3a5;
	}
td{
	background: #fff;
	font-size: 70%;
	padding: 5px;
	font-weight: normal;
	}
td.titles{
	background: #92c7f7;
	font-weight: bold;}
	
.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;
	clear: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	clear: left;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}