#banner {
	float: left;
	width: 811px;
	height: 137px;
	background-image: url(images/banner1.jpg);
	background-repeat: no-repeat;
}
#wrap {
	background-image: url(images/rightedge.gif);
	background-repeat: repeat-y;
	background-position: right;
	float: left;
	margin: 0 0 0 40px;
	width: 811px;
}
#leftnav {
	float: left;
	width: 155px;
	height: 308px;
	background-image: url(images/leftnav.gif);
	background-repeat: no-repeat;
}
#leftnav ul {
	margin: 0 5px 5px 0;
	padding-top: 12px;
}
#leftnav li {
	list-style: none;
	margin: 15px 5px 0 0;
}
#leftnav a {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
#leftnav a:hover {
	color: #fff;
	text-decoration: underline;
}
#horiznav {
	float: right;
	margin: 0 0 3px 0;
	width: 656px;
	height: 28px;
	background-image: url(images/hornav.jpg);
	background-repeat: no-repeat;
}
#content-1 {
	float: right;
	margin: 0;
	width: 650px;
}
#content-2 {
	float: right;
	width: 275px;
	margin: 0 0 5px 10px;
	padding: 10px 0;
	background-color: #3366FF;
}
#content-2 h2 {
	color: #fff;
	margin: 0 10px 0 10px;
}
#content-2 p {
	color: #fff;
	margin: 0 50px 3px 15px;
}
#content-2 a {
	color: #fff;
	font-style: italic;
	font-weight: bold;
}
#content-2 a:hover {
	color: #ffcc99;
}
#content-3 {
	background-image: url(images/leftside.gif);
	background-repeat: repeat-y;
	float: left;
	margin-top: -7px;
	padding-top: 20px;
	width: 750px;
}
#footer {
	clear: both;
	width: 811px;
	height: 81px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin: 0;
}
#footer p {
	float: left;
	font-size: 9pt;
	font-weight: bold;
	color: #000033;
	margin: 20px 5px 12px 50px;
}
h1 {
	font-family: arial, sans-serif;
	font-size: 14pt;
	color: #333366;
	margin: 0;
}
h2 {
	font-family: arial, serif;
	font-size: 11pt;
	color: #333366;
	margin: 0 5px 0 10px;
}
h3 {
	font-family: verdana, sans-serif;
	font-size: 10pt;
	font-style: italic;
	color: #663366;
	margin: 0 10px;
}
p {
	font-family: arial, sans-serif;
	font-size: 11pt;
	color: #333366;
	margin: 0 35px 0 10px;
}
ul {
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: black;
	list-style: none;
	margin: 5px 0 5px 30px;
}
.leftimg {
	float: left;
	margin: 2px 5px 3px 10px;
	border: 3px double #000033;
	padding: 3px;
}
.rightimg {
	border: 3px double #000033;
	float: right;
	margin: 2px 10px 3px 5px;
	padding: 3px;
}
.bullet {
	list-style: url(images/bullet.gif);
	margin-left: 180px;
}
.gradient {
	background-image: url(images/gradient.gif);
	background-repeat: no-repeat;
}