body
{
	background-color: #7D7D7D;
	min-height: 100%;
	height: auto;
	margin:0; 
	padding:0;
	width: auto;
	min-width: 100%;
}

#header_container
{
	position: absolute;
	width: auto;
	min-width: 100%;
	background-image: url(header_container.jpg);
	height: 178px;
	background-repeat: repeat-x;
}

#container
{
	position: absolute;
	right: 10px;
	left: 10px;
	background-color: #3e3e3e;
	margin: 0px auto;
	width: 700px;
	min-height: 100%;
	height: auto;
	
}

#padding
{
	height: 40px;
	background-color:#3e3e3e;
}

#head
{
	background-image: url(bg.jpg);
	height: 132px;
	width: 700px;
	margin-top: -16px;
}

ul {
    clear: both;
    font-family: Helvetica, Arial, sans-serif;
    list-style-type: none;
    position: relative;
    margin: 2em;
    padding: .5em;
}

ul li {
    position: relative;
    z-index: 200;
    padding: 0 0.5em;
    line-height: 2em;
    float: left;
	clear: left;

}

ul.links {
    font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

ul.links div.ahover {
    background: #1E5A89;
    border: 1px solid #cef;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

ul li.active
{
	    background: #1E5A89;
    border: 1px solid #cef;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

div.ahover {
    position: absolute;
}

#nav
{
	font-size: 12px;
	width: 240px;
	margin-left: -25px;
	margin-top: 20px;
	clear: left;
}

#nav a
{
	color: white;
	text-decoration: none;
}

.roundcont {
	width: 510px;
	background-color: white;
	color: black;
	float: left;
	margin-left: 80px;
	margin-top: -390px;
}

.roundcont h1
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	color: #1E5A89;
	text-align: left;
	margin-left: 8px;
	margin-top: 2px;
	font-weight: lighter;
	font-variant: small-caps;
}

.roundcont h2
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color:  #3e3e3e;
	text-align: left;
	margin-left: 8px;
	margin-top: 2px;
	font-weight: lighter;
	text-decoration: underline;
}

#content
{
	margin-top: -10px;
}

.roundcont p 
{
	margin: 0 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	font-size: 13px;
	line-height: 1.5em;
	padding-bottom: 20px;
}

.roundcont a
{
	color:#1e5a89;
}

.roundcont a:hover
{
	text-decoration: none;
}

.roundtop { 
	background: url(tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

#footer {
	position: absolute;
	bottom: 0;
	/*left: 0;*/
	/*padding: 30px 20px;*/
	width: 100%;
	height: 30px;
	background-image: url(header_container.jpg);
	background-repeat: repeat-x;
}

#footer p
{
	text-align: center;
	color: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
