@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	background-image: url(images/blue-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#ww-middle {
	font-size: 13px;
	text-align: left;
	padding: 20px;
}
#ww-sidebar {
	background-color: #4A8CA5;
	padding: 15px;
	width: 150px;
}
#ww-sidebar h2 {
	font-size: 14px;
	font-weight: bold;
	color: #030;
	background-color: #85B1C3;
	margin: 10px 0;
	padding: 10px;
	border-top: 1px solid #000;
}
#ww-sidebar a:link, #ww-sidebar a:visited {
	text-decoration: none;
	color: #333;
	}
	
#ww-sidebar a:hover, #ww-sidebar a:visited:hover {
	text-decoration: underline;
	color: #000;
	}

#maincontent {
	background-color: #FFF;
	margin: 0px auto;
	width: 860px;
	border-left: 1px #666 solid;
	border-right: 1px #666 solid;
}
#menu {
	background-color: #005d82;
	clear: both;
	height: 37px;
}
#featured {
	margin: 16px 16px 0;
	width: 827px;
	border: 1px solid #666;
	font-size: 14px;
}
#ww-copyright {
	font-size: 11px;
	color: #666;
	padding: 20px;
}

.grayline {
	border: 1px solid #666;
}


#dropmenudiv{
position:absolute;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
text-align: left;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border-top: 2px solid #005d82;
padding: 2px 0px;
text-decoration: none;
font-weight: bold;
color: #fff;
text-transform: uppercase;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #062c3b;
}
.top-links {
	margin: 0px 0 0 740px;
	text-align: left;
	padding: 60px 0 0 0;
	}
.top-links a:link, .top-links a:visited {
	color: #888;
	}
td {
text-align: left;	
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #960;
}
#formright {
	background-color: #EEE;
	padding: 10px;
	float: right;
	width: 500px;
	margin: 20px 0 0 0;
}
.ww-dates {
	font-size: 14px;
	color: #4A8CA5;
	border-bottom: 1px solid #CCC;
	padding: 0 0 0 0px;
}
.articletitle {
	color: #4A8CA5;
	border-bottom: 1px solid #CCC;
	padding: 0 0 0 0px;
	display: block;
	font-size: 16px;
	font-weight: bold;
}
a:link, a:visited {
	color: #069;
}
.dotted {
	border-top: 2px dotted #999;
	margin: 20px 0;
	height: 2px;
	}