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



* {
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	
}

body {
	
	background-color: #000;
	padding-top: 25px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #005295;
	font-size: 1.25em;
	padding: 5px;}

h2 {	
	font-family: Arial, Helvetica, sans-serif;
	color: #005295;
	font-size: 1.35em;
	padding: 5px;
	text-transform: uppercase;
	
	border-bottom: #999999 solid 4px;
	margin-bottom: 10px;

}

H2 a:HOVER {
	text-decoration: underline;
	color: #996600;
}  

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #005295;
	font-size: .85em;
	padding: 5px;
	text-transform: uppercase;
}

p, ul li, blockquote, ol li{
	font-family: Arial,"Myriad Pro", sans-serif;
	color: #494747;
	line-height: 1.45em;
	font-size: 12px;
	padding: 3px;
}

ol, ul {
	padding-left: 25px;
}


p a , #colRight ul li a{
	font-family: Arial,"Myriad Pro", sans-serif;
	color: #034070;
}

p a:HOVER, #colRight ul li a:HOVER  {
	font-family: Arial,"Myriad Pro", sans-serif;
	color: #df8e2e;
	text-decoration: underline;
}


p a:VISITED  {
	font-family: Arial,"Myriad Pro", sans-serif;
	color: #c26a0b;
	text-decoration: underline;
}


blockquote {
	padding-left: 25px;
	padding-right: 25px;
}
#wrapper {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #034070;
	padding: 25px;
}

#header {	
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;

	background-color: #000000;
	height: 157px;
	width: 100%;
	border-bottom: solid 10px # 034070;
	
}

#footer {

	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
}

#topLinks {
	position: relative;
	top: 75px;
	left: 182px;
	height: 25px;
	text-align: left;
	font-size: 15px;
	color: #0081c6;
	padding-top: 10px;
	font-family: "Myriad Pro", Arial, sans-serif;
	width: 450px;	
}

#footerLinks, #footerLinks p a {
	text-align: center;

	font-size: 12px;
	color: #FFF;
	padding-top: 10px;
	
}


#topLinks ul li{
	display: inline;
	padding-right: 12px;
	padding-left: 12px;
}

#topLinks ul li a {
	color: #0081c6;
	text-decoration: none;
}


#footerLinks p, #footer p {
	color: #FFFFFF;
	font-size: 12px;
}

#footerLinks a {
	color: #FFFFFF;
}

#footerLinks ul li a{
	color: #0081c6;
	text-decoration: underline;
}
#footerLinks ul li a:HOVER{
	color: #FFF;
}


#topLinks ul li a:HOVER {
	color: #FFF;
	text-decoration: underline;
}

#content {
	background-color: white;
/*	background-image: url(images/bk_content.gif);
*/	background-repeat: repeat-y;
}


#colLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 68%; /* 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 */
	margin: 10px;
	

}
 #colRight {
	float: right; /* since this element is floated, a width must be given */
	width: 22%; /* 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 */
}




.blue {
	color: #005295;
	font-size: 14px;
	font-weight: bold;
}

.graySmall {
	color: #666;
	font-size: 11px;
}

.clear {
	clear: both;
}

.image {
	float: left;
	padding: 6px;
	margin: 4px;
	border: solid #CCCCCC 1px;
} 


.imageThumb {
	float: left;
	padding: 3px;
	margin-right: 3px;

} 

.blueBar  {
	 
	margin-top: 8px;
	height: 10px;
	background-color: #034070;
	 
}

