body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(graphics/backmain.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #F6F3EB;
}
h1 {
	font-size: 100%;
	color: #1C2F69;
}
h2 {
	font-size: 90%;
	color: #1C2F69;
}
h3 {
	font-size: 80%;
	color: #1C2F69;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 650px;
}
#header {
	background-color: #1C2F69;
	height: 107px;
	background-image: url(graphics/backheader.gif);
	background-repeat: no-repeat;
}
#subheader {
	background-color: #E79B09;
	background-image: url(graphics/backsubheader.jpg);
	background-repeat: no-repeat;
	height: 230px;
}
#nav {
	width: 200px;
	margin-left: 450px;
	padding-top: 20px;
	font-size: 80%;
	font-weight: bold;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #996600;
		}
		
#nav li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
		}
#nav li a {
	display: block;
	color: #FBDA9B;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 175px;
	padding-left: 25px;
	background-image: url(graphics/navbullet.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
		}
#nav li a:hover {
	color: #E79B09;
	background-color: #FBDA9B;
	background-image: url(graphics/backhover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
		}
html>body #nav li a {
		width: auto;
		}
#content {
	background-color: #F6F3EA;
	clear: left;
	background-image: url(graphics/backcontent.jpg);
	background-repeat: repeat-x;
	padding-top: 25px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #383830;
	border-left-color: #383830;
}
#contentleft {
	float: left;
	width: 350px;
	padding-right: 25px;
	padding-left: 25px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #E5DCCB;
}
#contentleft a:link {
	color: #1C2F69;
	text-decoration: underline;
}
#contentleft a:visited {
	color: #1C2F69;
	text-decoration: underline;
}
#contentleft a:hover {
	color: #E79B09;
	text-decoration: none;
}
#contentright {
	margin-left: 400px;
	padding-left: 25px;
	padding-right: 15px;
}
#content p {
	font-size: 80%;
	line-height: 150%;
	color: #333333;
	text-align: justify;
}
#contentright ul {
	font-size: 80%;
	color: #333333;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#contentright li {
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(graphics/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 12px;
	padding-left: 15px;
}
#contentright a:link {
	color: #1C2F69;
	text-decoration: none;
	background-image: url(graphics/pointerdefault.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: bold;
}
#contentright a:visited {
	color: #1C2F69;
	text-decoration: none;
	background-image: url(graphics/pointerdefault.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: bold;
}
#contentright a:hover {
	color: #E79B09;
	text-decoration: underline;
	background-image: url(graphics/pointerhover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: bold;
}
#footer {
	clear: left;
	font-size: 70%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #333333;
	margin-top: 25px;
}
#footer a:link {
	color: #333333;
	text-decoration: none;
}
#footer a:visited {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #E79B09;
	text-decoration: underline;
}
#contact {
	background-image: url(graphics/hilogo_small.gif);
	background-repeat: no-repeat;
	background-position: center 15px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 75px;
	margin-top: 15px;
	font-size: 70%;
	color: #333333;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E5DCCB;
}
.photoright {
	border: 2px solid #1C2F69;
	width: 200px;
}
.floatleft {
	float: left;
	margin-bottom: 5px;
	border: 2px solid #1C2F69;
	margin-right: 10px;
	margin-top: 10px;
}
#links {
	clear: left;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	margin-top: 35px;
}
