body {
	font-family: verdana, arial;
	font-size: 80%;
	color: #333333;
}

#container {
	width: 780px;
	margin: auto;
	background: white;
	border: 1px solid #224b6b;
}

#header {
	clear: both;
	height: 150px;
	color: white;
}

#main {
	clear: both;
	padding: 0px 2px;
}

#content {
	clear: both;
	padding: 10px;
}

#nav {
	clear: both;
}

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: #023759 url(images/navbg.jpg) no-repeat;
	height: 47px;
	border-top: 1px solid #023759;
	border-bottom: 1px solid #023759;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	display: block;
	padding: 18px 12px 15px 12px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

#footer {
	clear: both;
	font-size: 80%;
	text-align: center;
	background: url(images/footer.jpg) top left no-repeat;
	height: 70px;
	padding-top: 15px;
	color: white;
}
#footer a {
	color: white;
	text-decoration: none;
}

h1 {
	font-size: 200%;
	padding: 25px 0px 0px 25px;
}
h2 {
	font-size: 120%;
	color: #224b6b;
}
h3 {
	font-size: 100%;
	background: #224b6b;
	color: white;
	padding: 5px;
}
p {
}

label {
	float:left;
	width:150px;
	margin: 2px 0px;
}
input, textarea {
	margin: 2px 0px;
	border: 1px solid #3f87c4;
}


.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}


.boxcontainer {
	clear:both;
	margin-left: 115px;
}

.box4{
	float:left;
	margin:0 13px 10px 0;
	width:170px;
}
.mid{
	border-style:solid;
	border-width:1px;
	border-bottom-width:0px;
	border-top-width:0px;
	background-position:4px 4px;
	background-repeat:no-repeat;
	padding:4px 2px 0px 40px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

.box4.blue .mid.im1{
	border-color:#2B7BC0;
	background-image:url(images/box-blue-image.gif);
}
.box4.blue .mid.im2{
	border-color:#2B7BC0;
	background-image:url(images/box-blue-image2.gif);
}
.box4.blue .mid.im3{
	border-color:#2B7BC0;
	background-image:url(images/box-blue-image3.gif);
}

.box4 .top{
	text-align:center;
}
.box4 .top A{
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	
	color:#FFFFFF;
	text-decoration:none;
	width:170px;
	line-height:26px;
}
.box4.blue .top{
	background-image:url(images/box-blue-top.gif);
	background-repeat:no-repeat;
	height:26px;
}

.box4.blue .bot{
	background-image:url(images/box-blue-bot.gif);
	background-repeat:no-repeat;
	height:6px;
}
