body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	background-attachment: inherit;
	background-color: #FFFFFF;
	background-image: url(cssgrfx/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#outer {
	margin: 0px 0px;
	text-align: left;
	width: 780px;
	background-image:  url(img/bg.jpg);
	padding: 0px;
	position: relative;
}
#inner {
	margin: 0px 26px;
	text-align: left;
	padding: 0px;
}
#header {
	height: 184px;
	margin:0px;
	position: relative;
	width: 780px;
	height: 138px;
	background-image:  url(cssgrfx/header.jpg);
}
#menu {
	height: 29px;
	width: 780px;
	background-image: url(cssgrfx/menubg.jpg);
	position:relative;
}
#main {
	height: 354px;
	width: 780px;
	background-image: url(cssgrfx/midsection.jpg);
	position:relative;
	vertical-align: middle;
}	
#footer {
	height: 59px;
	width: 780px;
	background-image: url(cssgrfx/footer.jpg);
	position: relative;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
a.severn {
	font-weight: normal;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.style2 {font-size: 14px}
.style7 {font-size: xx-large}