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

body {
	margin: 0px; padding: 0px;
	background: #7da6c4 url("NewImgs/bodybg.jpg") repeat-x center top;
	text-align: center;
	
	}
	
#container {
	width: 958px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	
	}
#header {
	height: 111px;
	background: transparent url("NewImgs/top.jpg") no-repeat;

}
#navigation {
	height: 78px;
	
}
	
#content {
	width: 958px;
	float: left;
	background: transparent url("NewImgs/mainbg.png") repeat-y;
	
}

#left {

	width: 625px; 
	float: left;}


#right {
	float:right;
	width: 295px;

}

#footer {
	width: 958px; 
	height: 98px;
	float: left;

}


#equiflair {
	width: 958px; 
	float: left;

}

a {
	color: #c01734;
	text-decoration: underline;
	font-weight:bold;
	
}
a:hover {
	color: #5292e0;
	text-decoration: underline;
	font-weight:bold;

}
#left p {
	margin: 5px 0px 0px 43px;
	line-height: 20px;
}

#left img {
	margin: 0px 10px 0px 0px !important;
	border-color: #FFFFFF;
}


#right p {
	margin: 5px 0px 0px 0px;
	line-height: 20px;
	color: #000000;
	
}

h1 {
	margin: 10px 0px 10px 40px;
	color: #133b80;
	font-family: "arial", arial, verdana;
	font-size: 22px;
	font-weight:  bold;

}



h2 {
	margin: 10px 0px 10px 40px;
	color: #2a75ac;
	font-family: "arial", arial, verdana;
	font-size: 18px;
	font-weight:  bold;

}


hr {
	color: #ffffff;
	height: 3px;
	background-color: #ffffff;
	margin: 15px 0px 15px 40px;
	width: 550px;

} 
a img {
	border: 0px;
	
}