* {
	margin:						0;
	padding:					0;	
}

img {
	border: 0;
}


#container {
	width:				967px;
	margin:				0px auto;
	text-align:			center;
	background-color: 	#FFF;
	overflow:			hidden;
	}

body {
	font-family: 		Arial, Verdana, Helvetica;
	font-size: 			11px;
	text-align: 		center;
	background-color: 	#364553;
	color: 				#616161;
	}

a:link, a:visited, a:active{
	color:				#f89819;
    text-decoration: 	underline;
	}

a:hover{
    text-decoration:	none;
	}

#container{
	background: 		#FFF url(../images/header-bg.jpg) no-repeat;
}	
	
#pageWrapper {
	width: 				100%;
	overflow: 			hidden;
	text-align:			center;
	}

#header {
	width: 				967px;
	text-align: 		right;
	background: 		transparent;
	}
	
#secondary-page {
	text-align: 		left;
	width:				537px;
	padding:			0px 215px 0px 215px;
}	
	
#column-1{
	float: 				left;
	width:				215px;
	text-align:			left;
	margin-left:		30px;
	border-right: 		1px #9d9d9d solid;
		margin-bottom:		30px;

	}
	
#column-2{
	float:				left;
	display: 			inline;
	text-align:			left;
	width:				215px;
	margin-left:		20px;
	border-right: 		1px #9d9d9d solid;
		margin-bottom:		30px;

	}
		
#column-3{
	float:				left;
	display: 			inline;
	width:				215px;
	text-align:			left;
	margin-left:		20px;
	border-right: 		1px #9d9d9d solid;
		margin-bottom:		30px;

	}
	
#column-4{
	float:				left;
	display: 			inline;
	width:				215px;
	margin-left:		20px;
	text-align:			left;
	margin-bottom:		30px;
	}
	
h1{
	font-size:			12px;	
	color:				#505050;
	margin: 			15px 0px 10px 0px;	
	}
	
h1.secondary-header{
	font-size:			18px;	
	color:				#1b5996;
	margin: 			0px 0px 10px 0px;	
	}	
	
p{
	margin: 5px 20px 10px 0px;
}	
		

#footer {
	width:				967px;
	height:				45px;
	clear:				both;
	background: 		#364553 url(../images/footer.gif) no-repeat;
	padding-bottom:		30px;
	font-size:			11px;
	}
	
#footer p{
	float:				right;
	padding-right:		15px;
	padding-top:		15px;
}
	
#footer p.copyright{
	float:				left;
	padding-left:		15px;
}
