html, body {
	background-color: #1B71B2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;
}
img, input {
	border: none;
}
.img_right {
	float: right;
	padding: 0 0 5px 5px;
}
.img_left {
	float: left;
	padding: 0 5px 5px 0;
}
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #335A77;
	text-decoration: none;
}
li {
	list-style-type: circle;
}
h2 {
	color: #335A77;
	font-size: 13px;
}
h3 {
	color: #335A77;
	font-size: 11px;
}
#outer_wrapper {
	background-color: #A3C8E4;
	border: 1px solid #335A77;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
}
#header h1 {
   background: url("images/header_bg_aqua.gif") top left no-repeat;
   height: 0px !important;
   height /**/:127px;
   margin: 0;
   overflow: hidden;
   padding: 127px 0 0 0;
   width: 770px;	
}
#navigation {
	background-color: transparent;
	height: 34px;
	position: absolute;
	top: 93px;
	width: 770px;
	z-index: 1000;
}
#navigation div {
	float: left;
	height: 28px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 15%;
}
#navigation ul li {
	display: inline;
	list-style: none;
}
#navigation div a:link, #navigation div a:visited {
	color: #000;
	display: block;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 28px;
	padding-top: 7px;
	text-decoration: none;
	width: 100%;
}
#navigation div a:hover, #navigation div a:active {
	background-color: #335A77;
	color: #FFF;
}
#content {
	background-color: #BAD6EC;
	border-left: 1px solid #335A77;
	float: right;
	height: 357px;
	line-height: 1.5em;
	overflow: auto;
	padding: 5px 5px 0 5px;
	width: 558px;
}
#pole_man {
	background: #A3C8E4 url("images/pole_man.gif") top left no-repeat;
	float: left;
	height: 357px;
	margin-top: 5px;
	width: 201px;
}
#footer {
	background-color: #7CB1D8;
	border-top: 1px solid #335A77;
	clear: both;
	padding: 5px 0 5px 0;
	text-align: center;
	width: 770px;
}
.clear {
	clear: both;
}