#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-color: #FFF;
	border: 7px solid #01AEF0;
}
#container #right {
	width: 550px;
	float: left;
	padding: 0px;
}
#container #left {
	float: left;
	width: 390px;
	background-color: #0F75BD;
	color: #FFF;
	height: 420px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#container #left form table tr td a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #banner .text p {
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
}


#container #left h2 {
	font-family: "gill Sans MT";
	font-size: 22px;
}

#container #footer {
	padding: 10px;
	clear: both;
	font-size: 11px;
	text-align: center;
}
#container #footer a {
	color: #000;
	text-decoration: none;
}


#container #banner {
	clear: both;
}
#container #line {
	clear: both;
}


#container #banner .logo {
	float: left;
	width: 400px;
	height: 125px;
	text-align: center;
}
#container #banner .text {
	float: left;
	width: 555px;
	text-align: right;
	font-size: 12px;
	padding-right: 5px;
	padding-top: 5px;
}
#container #banner .text a:hover {
	text-decoration: none;
}

#container #banner .text h1 {
	font-family: "Gill Sans MT";
	color: #0F76BB;
	text-align: center;
	font-size: 32px;
}
#container #banner .text a {
	color: #000;
}


body {
	background-color: #0E75BA;
}

