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

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
/*	background-color: #052E66;*/
	background-color: #000;
	margin: 0;
	padding: 0;
	background-image:url(../images/body_background_repeat.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#masthead {
	background-color: #FFFFFF;
	color: #999999;
	margin: 12px auto 0 auto;
	width: 982px;
}

#logo {
	padding: 0 12px;
}


#columntop {
	clear: both;
	height: 20px;
}

#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-color:#ffffff;
}

#pagewrapper{
	background-color:#ffffff;
	width:982px;
	height:auto;
	float:left;
}


/**************************************************************
MAIN CONTENT BODY COLUMN STYLES. DEFINING COLUMN WIDTHS 
AND MAIN CONTENT FONT STYLES BELOW
**************************************************************/
#c1, #c2 {
	float: left;
}
#c1 {
	width: 500px;
	line-height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00225b;
}

#c1 .content {	
	text-align:left; 
	padding:25px 0 25px 0; 
	width:480px; 
	min-height:100px; 
	margin-left:20px;  
	border-bottom:dashed 1px #006699;	
}

#c2-contentcontainer{
	float:left; 
	width:470px; 
	background-image:url(../images/bg_bluegradient.jpg); 
	background-repeat:repeat-x; 
	background-position:bottom;	
	min-height:700px;	
}

#c2 {
	float:right;
	width: 470px;
	border-left:solid 1px #8AC8EC;
}

#c2 .content {
	color: #00225B;
	font-size: 0.8em;
	padding: 5px 32px 40px 32px;
	line-height: 1.6em;
}

#c2 .sectiontitleimg {
	border:0px;
	text-align:right;
	height:65px;
}

/**************************************************************
ENDING MAIN CONTENT BODY COLUMN STYLES
**************************************************************/




h1 {
	font-size: 1em;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 1.1em;
	letter-spacing: .2em;
}
h3 {
	font-size: 1em;
}


/**************************************
STYLE FOR THE TWO THUMBS AT THE BOTTOM
OF THE INDEX.HTML PAGE
**************************************/
.thumbsbottom{
	float:left; 
	text-align:left; 
	padding:5px 0 20px 0; 
	width:480px;
	margin:25px 0 0 20px;
}
#thumb-leftside{
	width:235px; 
	height:110px; 
	float:left; 
	background-image:url(../images/thumbbg.jpg); 
	background-repeat:no-repeat; 
	padding:10px; 
	padding-top:0px;	
	padding-left:0px;
	padding-right:0px;
}
/**************************************************************
ENDING STYLE FOR THE TWO THUMBS
**************************************************************/


#columnbottom {
	clear: both;
	width:982px;
	background-color:#01235C;
	height: 20px;
}
#footer {
	background-color:#01235C;
	color:#F3FCFF;
	margin: 0px auto;
	font-size: 0.7em;
	width: 982px;
}
#footercontent {
	padding: 14px;
	padding-top:20px;
	text-align:center;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}


/**************************************************************
DEFAULT LINKS - Applies to the Main Content Column
**************************************************************/
.content a:link {
	color: #C82020;
}
.content a:visited {
	color: #C82020;
}
.content a:hover, .content a:focus, .content a:active {
	color: #06387D;
}
/**************************************************************
ENDING STYLE FOR DEFAULT LINKS
**************************************************************/

/**************************************************************
FOOTER LINKS STYLES
**************************************************************/
#footer a:link {
	color: #F3FCFF;
}
#footer a:visited {
	color: #F3FCFF;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #3366FF;
}
