html {overflow: -moz-scrollbars-vertical; height: 101%; overflow-y: scroll;}

body,html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-attachment: fixed;
	background-color: d0e1ef;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 14px;
	color: #000;
}
#wrapper {
	padding: 0;
	width: 850px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
p {
	font-family: arial;
	font-size: 14px;
	color: #000;
}

.headerpic {
	height: 103px;
	width: 100%;
	background-image: url(images/headerpic_round_logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#headerwrapper {
	text-align: center;
	width: 100%;
	background-image: url(images/headerbg.gif);
	background-repeat: repeat-x;
}
#headerwrapper #hmenu {
	width: 850px;
	height: 27px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#headerwrapper table {
	padding: 0px;
	text-align: center;
}
#headerwrapper #hmenu #menuitem {
	padding-top: 6px;
	float: left;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
}
#headerwrapper #hmenu #start {
	float: left;
}
#headerwrapper #hmenu a:visited {
	color: #1451b7;
	text-decoration: none;
}
#headerwrapper #hmenu a:hover {
	color: #f89a14;
	text-decoration: none;
}

.seperator {
	background-image: url(images/seperator.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 575px;
	width: 2px;
	float: left;
}

.mainsection {
	width: 829px;
	padding-top: 30px;
	padding-left: 21px;
	height: 100%;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.submenu {
	margin: 0px;
	padding: 0px;
	width: 127px;
	height: 100%;
	float: left;
}
a {
	color: #1451b7;
	text-decoration: none;
}
a:visited {
	color: #aa14b7
	text-decoration: none;
	color: #909;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.content {
	margin: 0px;
	width: 662px;
	float: left;
	padding-top: 0px;
	padding-right: 19px;
	padding-bottom: 80px;
	padding-left: 19px;
	background-color: #FFF;
}

h1 {
	font-family: arial;
	font-size: 18px;
	color: #f89a14;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.submenu ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.submenu a
{
	display: block;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 110px;
	border-bottom: 1px solid #d0e1ef;
}

.submenu a:link, .submenu a:visited
{
color: #1451b7;
text-decoration: none;
}

.submenu a:hover
{
	background-color: #88c4f5;
	color: #fff;
}
.submenu a:active
{
	color: #f89a14;
}
.content_nosub {
	margin: 0px;
	width: 662px;
	float: left;
	padding-top: 0px;
	padding-right: 19px;
	padding-bottom: 80px;
	padding-left: 148px;
	background-color: #FFF;
}
