﻿#maincontent {
	width:75%;
	margin:0px auto;
	text-align:left;
	padding:5px;
	border:1px solid #696;
	background-color:#fff;
}

#maincontentwidth90 {
	width:90%;
	margin:0px auto;
	text-align:left;
	padding:5px;
	border:1px solid #696;
	background-color:#fff;
}



#headline {
	text-align:center;
}
 
/*Navigation List Style*/

ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	text-align:center;
}

#navlist li	{
	display: inline;
	list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited {
	color: #DEEFDE;
	background-color: #696;
	text-decoration: none;
	border: 1px solid #9C9;
}

#navlist a:hover {
	color: #000;
	background-color: #DEEFDE;
	text-decoration: none;
}

#navlist li a#current	{
	color: #000;
	background-color: #DEEFDE;
	text-decoration: none;
}

h1 {color: #18481D; padding: 2px;}
h2 {border-bottom: #696 1px solid; color: #696; padding-left: 20px; }
h3 {padding-left: 5px; margin-left: 40px; border-left: 1px dotted #696;}

