html {
	height:100%;
}
body, td, p, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
}
body {
	height:100%;
}

#maintable {
	height:100%;
}
#headerbar_right {
	padding-left:2px;
}
#headerbar_green {
	margin-top:2px;
	background-color:#D5D59D;
}
#content {
	border:1px solid #626262;
	height:100%;
	padding-left:112px;
	padding-top:38px;
}
#content h1 {
	font-weight:bold;
	font-size:12px;
}
#footer {
	height:28px;
	background-color:#D5D59D;
	padding-left:7px;
	padding-top:7px;
}
a#header_link {
	color:black;
	font-size:10px;
	margin-bottom:-3px;
	margin-top:10px;
	text-decoration:none;
	background-image:url(../_img/link_arrow.gif);
	padding-left:13px;
	background-repeat:no-repeat;
	background-position:0px 5px;
}
a#header_link:hover {
	text-decoration:underline;
}
a#footerlink{
	color:#BB0000;
	text-decoration:underline;
}
a.content {
	color:#BB0000;
	background-image:url(../_img/link_arrow.gif);
	padding-left:13px;
	background-repeat:no-repeat;
	background-position:0px 5px;	
}
