body {
	padding: 25px 10px;
	font-size: 15pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 1.3em;
}
a{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:hover{
	color: #003d6e;
	text-decoration: underline;
}
#container{
	width: 760px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#header{
  height: 205px;
  position: relative;
}
#header #logo{
	position: absolute;
	left:339px;
	top:41px;
	width: 123px;
	height: 123px;
	background: url(images/harmon-logo.jpg) no-repeat center;
}
#header #leftimg{
	position: absolute;
	width: 304px;
	height: 205px;
}
#header #rightimg{
	left: 456px;
	position: absolute;
	width: 304px;
	height: 205px;

}
#navigation{
	height: 27px;
}
#navigation ul{
	display: inline;
	padding: 0;
	margin: 0;
}
#navigation li{
	display: inline;
	margin: 0;
	width: 148px;
	height: 21px;
	list-style: none;
	float: left;
	padding: 2px;
}
* html #navigation li {padding: 1px;} /* reduce the right margin to account for 3pixels*/
#navigation li.first {
	padding-left: 0;
	}
#navigation li.last {
	padding-right: 0;
}
#navigation .last {
	width: 150px;
}
#navigation li a{
	display: block;
	width: 148px;
	height: 23px;
	padding: 1px;
	background-color: #003d6e;
	color: #ffffff;
	text-decoration: none;
	font-size: .65em;
	text-align: center;
	font-weight: normal;
}
#navigation .active{
	background-color: #007d70;
}
#navigation li a:hover{
	background-color: #007d70;
}
#content{
	margin-top: 2px;
}
#footer{
	font-size: 8pt;
	color: #CCCCCC;
}
/* Fonts Styling
----------------------*/
h2{
	font-size: 1.2em;
	font-weight: normal;
	padding: 0px;
	margin: 0 0 10px -3px;
}
h3{
	font-size: 1.1em;
	font-weight: normal;
	padding: 0px;
	margin: 0 0 10px 0
}
