@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #243154 url(images/bg.jpg) repeat-x;
	margin:0;
}
.body2 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size:150%;
	color:#243154;
}
h2 {
	font-size: 14px;
	color: #87ADD1;
}
a {
	color:#243154;
	text-decoration:underline;
}
a:hover {
	color:#999999;
	text-decoration:none;
}
#wrapper {
	width:950px;
	margin:0 auto;
	height: 800px;
}
#left_header {
	float: left;
	width: 590px;
}
#right_header {
	float: left;
	width: 360px;
}
#left_info {
	float: left;
	width: 550px;
	background-image: url(images/left_info_bg.jpg);
	background-repeat: no-repeat;
	min-height:280px;
	padding-right: 10px;
	padding-left: 30px;
	margin-top: -.5em;
}
#right_info {
	float: left;
	width: 340px;
	background-image: url(images/right_info_bg.jpg);
	background-repeat: no-repeat;
	
	padding-right: 20px;
	margin-bottom: 1em;
	margin-top: -.5em;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	text-align: center;
	font-size: 10px;
	color: #b8c3d1;
	margin-bottom: 1em;
}
#right_box {
	background-image: url(images/right_box_mid.jpg);
	background-repeat: repeat-y;
	padding-right: 15px;
	padding-left: 15px;
	color:#263358;
	margin-top: -.5em;
}
#info_bg {
	background-image:url(images/info_bg.jpg);
	background-repeat:no-repeat;
	min-height:480px;
	width:950px;
}
#info_bg_repeat {
	background-image: url(images/info_bg_repeat.jpg);
	background-repeat: repeat-y;
	width:950px;
}
.left_pics {
	padding:0 10px 10px 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}  /* for IE/Mac */
.clearfix {
	zoom: 1;     /* triggers hasLayout */
	display: block;     /* resets display for IE/Win */
}  /* Only IE can see inside the conditional comment
	and read this CSS rule. Don't ever use a normal HTML
	comment inside the CC or it will close prematurely. */

