/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #2c668e;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif ;
	}
	
	h1, h2, h3, h4, h5, h6 {
		margin: 15px 0;
		}
	
	h1 {
		font-size: 24px;
		color: #003c7a;
		font-weight: normal;
		}
		
	

	#container {
		}
	
	#wrapper {
		text-align: left;
		margin: 0 auto 0 auto;
		padding:0;
		background-color:#fff;
		width: 803px;
		}
	
	#header {
		background: url(images/header_new.jpg) 50% 0% no-repeat;
		width: 803px;
		height: 156px;
		}
	
	#content {
	background: #fff;
	background-image:url(images/backgroundlin.jpg);
	width: 803px;
	margin: 0px;
	color: #000;
	font-size: 13px;
	line-height: 18px;
			}
			
	.content {font-size: 13px}		
	
	#content a {
		color: #fb2b2b;
		text-decoration:none;
		}
	
	#content a:hover {
		color: red;
		text-decoration:underline;
		background-color:#FFFFCC;
		}
	
	#col {
		float: left;
		}
	
	#col-1 {
		width: 170px;
		float: left;
		margin-top: 0px;
		margin-left: 15px;		
		background-repeat:repeat-y;
		font-size: 14px;
		color: #000;
		line-height: 20px;
				
		}
		
		
	#col-2 {
		width: 540px;
		float: left;
		margin-top: 0px;
		margin-left: 28px;
		background: #fff;
		font-size: 14px;
		color: #000;
		line-height: 20px;
		}
		
		#col-3 {
		width: 500px;
		float: left;
		margin-top: 20px;
		margin-left: 30px;
		background: #f8dca9;
		font-size: 14px;
		color: #000;
		line-height: 20px;
		}
				
	
	#footer {
		background: url(images/footer.gif) no-repeat;
		margin-left:0px;
		height: 70px;		
		width: 803px;		
		}		
	
	
	.subhead {
		color: #003c7a;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		line-height: 20px;
		font-style:italic;
		}
		
	.spacer {
		clear: both;
		}
		
	.copyright {
		font-size: 11px;		
		margin: 0px;
		padding: 0px;
		color: #fff;
		}
		
