@charset "ISO-8859-1";


* {margin:0; padding:0;}

.clearfloats {clear:both;}

body {
	background-image: url(../images/bg_grad_1.jpg);
}


#container {
	width:980px;
	position:relative;
	margin:0 auto;
	padding:0;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin-top: 20px;
	background-color: #FFFFFF;
}


#left_content {
	width:600px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
#right_content {
	width:380px;
	float: left;
}
#logo_box {
	width:600px;
	height:90px;
}
#menu_box {
	width:560px;
	height:32px;
	background-color: #1765A7;
	padding-top: 8px;
	padding-left: 40px;
}
#left_copy {
	width:500px;
	padding: 50px;
}

#right_image_box {
	width:380px;
	height:200px;
}
#right_news_box {
	width:320px;
	height:190px;
	background-color: #CCCCCC;
	padding: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#bottom_image_box {
	width:980px;
	height:154px;
}
#footer_box {
	width:960px;
	background-color: #1765A7;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

a.footer_box:link, a.footer_box:visited {
	color: #FFFFFF;
}

a.footer_box:hover, a.footer_box:active {
	color: #000;
}

.news_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1765A7;
	font-weight: bold;
}
