/* Default attributes */

body {
	background-color: #FFFFFF;
	font-family: Georgia;
	font-size: 1em;
}

h1 {
	font-size:1.25em;
	font-weight:bold;
	text-align:center;
}

h2 {
	font-size:0.75em;
	font-weight:bold;
	text-align:left;
}

h3 {
	font-size:0.75em;
	font-weight:normal;
	text-align:center;
}
h4 {
	font-size:1.25em;
	font-weight:normal;
	text-align:left;
}
h5 {
	font-size:1.00em;
	font-weight:bold;
	text-align:center;
}

p {
	font-family:Georgia;
	color:#000000;
	font-weight:bold;
	font-size:1.0em;
	line-height:150%;
	text-align:left;
}
p a:link, p a:visited, p a:hover, p a:active {
	font-family:Georgia;
	color:#000000;
	font-weight:bold;
	font-size:1em;
	line-height:150%;
	text-align:left;
}

h3 a:link, p a:visited, p a:hover, p a:active {
	font-family:Georgia;
	color:#000000;
	font-weight:bold;
	font-size:1em;
	line-height:150%;
	text-align:left;
}
/* Attributes for anything in the "body" of the webpage */

#container {
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
	width: 1000px;
	max-width: 1000px;
	height:795px;
	font-size: 1em;
	border-color:#000000;
	border-width:thin;
	border-style:solid;
}

/* Header */
#header {
	background-image: url(images/background/hespheaderback.gif);
	background-position:center;
	background-repeat:no-repeat;
	height: 175px;
	width: 1000px;
}

/* Text box for all pages */
#intro {
	position:top;
	background-image: url(images/background/hespcontentwht.jpg);
	background-color:#FFFFFF;
	float:right;
	max-width:800px !important;
	width:760px;
	height:580px;
	overflow:auto;
	padding:20px;
}

#verticalnav {
	background-image: url(images/background/hespleftbar.gif);
	background-repeat: no-repeat;
	height:620px;
	width:190px;
	float:left;
	padding-left:10px;
}
	
/* Navigation list attributes */
ul {
	list-style:none;
	
}
ul a:link, ul a:visited, ul a:hover, ul a:active {
	display:block;
	margin-top:2px;
	padding:2px;
	text-decoration:none;
}
ul a:link {
	color: #0066CC;
}
ul a:visited {
	color: #003399;
}

ul a:hover {
	color:#0066CC;
	background-color:#FFFFFF;
}
ul a:active {
	color:#333;
}
ul current a:link {
	color:#000000;
	background: #330099;
}

/* Navigation attributes */
li {
	position: relative;
	float: left;
	background-color:#FFFFFF;
	margin:2px;
	padding: 0px;
	width:135px;
	height: 30px;
	text-align:center;
	font-family:Georgia;
	font-weight:bold;
	font-size:1em;
	color: #FF0000;
}
/*Footer*/
#footer {
	clear:both;
	background-image: url(images/background/address.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:75px;
	margin: auto;