html {
	height:100%;
}
.web-body {
	margin:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	background:#0f3f89 url(img/bg.jpg) repeat top center;
}
#page {
	background:#FFF url(img/footer.jpg) no-repeat bottom center;
	margin:auto;
	text-align:left;
	width:773px;
	border-left:solid 1px black;
	border-right:solid 1px black;
	min-height: 100%;
}
* html #page {
	height:100%;
}
#wrapper {
	min-height: 100%;
	padding-bottom:110px;
}

form { margin:0; }

#content {
	margin-top:15px;
}
#pagetemplate {
	margin-left:170px;
}

/* nav styles */
#leftnav { width:150px; padding:0 0 150px 0; float:left; }
#leftnav ul { list-style:none; margin:0; padding:0; font-size:12px; font-weight:bold; }
#leftnav li { margin:0; padding:0 0 2px 0; line-height:16px; }
#leftnav ul a { color:#000; text-decoration:none; display:block; background:url(img/leftnav.gif) no-repeat top left; padding:2px 0 4px 28px; }
#leftnav ul a:hover { text-decoration:underline; }
#leftnav ul a.t_nav_on { color:#0253d2 !important; background:url(img/leftnav_on.gif) no-repeat top left; }
#leftnav ul ul a { background:none; font-size:11px; font-weight:normal; padding:0 0 2px 28px; }
#leftnav ul ul a.t_nav_on { color:#0253d2 !important; background:none; }

#backtotop {
	margin:15px 0 30px 0;
	text-align:center;
}
#backtotop a {
	background:url(img/backtotop.gif) no-repeat left;
	padding:6px 2px 4px 15px;
	color:#0253D2;
	font-size:11px;
	text-decoration:none;
}
#backtotop a:hover {
	color:#003366;
	text-decoration:none;
}