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

body{
	margin: 0;
	font-family: Eurostile, Arial, Helvetica, sans-serif, "Arial Narrow"; 
	background-color: #acaaa6;
	font-size:12px;
}
a, a:visited{
	color: #fff;	
	text-decoration:underline;
}
a:hover{
	color: #f8d70c;
	text-decoration:underline;	
}
a.gold, a.gold:visited{
	color: #f8d70c;
}
img{
	border: 0px none;
}
h1{
	font-size: 24px;
	text-align:center;	
}
h1.left{
	font-size: 24px;
	text-align:left;	
	text-transform:uppercase;
}
h2{
	font-size: 18px;
	text-align:center;		
}
#maincontainer{
	margin: 0 20px;	
}
#header{
	height:144px;
	float:left;
	width: 100%;
	background-image:url(images/homepage-header_arch_grayC.png);
	background-repeat:repeat;
}
#headerlogo{
	width: 374px;
	height:144px;
	float:left;
}
#headerimage{
	width:377px;
	height:144px;
	float:right;
}
#contentcontainer{
	width: 100%;
	float: left;
	background-image:url(images/content-top.png);
	background-repeat:repeat-x;
	background-color: #0033b8;
}
#contentcontainerbottom{
	background-image:url(images/content-bottom.png);
	background-repeat:repeat-x;
	background-position:bottom;	
	width: 100%;
	float: left;
}
#contentwrapper{
float: left;
width: 100%;
}
#content-top{
	background-image:url(images/content-top.png);
	background-repeat:repeat-x;
	background-color: #0033b8;
	margin-left: 205px; /*Set left margin to LeftColumnWidth*/
	margin-right: 20px; 
}
#content{
	background-image:url(images/content-bottom.png);
	background-repeat:repeat-x;
	background-position:bottom;	
	color: #ffffff;
	padding: 20px 30px;
}
#contentimages{
	width: 200px;
	float:left;	
}
#contentimages p{
	margin-top:0;	
}
#contentnexttoimages{
	margin-left: 230px;
}
#contentnexttoimages h1{
	text-align:left;
	text-transform:uppercase;
	margin-top:0;	
}
#footer{
	clear:both;
	float:left;
	padding: 20px 0;
	width: 100%;
	text-align:center;	
	color: #f8d70c;
}
#topnavigation{
	width: 100%;	
	text-align:right;
	padding: 10px 0;
	height: 20px;
	color: #fff;
}
#topnavigation a, #topnavigation a:visited{
	font-size: 13px;
	font-weight:bold;
	text-decoration:none;	
}
#topnavigation a:hover{
	text-decoration:underline;
}
#topnavigation p{
	padding: 0 20px;
	margin: 0;	
}
#navigation{
	float: left;
	width: 200px; /*Width of left column*/
	padding-left: 30px; 
	margin-left: -100%;
}
#navigation ul{
	margin:0;	
	padding:0;
	list-style:none;
}
#navigation li{
	padding-bottom: 10px;
}
.copyright{
	font-size:11px;
	color:#FFF;	
}
#footer a, #footer a:visited{
	color: #f8d70c;	
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;	
}
