*{
margin:0;
padding:0;
}

body{
	background:#4881f0;
	font-family:arial;
	font-size:12px;
	text-align:center;
	color:#072794;
}

h2{
	font-size:19px;
	font-weight:bold;
	padding-top:12px;
	padding-left:10px;
	color:#072794;
}

h3{
	font-size:16px;
	font-weight:bold;
	padding-top:12px;
	padding-left:10px;
	color:#072794;
}

p{
	padding:10px;
}

ul{list-style-type: disc; text-align:center;}

li{list-style-type: disc;}

img.imgleft{float:left; margin:10px;}

img.imgright{
float:right; 
margin:10px;
}

#main_container{
	margin:0 auto;
	width:770px;
	height:auto;
	background:#17439a;
	text-align:left;
}

#left_column{
	float:left;
	width:190px;
	height:auto;
}

#right_column{
	float:right;
	width:580px;
	height:auto;
	overlflow:auto;
}

#header_image{
	height:250px;
	background:url(images/header_main.jpg) no-repeat;
}

#title_container_main{
	background:url(images/title_bar.jpg) no-repeat #ffffff;
	height:43px;
}

#text_container{
	background:#80a9fb;	
}

#footer{
	clear:both;
 	width:770px;
	height:40px; 
	background:#000000;
	text-align:center;
	color:#ffffff;
}

/*--- Hyperlinks ---*/

a:link, a:visited{color:#fff; text-decoration:none;}

a:hover{text-decoration:underline;}

/*--- Clearfix ---*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}