html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #eff6fb url(/images/page-bg.gif) top center fixed no-repeat;
	color: #000000;
	line-height: 16px;
	min-width:770px;
	margin: 0;
}
#header {
	background: #FFFFFF url(/images/logo.jpg) top left no-repeat;
	height: 148px;
	width: 960px;
	margin: 0 auto;
}
#header h1 {
	text-indent: -100em;
	margin: 0px;
}
#bannerimage {
	position: absolute;
	background: url(/images/newsletter.jpg) top right no-repeat;
	height: 148px;
	width: 286px;
	right: 0;
	top: 0;
}
#navbar {
	background: #1f2c34 url(/images/navbar-left.jpg) left no-repeat;
	height: 25px;
	font-size: 11px;
	color: #59717e;
	overflow: hidden;
	padding: 7px 0 0 110px;
	width: 850px;
	margin: 0 auto;
}
a.navmain {
	color: #bdcdd6;
	text-decoration: none;
	font-weight: bold;
}
a.navmain:link {
	color: #bdcdd6;
	text-decoration: none;
	font-weight: bold;
}
a.navmain:visited {
	color: #bdcdd6;
	text-decoration: none;
	font-weight: bold;
}
a.navmain:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.navmain:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.formbox {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
	border-style: none;
	margin: 0;
	background-color: #FFFFFF;
	padding: 1px;
}
p, td, li {
	font-size: 12px;
	color: #FFFFFF;
}
input {
	font-size: 11px;
	color: #000000;
}
h1 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #bfcdd6;
}
h2 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #bfcdd6;
}
a:link {
	color: #bdcdd6;
	text-decoration: underline;
}
a:visited {
	color: #bdcdd6;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a.subnav {
	text-decoration: none;
	font-weight: bold;
	color: #1f2c34;
	line-height: 20px;
	margin-left: 5px;
}
a.subnav:visited {
	text-decoration: none;
	font-weight: bold;
	color: #1f2c34;
	line-height: 20px;
}
a.subnav:hover {
	text-decoration: none;
	font-weight: bold;
	color: #007ac1;
	line-height: 20px;
}
a.subnav:active {
	text-decoration: none;
	font-weight: bold;
	color: #007ac1;
	line-height: 20px;
}
#content {
	padding: 20px 0 20px 110px;
	width: 590px;
	float: left;
	background: url(/images/mainarea-left.jpg) top left no-repeat;
	min-height:350px;
}
#main-area {
	width: 960px;
	margin: 0 auto;
	background: #425967 url(/images/mainarea-left.jpg) top left no-repeat;
}

#rightcolumn {
	width: 240px;
	float: right;
}
#rightimage {
	width: 240px;
	height: 150px;
	overflow: hidden;
	margin: 1px 0 1px 0;
}
#lightboxbottom {
	background: #c6ced2 url(/images/lightboxcorner-bottom.gif) top left no-repeat;
	height: 7px;
	width: 240px;
	margin: 0 0 1px 0;
	overflow: hidden;
}
#lightboxtop {
	background: #c6ced2 url(/images/lightboxcorner-top.gif) top left no-repeat;
	height: 7px;
	width: 240px;
	overflow: hidden;
}
.lightrightcontent {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #c6ced2;
	font-size: 12px;
	width: 220px;
	line-height: 12px;
	padding: 4px 10px 4px 10px;
	color: #1f2c34;
}
.mailinglistcontent {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #c6ced2;
	font-size: 12px;
	width: 220px;
	height: 80px;
	overflow: hidden;
	line-height: 12px;
	padding: 4px 10px 4px 10px;
	color: #1f2c34;
}
#darkboxbottom {
	background: #007ac1 url(/images/darkboxcorner-bottom.gif) top left no-repeat;
	height: 7px;
	width: 240px;
	margin: 0 0 1px 0;
	overflow: hidden;
}
#darkboxtop {
	background: #007ac1 url(/images/darkboxcorner-top.gif) top left no-repeat;
	height: 7px;
	width: 240px;
	overflow: hidden;
}
.darkrightcontent {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #007ac1;
	font-size: 12px;
	width: 220px;
	line-height: 12px;
	padding: 4px 10px 4px 10px;
	color: #FFFFFF;
}
.right {
    float: right;
	margin: 0 0 0 10px;
	}
.left {
    float: left;
    margin: 0 10px 0 0;
}
.formbox {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1f2c34;
	border: #1f2c34 1px solid;
	background-color: #FFFFFF;
	padding: 2px 3px 2px 3px;
}
.formsubmit {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1f2c34;
	border: #1f2c34 1px solid;
	background-color: #ef9f5b;
	padding: 0;
}


