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

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;	
}

body {
	border-top: 10px #e7a82e solid;
	background-color:#000071;
	background-image:url(../images/mainbackground.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}


.background {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	text-align: center; /* this overrides the text-align: center on the body element. */
}


#wrapper1 {
	margin: 0 auto;
	padding: 0;
}	

#mainwrapper {
	width: 930px;
	margin: 0 auto;
	
}

#header {
	width: 930px;
	margin: 0 auto;
	padding: 0;
	float: left;
	
}					


#columnwrapper2 {
	width: 870px;
	margin: 5px 30px 20px 30px;
}	


#column1 {
	width: 245px;
	float: left;
	margin: 0px 5px 0 35px;
}


.column1 h2{
	margin: 15px 0 10px 0;
	text-align:center;
	font-family: Arial, "Helvetica", sans-serif;
	font-size:17px;
	letter-spacing:1px;
	font-weight:normal;
	color: #fff;
}	


.column1 a{
	font-family: Arial, "Helvetica", sans-serif;
	font-size:17px;
	color: #fff;
	text-decoration:none;

}

.column1 a:hover, a.selected{
	color: #e7a82e;
	text-decoration:underline;
}
	

#column2 {
	width: 245px;
	float: left;
	margin: 0px 10px 0 15px;
}


.column2 h2{
	margin: 15px 0 10px 0;
	text-align:center;
	font-family: Arial, "Helvetica", sans-serif;
	font-size:17px;
	letter-spacing:1px;
	font-weight:normal;
	color: #fff;
}	


.column2 a{
	font-family: Arial, "Helvetica", sans-serif;
	font-size:17px;
	color: #fff;
	text-decoration:none;

}

.column2 a:hover, a.selected{
	color: #e7a82e;
	text-decoration:underline;

}
	


#column3 {
	width: 245px;
	float: left;
	margin: 0px 5px 0 10px;
}



.column3 h2{
	margin: 15px 0 10px 0;
	text-align:center;
	font-family: Arial, "Helvetica", sans-serif;
	font-size:17px;
	letter-spacing:1px;
	font-weight:normal;
	color: #fff;
}	


.column3 a{
	font-family: Arial, "Helvetica", sans-serif;
	font-size:17px;
	color: #fff;
	text-decoration:none;

}

.column3 a:hover, a.selected{
	color: #e7a82e;
	text-decoration:underline;
}
	

