body {
	font-family: Avenir, Tahoma, Verdana, Helvetica, Arial, sans-serif;
}


#container {
	position: relative;
	left: 6px;
	width: 1024px;	
}


#leftQuote {
	position: absolute;
	top: 0;
	left: 6px;
	width: 145px;
	font-family: Palatino, Times;
}



#header {
	position: relative;
	width: 800px;
	height: 200px;
	background: url(../images/main_header.png) no-repeat;
}


#header h1 {
	position: relative;
	margin: 0;
	top: 8px;
	left: 6px;
	width: 800px;
	height: 220px;
	text-indent: -9000px;
}


#header ul {
	margin: 0;
	position: absolute;
	top: 6px;
	left: 6px;
	text-indent: -9000px;
}


#navBar {
	position: relative;
	width: 1034px;
	background: url(../images/bgNav.png) repeat-y left top;
}


#navBar ul {
	position: relative;
	left: 165px;
	top: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	height: 20px;
	width: 857px;
	background: #fff url(../images/navBar.png) repeat-x left top;
}


#navBar ul li {
	float: left;
}


#navBar ul a {
	display: block;
	float: left;
	padding: 0 1.46em;
	line-height: 1.1em;
	background: url(../images/navDivider.png) repeat-y left top;
	text-decoration: none;
	color: #333
}


#navBar ul a:hover {
	color: #aaa;
}


#navBar ul a:active {
	color: #ddd;
}


#navBar ul .first a {
	background: none;
}


#content {
	position: relative;
	padding: 12px;
	width: 800px;
}


#content h2 {
	left: 4px;
	width: 800px;
	text-align: left;
	font-weight: normal;
	font-size: 16pt;
}


#content h3 {
	left: 4px;
	width: 800px;
	text-align: left;
	font-weight: normal;
	font-size: 14pt;
}


#content p {
	position: relative;
	margin: 0;
	left: 4px;
	width: 800px;
	font-size: 10pt;
	}


#content li {
	position: relative;
	margin: 0;
	left: 4px;
	font-size: 14pt;
}


#content form {
	position: relative;
	margin: 0;
	left: 6px;
	width: 820px;
}

#homeContent {
	clear: both;
	position: relative;
	padding: 12px;
	width: 1034px;
	z-index: 2;
	background: url(../images/bgContent.png) repeat-y left top;
}


#homeContent h3 {
	position: relative;
	margin: 0;
	left: 170px;
	width: 530px;
	font-weight: normal;
	font-size: 18px;
}


#homeContent p {
	position: relative;
	margin: 0;
	left: 170px;
	width: 530px;
	font-size: 10pt;
}


#newsBox {
	position: absolute;
	top: 36px;
	left: 750px;
	width: 240px;
	height: 360px;
	padding: 6px;
	z-index: 1;
	background: #fff;
	border: 2px solid #000;
}


#newsBox h3 {
	position: relative;
	margin: 0;
	left: 0;
	width: 530px;
	font-weight: normal;
	font-size: 16px;
}


#newsBox p {
	position: relative;
	left: 0;
	margin: 0;
	width: 228px;
	text-align: left;
	font-size: 10pt;
}


#footer {
	clear: both;
	position: absolute;
	margin: 0;
	width: 1034px;
	background: url(../images/bgFooter.png) no-repeat;
}


#footer h5 {
	top: 48 px;
	text-align: center;
	font-size: 10px;
	}
