/* CSS Document */

#bodycontainer{
	position: relative;
	width: 731px;
	background-color: #FFF;
	margin-top: -10px;
	min-height: 240px;
	overflow: hidden;
}

#bodycontainer img{
	float: left;
}

#bodycontainer p{
	color: #5182BC;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

body{
	margin:auto;padding:0px;
}

body{
	font-family: Arial, Helvetica, sans-serif;
}

#container{
	width:732px;
	margin:0 auto;
}

#topcontainer{
	position: relative;
	width: 731px;
	background-color: #FFF;
	margin-top: -15px;
	clear: both;
}
#bodyleft{
	position: relative;
	width: 200px;
	float: left;
	text-align: left;
	clear: left;
	padding-top: 10px;
}

#bodyleft img{
	margin-top: -10px;
}

#bodyleft h3{
	color: #666666;
	margin-top: 3px;
}

#bodyleft h2 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	float: right;
	margin-right: 15px;
}

#bodyright {
	width: 525px;
	float: right;
	position: relative;
	padding-top: 24px;
	padding-left: 4px;
	clear: right;
}

#bodyright p{
	color: #3B5F8B;
	font-size: 13px;
}

#bodyright a:link{
	text-decoration:underline;
	color: #3B5F8B;
}

#bodyright a:visited{
	color: #3B5F8B;
	text-decoration:underline;
}

#bodyright{
	color: #3B5F8B;
}

#bodyright ul{
	/*margin-top: 0px;*/
}

#bodyright ul li{
	font-size: 13px;
	margin-bottom: 8px;
}

#bottomcontainer{
	position: relative;
	width: 732px;
	height: 0px;
	background-color: #FFFFFF;
	clear:both;
	overflow: hidden;
}

#bottomright{
	float:right;
	width:401px;
	background-color: #FFFFFF;
	height: 145px;
	clear: right;
}
.bottomleft{
	float:left;
	width:304px;
	background-color:#FFFFFF;
	height: 145px;
	clear: left;
}