/* css document */
/* basic elements */
html{
   height:auto;
   min-width:750px;
}
body { 
	font: 8pt/16pt georgia; 
	color: #555753; 
	background: #eeeeee url(auman2/bg.gif) repeat-x; 
	margin: 0px; 
	text-align:center; 
	height:auto; 
	}
p { 
	font: 13px tahoma, arial, sans-serif; 
	line-height:20px;
	}
a:link, a:visited { 
	text-decoration: none; 
	color: #465D91;
	}
a.c:visited { 
	font-weight: normal; 
	text-decoration: none;
	}	
a:hover, a:active { 
	text-decoration: underline; 
	}
#container {
	position:absolute;
	top:30px;
	width: 750px;
	left:50%;
	margin-left:-375px;
	padding: 0;  
	text-align: left;
}
#intro { 
	vertical-align: bottom;
	}
#pageHeader { 
	padding: 0; 
	margin: 0;
	height: 77px; 
	background-image:url(auman2/header.gif);
	background-repeat:no-repeat;
	}
#pageHeader h2 { 
	padding: 0; margin: 0;
	}
#pageHeader h2 span {
	display: none;
	}
#content {
	border:3px solid #000000;
	background-color:#ffffff;
	padding:15px 15px 15px 15px;
}
td.bord {
	border-right:1px dashed #C5D2EB;
	margin:0;
	padding:0;
}
#explanation h3 {
   border: 1px solid #ccc;
   margin: 5px 0px 5px 0px; 
   background-image:url(h3.jpg);
   width:98%;
}
#explanation h3 span { 
   color:#6D6F59;
   font-family:Georgia, "Times New Roman", Times, serif;
   text-transform:uppercase;
   font-size:16px;
   padding-left:5px; 
}
#navlist
{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid gray;
	width: 125px;
}
#navlist li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid gray;
}
#navlist li a { 
	text-decoration: none; 
}
#navlist li a:hover { 
	text-decoration: underline; 
}
#footer {
	background: #254447;
	border: 1px solid #ffffff;
	padding:0px;
	font-size: 12px;
	font-weight:bold;
	text-align: center; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#6699FF;
}
#footer2 {
	background: #ffffff;
	font-size: 11px;
	font-weight:100;
	text-align: center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:1em;
}
#vc {
	font-size:10px;
	}