@import url(menu.css);

body {
	padding:0px;
	margin:0px;
	background-image:url(/images/grad.jpg);
	background-repeat:repeat-x;
	background-color:#d0e1eb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#555555;
}
a:link {
	color:#48807c;
}
a:visited {
	color:#355a63;
}
a:hover, a:active {
	color:#48807c;
}
div#canvas {
	width:800px;
	margin:0px auto;
}
div#top {
	border-top:solid 1px #000000;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	height:98px;
	background-image:url(/images/header.jpg);
	background-color:#ffffff;
	padding:15px 20px;
}
div#top a#contact {
	text-transform:uppercase;
	text-decoration:none;
	color:#003d79;
	font-size:11px;
	float:right;
}
div#top a#signup {
	text-transform:uppercase;
	text-decoration:none;
	color:#555555;
	font-size:11px;
	float:right;
	clear:right;
	margin-top:25px;
}
div#top img#tagline {
	margin-top:3px;
	clear:both;
}
div#nav {
	height:31px;
	border:solid 1px #000000;
}
div#header {
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
	font-size:0px;
	line-height:0px;
}
div#main {
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	min-height:200px;
	background-color:#ffffff;
	background-image:url(/images/body-bg.gif);
	background-position:right top;
	background-repeat:repeat-y;
}
div#main div.left {
	float:left;
	width:428px;
	margin:10px 25px;
}
div#main div.right {
	float:right;
	width:270px;
	margin:10px 25px;
}
div#footer {
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	width:800px;
	text-align:center;
	margin-bottom:80px;
}
div#footer img {
	margin-bottom:50px;
}
div#footer a:link, div#footer a:visited {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
div#footer a:hover, div#footer a:active {
	color:#000000;
	text-decoration:underline;
}
div#footer div.footerbar {
	background-color:#e9ba1f;
	border:solid 1px #000000;
	height:42px;
	overflow:hidden;
	margin-bottom:50px;
}
div#black {
	background-color:#000000;
	float:left;
	width:53px;
	height:10px;
	margin-right:53px;
}
#footertext {
	clear:both;
	text-align:center;
	padding-top:10px;
}
h1 {
	font-size:25px;
	line-height:30px;
	font-weight:bold;
	color:#003d79;
	padding:0px;
	margin:0px;
}
h2 {
	font-size:22px;
	line-height:26px;
	font-weight:bold;
	padding-top:0px;
	padding-bottom:10px;
}
h3 {
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	padding-top:0px;
	padding-bottom:10px;
}
label {
	font-weight:bold;
}
input.text, textarea {
	width:200px;
}
select {
	width:208px;
}
.required {
	font-size:26px;
	font-weight:bold;
	color:#000000;
	vertical-align:middle;
}