html 
{

}

body
{
	background-color: #efefef;
	width: 805px;
	border: 2px solid #fff;
	font-family: 'trebuchet ms','verdana','tahoma','arial', sans-serif;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

a:link, a:visited
{
	color: inherit;
	text-decoration: none;
	font-weight: bold;
}

.header
{
	background-color: #fff;
}

.headerimage
{
	height: 167px;
	background: url(/images/header2.jpg) no-repeat scroll;
        background-position: left top;
	border-bottom: 2px solid #fff;
}

.mainmenul
{
	display: none;
	height: 0px;
        background: url(/images/header2.jpg) no-repeat scroll;
        background-position: left bottom;
        border-top: 2px solid #fff;

}

.footer
{
	background-color: #fff;
}

.footerimage
{
        height: 20px;
	padding: none;
	background: url(/images/footer3.jpg) no-repeat scroll;
	background-position: left top;
	border-bottom: 2px solid #fff;			
}

.mainmenu ul
{
	display: inline;
}

.mainmenu li
{
	float: left;
	display: inline;
	background-color: #ffcc11;
}
				
.mainmenu li a
{
	width: 161px;
	color: #000;
	float: left;
	border-bottom: none;
	text-decoration: none;
	text-align: center;
}
									
.mainmenu li a:hover
{
	color: #ffcc11;
	float: left;
	border-bottom: none;
	text-decoration: none;
	background-color: #3D59AB;
}
														
.mainmenu #selected a
{
	color: #344299;
}
															
.mainmenu #selected a:hover
{
	color: #def;
}



.main h1
{
	font-family: "garamond","times",serif;
	font-weight: bold;
	font-size: 36px;
	margin-left: 5px;
}

.main
{
        background: url(/images/wmsseal1c.jpg) repeat-y scroll;
        background-position: left top;
	background-color: #fff;
	border: 1px solid #fff;
}

.entry
{
	padding-left: 5px;
	padding-right: 5px;
}

.entry p a:link, .entry p a:visited, .entry li a:link
{
	color: #ffcc11;
}

.entry h2
{
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	color: #666;
	border-bottom: 1px solid #800f88;
}

.entry h2 a:hover
{
	color: #ffcc11;
}

.date
{
	text-align: right;
}

.social-style 
{
	color: #800f88;
	border-bottom: 1px solid #800f88;
}

.admin-style
{
	color: #666;
	border-bottom: 1px solid #666;
}

.community-style
{
	color: #00f;
	border-bottom: 1px solid #00f;
}
