@charset "UTF-8";
/* sitenamehere.com Main CSS Document */
* {
   margin: 0px;
   padding: 0px;
   }
a img {
	border:none;
	}
p {
	margin-bottom:10px;
	}
h1 {
	font-size:1.4em;
	line-height:1.4em;
	padding-bottom:5px;
	color:#003366;
	}
h2 {
	font-size:1.2em;
	line-height:1.3em;
	padding-bottom:5px;
	color:#333333;
	}
body {
	width:1024px;
	background:#fff;
	margin:0 auto;
	color:#000;
	font-family:Helvetica, arial, sans-serif;
	font-size:10px;
	line-height:1.2em;
	}
#header {
	width:1024px;
	height:129px;
	}
.header_top {
	width:1014px;
	height:26px;
	background:url(../images/header_grey_rpt.jpg) repeat-x;
	color:#fff;
	text-align:right;
	font-size:1.3em;
	line-height:1.2em;
	padding:11px 10px 0 0;
	}
.header_top a:link {
	color:#fff;
	text-decoration:none;
	}
.header_top a:visited {
	color:#fff;
	text-decoration:none;
	}
.header_top a:hover {
	color:#fff;
	text-decoration:underline;
	}
.header_logo {
	width:1024px;
	height:92px;
	}	
#black {
	width:1024px;
	height:229px;
	}
.black_left {
	width:442px;
	height:229px;	
	background:url(../images/black_left.jpg);
	float:left;
	}
.black_right {
	width:582px;
	height:229px;
	background:url(../images/black_right.jpg);
	float:left;
	}
#body {
	width:1024px;	
	background:url(../images/body_bkgnd.jpg) repeat-y;
	padding-top:5px;
	}
.body_left {
	width:215px;
	border-top:#888 1px solid;
	padding-top:10px;
	padding-left:10px;
	margin-bottom:10px;
	float:left;
	}
.body_center {
	width:470px;
	border-top:#888 1px solid;
	font-size:1.3em;
	line-height:1.4em;
	text-align:justify;
	padding-left:25px;
	padding-top:10px;
	padding-right:5px;
	float:left;
	}
.body_center img {
	border:1px solid #235c73;
	margin-right:20px;
	}
.body_center a:link {
	color:#003366;
	text-decoration:underline;
	}
.body_center a:visited {
	color:#003366;
	text-decoration:underline;
	}
.body_center a:hover {
	color:#003366;
	text-decoration:none;
	}
.body_center_int {
	width:759px;
	border-top:#888 1px solid;
	font-size:1.3em;
	line-height:1.4em;
	text-align:left;
	padding-left:25px;
	padding-top:10px;
	padding-right:15px;
	float:left;
	}

.image {
	border:1px solid #235c73;
	margin:5px;
	}
.headline {
	font-size:1.6em;
	font-weight:bold;
	color:#993300;
	border-bottom:1px solid #999999;
	margin-bottom:10px;
	}
.body_center_int a:link {
	color:#000;
	text-decoration:underline;
	}
.body_center_int a:visited {
	color:#000;
	text-decoration:underline;
	}
.body_center_int a:hover {
	color:#000;
	text-decoration:none;
	}
.body_center_int ul {
	margin-left:30px;
	padding-bottom:10px;
	}

.body_right {
	width:299px;
	border-top:#888 1px solid;
	color:#1c388d;
	font-family:Helvetica, arial, sans-serif;
	font-size:1.3em;
	line-height:1.5em;
	padding-top:20px;
	text-align:center;
	float:left;
	}
.quick_links {
	width:212px;
	font-family:Helvetica, arial, sans-serif;
	font-size:1.3em;
	line-height:1.3em;
	color:#1c388d;
	margin-top:50px;
	text-align:left;
	float:left;
	}
.quick_links a:link {
	color:#1c388d;
	text-decoration:none;
	}
.quick_links a:visited {
	color:#1c388d;
	text-decoration:none;
	}
.quick_links a:hover {
	color:#1c388d;
	text-decoration:underline;
	}
#footer {
	width:1024px;
	border-top:#888 1px solid;
	padding-top:10px;
	font-family:Helvetica, arial, sans-serif;
	font-size:1.3em;
	line-height:1.3em;
	color:#1c388d;
	text-align:right;
	}
#footer li {
	display:inline;
	}
.footer_right {
	width:320px;
	float:right;
	}
.footer_right a:link {
	color:#1c388d;
	text-decoration:none;
	}
.footer_right a:visited {
	color:#1c388d;
	text-decoration:none;
	}
.footer_right a:hover {
	color:#1c388d;
	text-decoration:underline;
	}
	
.footer_left {
	width:700px;
	float:left;
	}
	

	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}