@charset "UTF-8";
/* CSS Document */

body {background: #ddd; /*url(../img/bodybg1.jpg) 0 0 ; background-attachment: fixed;*/}





#bodyMain {
	color:#000;
	background: #fff; 
		border-left:1px solid #fff;
	border-right:1px solid #fff;
}
#bodyMain p, #bodyMain h1, #bodyMain h2, #bodyMain h3 {
	padding: 0 20px;
	
}

#body{
	width:900px;
	min-height:300px;
	margin: 0 auto;
	padding: 30px 50px;
	color:#000;
	font-size:13px;
	line-height:17px;
	background:#fff; 
	text-align:left;
}
#image {
	background:none;
}
#homecontent {
	text-align:center;
	padding-bottom:10px;
}

h1, .csc-firstHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:24px;
	color:#cc3333;
	padding-top:0;
	margin-top:0;
	padding-bottom:5px;
	margin-bottom:5px;
}
h2 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:18px;
	color:#cc3333;
}

#leftbody {
	position:relative;
	width:286px;
	float:left;
	border:none;
	margin-left:0px;
	background:#1C4D6D;
	height:450px;
}
#leftbody ul, #bodymid ul, #bodyright ul {
	list-style:none;
	margin:0;
}
#leftbody a, #bodymid a, #bodyright a {
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#bodymid {
	position:relative;
	width:286px;
	float:left;
	margin-left:21px;
	background: #1C4D6D;
	height:450px;
}
#bodyright {
	position:relative;
	width:286px;
	float:left;
	margin-left:21px;
	background:#1C4D6D;
	height:450px;
}

p {
	padding-top:0;
	margin-top:0;
	padding-bottom:5px;
}
ul {
	margin:0;
}

#footerMain{
	width:1000px;
	height:130px;
	position:relative;
	background:#fff; 
	margin:0 auto;
	margin-bottom:10px;
	padding:0;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
#certs {
	position:absolute;
	font:normal 11px/13px  Arial, Helvetica, sans-serif;
	color:#C0B48A;
	right:0px;
	top:20px;
	width:500px;
	height:50px;
	background: url(../img/certs3.gif) right top no-repeat;
}