html {
	height:101%
}
body {
	text-align: center;
	margin: 0px;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#wrapper {
	background-image: url(images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
#header {
	width: 760px;
	margin: auto;
	height: 200px;
}
#content {
	width: 700px;
	text-align: left;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	font-family: verdana, arial;
	font-size: 11px;
}
#content p {
	text-align: justify;
	margin-right: 40px;
}
#content img {
	padding-right: 5px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
#footer {
	font-family: verdana, arial;
	font-size: 10px;
	color: #003366;
	text-align: center;
	height: 30px;
	background-image: url(images/footerbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
h1 {
	font-family: verdana, arial;
	font-size: 20px;
	color: #003466;
}
h2 {
	font-family: verdana, arial;
	font-size: 16px;
	color: #013567;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #013567;
}
h3 {
	font-family: verdana, arial;
	font-size: 14px;
	font-weight: bold;
}
strong {
	font-weight: normal;
	color: #006699;
}
.backtotop {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.backtotop a {
	text-decoration: none;
	background-color: #D8E1E8;
	padding: 5px;
	color: #013567;
}
.backtotop a:visited{
	text-decoration: none;
	padding: 5px;
	color: #003366;
}
.backtotop a:hover{
	text-decoration: none;
	padding: 5px;
	color: #003366;
	background-color: #F3F3F3;
}
.smalltext {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.formerror {
	background-color: #FFFFCC;
}
.formerrorRequired {

	background-color: #E8FFF2;
}
.errortext {
	font-weight: bold;
	color: #FF0000;
}
.contactdetails {
	text-align: right;
	padding-right: 5px;
}
