@import url("styles.css");

/*
colors:
	gray	696969
	blue	003399

site is fixed width at 974px wide
*/
	
body {
	width:100%;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	color:#696969;
	color:
}
	
/*  DIV LAYOUT */
#container {
	width:974px;
	margin: 0 auto;
	padding:4px; 
}
	#header { 
		font: Arial, Helvetica, sans-serif;
		background-color:white;
		padding:0px; 
	}
		#utility {
			float:right;
			margin-top:20px;
			text-align:right;
		}
	#banner, #banner-home {
		text-align:right;
		clear:both;
		width:974px;
	}
	#banner {
		height:135px;
	}

	#subnav {
		margin:0;
		padding: 7px 0px 7px 287px;
		border-bottom:solid 1px #ccc;
		background-color:none;
	}
	#mainContent {
		width:973px;
		margin: 30px 0 0 0;
		position:relative;
		background-color:none;
	}		
		#left { 
			float:left;
			display:block;
			width:232px;
			padding:0;
			margin: 30px 0 30px 0px;
			background-color:none;
			line-height:14px;
		}
			#left-content {
				margin-left:20px;
			}
		#right { 
			margin:30px 0 30px 0;
			float:right;
			line-height:14px;
			width:180px;
		}
		#center { 
			line-height:17px;
			margin:0 0 30px 308px;
			width:445px;
			padding:0px;
		}
		/*Used in two-column template*/
		#left-two-col {
			line-height:17px;
			float:top;
		
		}
	#footer {
		border-top: 1px solid #ccc;
		clear:both;
		font-size:10px;
		color:#003399;
		line-height:12px;
		padding-top:10px;
	}
		#copyright {
			width:775px;
		}