body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #BDD1C1;
	margin: 0px;
	font-size:.8em;
}



.bold  { color: #001A66;  font-weight: bold}

strong { color: #001A66;  font-weight: bold}

H1 {  font-size: 18px; font-weight: bold}
H2 {  font-size: 16px; font-weight: bold}
/*ul {  font-size: 11px; font-weight: normal}

li {  font-size: 11px; font-weight: normal}

ol {  font-size: 11px; font-weight: normal}*/

input { color: #666666; font-weight : normal; font-size: 10px; background: none}

A { font-weight: normal}

A:link { color: #000033}

A:visited { color: #001A66}

A:active { color: #001A66}

A:hover { color: #001A66}

.header-home {
	width: 750px;
	position: relative;
	background-image: url(/images/header/home-header.png);
	height: 118px;
}
.logo {
	height: 200px;
	width: 283px;
	position: absolute;
	left: 0px;
	top: -7px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.left-column {
	float: left;
	width: 200px;
	margin-top: 80px;
}
.left-column ul {

	list-style-type: none;
}
.left-column ul li {

}
.right-column {
	float: right;
	width: 550px;
	margin-top: 20px;
}
.wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	width: 550px;
	font-size: 12px;
	margin-bottom: 10px;
}
.float-left {
	float: left;
	padding-right: 10px;
}

