* {
	margin: 0px auto;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#d7d7d7;
}

a { 
	color: #093161;
	text-decoration: underline;
}

a:hover { 
	color: #55627e; 
	text-decoration: underline;
}

#container {
	width: 960px;
}
#banner{
	float: left;
	width: 960px;
	height: 165px;
	overflow:hidden;
}
#content_container{
	float: left;
	width: 948px;
	background-color: #ffffff;
	border-right: 6px solid #00234d;
	border-bottom: 6px solid #00234d;
	border-left: 6px solid #00234d;
}
div#left{
	float: left;
	width: 512px;
	overflow:hidden;
}
p#text_left{
	display:block;
	padding: 20px 0px 0px 30px;
	line-height: 18pt;
	
}
div#right{
	float: left;
	width: 400px;
	position: relative;
	left: 36px;
}
p#callout
{
	font-size:16px;
	line-height: 20pt;
	display:block;
	float:left;
	padding: 20px 20px 0px 0px;
}
.cleared{
	clear:both;
}
img{
	float:left;
}
