
body {
	background: #ffffff;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 1.0em;
	color: #005010;
	line-height: 1.5em;
}

#main-title {
 width: 100%;
 background-image:url(../images/headeraes.jpg);
 background-repeat:no-repeat;
 background-position:center;
 margin: 0px;
 padding: 0px;
 height: 250px;
 
}

#main-title h1 {
	padding:30px 0;
	color: #f6f0e7;
	font-size: 5.50em;
	font-family: "Times New Roman", Georgia, Serif;
	text-shadow: 2px 2px 2px #090909;
	letter-spacing: 3px;
	margin: 0;
	text-align: center;
}

#main-title h2 {
	padding:20px 0;
	color: #f6f0e7;
	font-size: 2.5em;
	font-family: "Times New Roman", Georgia, Serif;
	text-shadow: 2px 2px 2px #090909;
	letter-spacing: 3px;
	margin: 0;
	text-align: center;
}
#main-title h3 {
	padding: 20px 0;
	color: #f6f0e7;
	font-size: 1.6em;
	font-family: "Times New Roman", Georgia, Serif;
	letter-spacing: 3px;
	margin: 0;
	text-align: center;
}

#nav {
	position: relative;
	top: 5px;
	left: 10px;
	width: auto;
	padding: 0;
	margin: 0 auto;
	font: bold 18px Verdana, sans-serif;
	height: 20px;
	
	
}

#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#nav li a {
	padding: 3px;
	margin: 0;
	border: 1px solid #B78E96;
	border-bottom: none;
	background: transparent url(images/nav1.gif) repeat;
	text-decoration: none;
	
}

#nav li a:link { color: #366910; }
#nav li a:visited { color: #101969; }

#nav li a:hover {
	color: #000;
	background: transparent url(images/nav2.gif) repeat;
}

#nav li a#current {
	background: transparent url(images/nav2.gif) repeat;
	border-bottom: 1px solid #999;
}

#container {
	background: transparent;
	width: 90%;
	margin: 0 auto;
	padding: 5px;
}

#container #col1 {
 width:45%;
 float: left;

 }
 #container #col2 {
position:relative;
 width: 45%;
 float: right;
 margin: 0;
 padding: 0;

 }
#content {
	margin: 0;
	padding: 25px;

	
}


#footer {
	background: transparent;
	padding: 5px 10px 2px 0;
	text-align: right;
	font-size: 0.75em;
	clear: both;
	line-height: 1.15em;
}

a, a:visited {
	background: transparent;
	color: #005010;
	border-bottom: 1px solid #333;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	background: transparent;
	color: #666;
}

h4 {
	color: #000;
	border-bottom: 1px solid #666;
	margin: 0;
	padding: 10px 0 1px 0;
	font-size: 1.2em;
}

p {
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	color: #000;
	line-height: 1.5em;
}
/* misc */
.sweep {
	clear: both;
}	
/*space that floats right*/
.littlebxr
{
float:right;
height:351px;
width:351px;
margin-top:1px;
margin-left:3px;
margin-right:1px;
margin-bottom:2px;
border-style: solid;
border-color:#000000;

}