* {
    padding: 0;
    margin: 0;
} 

.navigation {
	background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;	
	height: 20px;
	width: 98.3%;
}

.navigation a {
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 0.8em sans-serif;
	line-height: 20px;
	padding: 0 2px;
	text-decoration: none;
}

.navigation a:hover {background-position: left bottom; color: #F00;}

.clearer {clear: both;}

body {
    background: #FFF;
	font: .74em "Trebuchet MS" Verdana, Arial, sans-serif;
	line-height: 1.5em; 
}

#wrap {
	margin: 20px auto;
	width: 724px;
	background: #fff url('images/midbg-red.gif');
	background-repeat: repeat-y;
}

#top { 
	background: #fff url('images/topbg-red.gif');
	height: 30px;
}

#content {
	padding: 0 40px 0 40px;
}

#bottom {
	background: #fff url('images/botbg-red.gif');
	height: 30px;
}

.header {
	height: 110px;
	background: #85ACF7 url('images/full-header2.gif');
}

.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }

.middle {
	float: left;
	width: 98%;
	margin: 0 0px;
	padding: 1% 1%;
	text-align: justify;
	font-family: Verdana, Arial;
	font-size: 1em;
}

.middle ul {
	color: #000;
	padding: 0 0 0 40px;
	list-style: disc;
	line-height: 200%;
}

.image_float_left {
	float:left;
	margin:0 0 0 0;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.image_float_right {
	float:right;
	margin:0 0 0 0;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.right {
	float: right;
	width: 40%;
	margin: 32px 22px;
	padding: 1% 1%;	
	font-family: Verdana, Arial;
	font-size: 1em;
}

.contact {
	float: left;
	width: 40%;
	margin: 0 0px;
	padding: 1% 1%;
	text-align: justify;
	font-family: Verdana, Arial;
	font-size: 1em;
}

.link {
	color: #3B6EBF;
}

.highlight {
	font-weight:bolder;
	color:#FF0000;
}

.blkhighlight {
	font-weight:bolder;
}

.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
}

.middle h2 { color: #F00; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.contact h2 { color: #F00; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.right h2 { color: #F00; font-size: 16px; margin-top: 10px;}

table {
	border:0;
	border-collapse:collapse;
}

caption {
	font-weight:bold;
	font-size:16px;
	color:#F00;
}

td, th {
	padding:2px;
	text-align:left;
	background: #F6F9FB; 
	border: 1px solid #E1E1E1;
}

td {
	font-weight:normal;
}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}
