@charset "UTF-8";
/* CSS Document */

	/* -------- Layout Styles -------- */

body{
	margin: 0;
	background: #1D3399 url('../images/bodybg.jpg') repeat-x top center;
	
}

#container{
	margin: auto;
	width: 920px;
}
/* -------- Header, Navigation, and Subheader Styles -------- */

	#header{
	width: 920px;
	float: left;
	height: 213px;
	background-image: url(../images/headerbg.jpg);
	}
	
		#top_navigation{
	width: 900px;
	float: left;
	height: 170px;
	text-align: right;
		}
		
		#main_navigation{
	width: 920px;
	float: left;
		}
		
		#subhdr{
	width: 920px;
	float: left;
	height: 201px;
	background-image: url(../images/subheaderbg.jpg);
		}
/* -------- Main Content Styles -------- */	
		
	#main_content{
	width: 880px;
	float: left;
	background-image: url(../images/mcbg.png);
	padding: 0px 20px 0px 20px;
	}
/* -------- Left Column Styles -------- */
	
		#left_column{
	width: 215px;
	float: left;
	background-image: url(../images/lcbg.jpg);
	background-position:  center 50%;
	padding-bottom: 15px;
	margin-right: 15px;
	padding-top: 15px
		}
		
			#cfhdr{
			}
			
			.cfrow{
			}
/* -------- Middle Column Styles -------- */	
			
		#main_column{
	width: 420px;
	float: left;
	margin-right: 15px;
		}
		
		#mc2{
	width: 625px;
	float: left;
	margin-right: 15px;
		}
		
		.mclitebluebox{
	background-color:#C1D5F0;
	padding:15px;
		}
/* -------- Right Column Styles -------- */
		
		#right_column{
	width: 215px;
	float: left;
	padding-top: 15px;
		}
		
			.bluebox{
	width: 194px;
	float: left;
	margin-bottom: 15px;
	background-color: #1D3399;
	padding: 10px;
			}
			
			.graybox{
	width: 100%;
	float: left;
	margin-bottom: 15px;
	background-color: #CCC;
			}
			
			.maroonbox{
	width: 100%;
	float: left;
	background-color: #431212;
	margin-bottom: 10px;
			}
		
		
		
		
	/* Main Content Bottom Style */	
			
	#mainconbtm{
	width: 920px;
	float: left;
	height: 22px;
	background-image: url(../images/mcbaseimg.png);
	}
	
	
	
	
	
	
	/* -------- Footer Styles -------- */
			
	#ftr{
	background-image: url(../images/footerbodybg.png);
	width: 920px;
	float: left
	}
	
		#tftr{
	width: 920px;
	float: left;
	background-image: url(../images/topfootertopbg.png);
		}
		
		#tftrbtm{
	width: 920px;
	float: left;
	height: 16px;
	background-image: url(../images/topfooterbtmbg.png);
		}
		
		#mftr{
	width: 920px;
	float: left;
	padding-bottom: 50px;
	padding-top: 15px;
	font-family: "century gothic";
	color: #CCC;
	font-size: 14px;
		}
		
		#bftr{
	width: 920px;
	float: left;
	background: repeat-y top center;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	color: #FFF;
	line-height: 30px;
	height: 30px;
	margin-bottom: 15px;
	background-image: url(../images/bronzeftrbg.jpg);
		}
		
	#ftrbtm{
	width: 920px;
	float: left;
	height: 31px;
	background-image: url('../images/footerbasebg.png');
	}
		
	#base{
	width: 920px;
	float: left;
	}
	
	
	
	
	
			

