#h4{
	color: #0179C5;
	font-size: 20px;
	background: white;
	line-height: 100%;
	font-weight: bold;
}

strong{
}

ul{
	border:0 none;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
	vertical-align:top;
	list-style-image: none;
	list-style-type: none;	
}

li{
	border:0 none;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
	list-style-image: none;
	list-style-type: none;
	vertical-align:top;
}

#mainID{
	width: 600px;
	margin: auto;
	height: auto;
	border-top: inset 7px gray;
	border-left: inset 7px gray;
	border-right: solid 7px #000;
	border-bottom: inset 7px gray;
}

div#index_header{
	width: 600px;
	height: 148px;
	background: black;
	padding-top: 20px;
}

#headerLeft{
	float: left;
	width: 475px;
	padding-top: 10px;
	margin-left: 25px;
	text-align: right;
	height: auto;
	font-size: 29px;
	line-height: 110%;	
}

#headerRight{
	float: left;
	width: 80px;
	padding-top: 13px;
	height: auto;
}

#adWrap{
	height: auto;
	width: 550px;
	padding-left: 25px;
	padding-right: 25px;
}

#text{
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 16px;
	padding-left: 2px;
	color: black;
	font-weight: 600;
}

#firstImage {
	background: url("images/first_image_head.jpg");
	background-repeat: no-repeat;
	height: 100px;
	width: 600px;
}

#firstImageBody {
	background: url("images/first_image_body.jpg");
	background-repeat: no-repeat;
	height: 264px;
	width: 600px;
}

#contentBody{
	background: #97C4FF;
	height: auto;
	min-height: 505px;
	text-align: center;
	padding-left: 6px;
}

#colTitle{
	background:#0078C4;
	color: white;
	font-weight: bold;
}

#col1{
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	float: left;
	width: 194px;
	height: auto;
	min-height: 500px;
	background: white;
	font-size: 11px;
}

#col2{
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	float: left;
	width: 194px;
	height: auto;
	min-height: 500px;
	background: white;
	font-size: 11px;
}
#col3{
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	float: left;
	width: 194px;
	height: auto;
	min-height: 500px;
	background: white;
	font-size: 11px;
}

#colContent{
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
}

#colContent strong{
	font-size: 12px;
}


#colContent ul{
	padding-left: 25px;
}

#colContent li{
	color: black;
	padding-bottom: 10px;
	list-style: circle;
}

#adFooter{
	text-align: center;
	background: url("images/footer_bg.jpg");
	background-repeat: repeat-x;
	height: 169px;
	padding-left: 6px;
	padding-right: 6px;
}


.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
.clearfix {
	display:block;
}