/* CSS Document */

html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
	overflow:inherit;
}
/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */
html>body, html>body #contents {
	height: auto;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}

#contents {
	position: absolute;
	top: 0px;
	left: 0px;	
}

#footer {
	position: absolute;
	bottom: 0px;
	visibility: visible;
}

#main {
	margin-bottom: 3em;
	height: auto;	
}
//form elements
.ieform { background-color: #FFFFFF; }
.ieformbutton {background-color: #FFFFFF; border-style:solid; border-color:#919AA2;border-left-width: 1px;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px; font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px; height:20px;}
.ieformtextarea { background-color: #FFFFFF; border-style:solid; border-color:#919AA2;border-left-width: 1px;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px; font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px; height:70px; padding:5px;}
.ieform 	{ font-size:9px; padding:2px; background-repeat:repeat-x; background-position:top;  border-style:solid; border-color:#919AA2;border-left-width: 1px;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px; }

td.menu{
background-image:url(../images/topbar.jpg);
background-repeat:repeat-x;
width:100%;
height:34px;
}
td.emptyspacelinks{
text-align:right;
height:20px;
vertical-align:top;
}
td.emptyspace{
height:48px;
width:100%;
}
td.flashbanner{
background-image:url(../images/bottombar.jpg);
background-repeat:repeat-x;
width:100%;
height:35px;
}
td.footerbar{
background-image:url(../images/footer.jpg);
background-repeat:repeat-x;
width:100%;
height:24px;
color:#FFFFFF;
font-size:9px;
padding-left:5px; padding-right:5px;
}
a.footlink:link, a.footlink:active, a.footlink:visited{
color:#FFFFFF;
font-size:9px;
font-weight:bold;
text-decoration:underline;
}
a.footlink:hover{
color:#FFFFFF;
font-size:9px;
font-weight:bold;
text-decoration:none;
}
a.submenu:link, a.submenu:active, a.submenu:visited{
	background-repeat:no-repeat;
	background-image:url(../images/subbutton.jpg);
	display:block;
	padding-top:4px;
	padding-left:35px;
	font-size:10px;
	font-weight:bold;
	color:#444444;
	text-decoration:none;
	height:20px;
}
a.submenu:hover{
	background-repeat:no-repeat;
	background-image:url(../images/subbutton2.jpg);
	display:block;
	padding-top:4px;
	padding-left:35px;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	height:20px;
}
td.submenubox{
border-left:10px solid #FFFFFF;
background-color:#E6F0C1;
padding:5px;
}
td.contents{
background:#F7F7F7;
border-left: 5px solid #FFFFFF;
border-right: 5px solid #FFFFFF;
padding:10px;
vertical-align:top;
}

ul{
list-style-image:url(../images/arrow.gif); 
list-style-position:outside; 
vertical-align: middle; 
margin-left:25px;
}
td.greyrows{
padding:10px;
background-color:#979797;
color:#FFFFFF;
}
td.lightgreyrows{
padding:10px;
background-color:#F0F7DB;
color:#333333;
}
td.whiterows{
padding:10px;
background-color:#FFFFFF;
}
td.iburstrows{
padding:5px;
background-color:#FFFFFF;
border:1px solid #F7F7F7;
}
h1{
font-size:16px;
}
td.narrowrows{
padding:5px;
background-color:#FFFFFF;
}
a.top:link, a.top:active, a.top:visited{
color:#999999;
font-size:9px;
font-weight:bold;
}
a.top:hover{
color:#666666;
font-size:9px;
text-decoration:none;
font-weight:bold;
}
a:link,a:active,a:visited{
color:#000066;
text-decoration:none;
font-weight:bold;
}
a:hover{
color:#000066;
text-decoration:underline;
font-weight:bold;
}
.caption{font-size:9px;}
h2{
border-bottom:1px dotted #777777;
font-weight:bold;
font-size:11px;
padding-bottom:5px;
}