body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	text-align: left;
	color: #333333;
	background-attachment: inherit;
	background-color: #FFFFFF;
	background-image: url(cssgrfx/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0;
	margin: 0;
}
#outer {
	margin: 0px 0px;
	text-align: left;
	/*width: 780px;*/
	width: 980px;
	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: 1225px;
	height: 173px;
	background-image:  url(cssgrfx/header_new.jpg);
}
#header td { text-align: left; }
#menu {
	height: 36px;
	width: 1225px;
	background-image: url(cssgrfx/menubg_new.jpg);
	position:relative;
}
#menu td { text-align:left; }
#main {
	height: 443px;
	width: 1225px;
	background-image: url(cssgrfx/midsection_new.jpg);
	position:relative;
	vertical-align: middle;
}	
#footer {
	height: 74px;
	width: 1225px;
	background-image: url(cssgrfx/footer_new.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;
}
#main p { font-size: 17px; }
.style2 {font-size: 18px; margin:15px 0 15px 0; }
.style7 {font-size: 45px; line-height: 50px;}
.style8 {
	color: #FF0000;
	font-weight: bold;
}
td { /*border:1px solid red;*/ }
dt { float: left; width: 75px; text-align: left; }
dd { text-align: left; zoom:1; }
label { text-align: left; }
