body {
	margin:0px;
	background:#EFF2F5 url(layoutimages/pagebg.gif) repeat-y;
}

td, th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#666666;
}

a {
	color:#0C65A8;
	text-decoration:none
}

a:hover {
	color:#D8001E;
}

h1 {
	font-size:12px;
	font-weight:normal;
	color:#666666;
	margin:0px;
}

h2 {
	font-size:12px;
	font-weight:normal;
	color:#666666;
	margin:0px;
}

#header {
	background:url(layoutimages/headerbg.gif) repeat-x;
}

#logo {
	position:absolute;
	left:42px;
	top:32px;
}

#nav {
	position:absolute;
	left:210px;
	top:116px;
}

#headnav {
	position:absolute;
	left:500px;
	top:12px;
	width:470px;
	text-align:right;
}

#headnav .contact {
	color:white;
	background:url(layoutimages/headnav-contact_off.gif) no-repeat;
	padding:0px 0px 0px 20px;
}

#headnav .contact:hover {
	color:#999999;
	background:url(layoutimages/headnav-contact_over.gif) no-repeat;
}

#headnav .home {
	color:white;
	background:url(layoutimages/headnav-home_off.gif) no-repeat;
	padding:0px 0px 0px 20px;
}

#headnav .home:hover {
	color:#999999;
	background:url(layoutimages/headnav-home_over.gif) no-repeat;
	
}

#info {
	margin-left:50px;
	display:none;
}

.sidenav {
	display:block;
	border-top:solid 1px #999999;
	padding:2px 22px 2px 15px;
	text-align:right;
	background:url(layoutimages/sidenav_off.gif) no-repeat right;
}

.sidenav:hover {
	display:block;
	border-top:solid 1px #999999;
	padding:2px 22px 2px 15px;
	text-align:right;
	background:url(layoutimages/sidenav_over.gif) no-repeat right;
}

.footcell {
	background:#0C65A8;
	border-top:solid 1px black;
	padding:2px 0px 2px 0px;
	color:white;
}

.foottext {
	border-left:solid 1px white;
	margin-left:15px;
	padding-left:5px;
	color:white;
}

.formfield {
	width:300px;
}

