body {
   background-image: url(images/bground.png);
   background-repeat: repeat-x;
}

.container { 
   width:960px;
   margin: 0px auto;
}

.navbox {
	float:left;
	padding: 8px;
	margin-left:5px;
	border: solid 1px #056EB1;
	color: #056EB1;
	background-color: #ffffff;
}

.main_content {
   background-color:#FFFFFF;
   padding: 0px;
   margin-top: 20px;
   min-height: 560px;
   /* outer shadows  (note the rgba is red, green, blue, alpha) */
	-moz-box-shadow:0px 0px 2px 1px rgba(51, 51, 51, 0.9);
	-webkit-box-shadow:0px 0px 2px 1px rgba(51, 51, 51, 0.9);
	box-shadow:0px 0px 2px 1px rgba(51, 51, 51, 0.9);

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 9px; 
	border-radius: 9px;
}

.header {
    min-width:1100px;
	padding-left:0px;
	width:100%;
	
}
.hc1 { 
	float:left;
	width:610px; 
	margin-bottom:8px; 
	padding-left: 20px;
	padding-top:20px;
}

.hc2 { 
	float:right;
	padding-top:20px;
	padding-right:40px;
	width:160px; 
}
.middle {
	width:1200px;
}
.clear {
	clear:both;
}
.mid-left {
	padding-left:90px;
	float:left;
	width:520px;
	margin-bottom:44px;
}
.mid-right {
    padding-top:32px;
	padding-left:40px;
	padding-right:0px;
	float:right;
	width:480px;
	margin-bottom:44px;
}

#section-details {
	width:300px;
	font-size:12px;
	font-weight:bold;
	margin-top:10px; 
	text-align:center;
	color:#FFFFFF;
}
.footer {
 min-width:1200px;
 min-height:30px;
 color:#1564B2;
 background-color:#0B3C5E;
 padding-bottom:10px;
 padding-left:25px;
 padding-top:10px;
}
.footer_column { 
    text-transform:uppercase;
	overflow:visible;
	padding-left:20px;
	padding-right:20px;
	float:left;
	width:90px;
	border-right: 1px solid #FFFFFF;
	line-height: 1.8em;
	font-weight:bold;
}

.footer_column a{ 
	color: #FFFFFF;
}

.footer_column_wide { 
	float:left;
	text-align:right;
	padding-left:20px;
	width:585px; 
	text-transform:uppercase;
	font-weight:bold;
	color: #FFFFFF;
}
.social_links {
   padding-right:30px;
   padding-top:3px; 
   float:left;
   color: #FFFFFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	background-color: #DBE1E3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
    color: #056EB1;
	text-decoration: none;
}
a:visited {
	color: #056EB1;
	text-decoration: none;
}
a:hover {
	color: #6DAD47;
	text-decoration: none;
}
a:active {
	color: #056EB1;
	text-decoration: none;
}