body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 12px;
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
h2 {
	font-size: 16px;
	color: #000000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
}
h1 {
	font-size: 24px;
	color: #993300;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
}
a {
	color: #003366;
}


/*LEVEL 1 */
#wrapper {
	width: 764px;
	margin-right: auto;
	margin-left: auto;
}
/*LEVEL 1 */
#pageHeader {
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	height: 240px;
	width: 764px;
}
/*LEVEL 1 */
#pageBody {
	width: 764px;
	background-image: url(../images/pageBody-bkgd.gif);
}
/*LEVEL 2 */
#content{
}
#content #lft {
	float: left;
	width: 225px;
}
#content #lft #nav {
	width: 225px;
	float: left;
}
#content #lft #nav a {
	color: #003366;
	text-decoration: none;
}
#content #lft #nav a:hover {
	color: #993300;
}
#content #lft #nav ul {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#content #lft #nav li {
	background-color: #F0F0F0;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	border: 1px solid #CCCCCC;
}
#content #lft h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
	padding: 3px;
	margin-bottom: 3px;
	text-align: center;
	background-color: #993300;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#content #lft #address{
	font-weight: bold;
	background-color: #EEEEEE;
	padding: 10px;
}
#content #mid {
	float: left;
	width: 519px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 0px;
	margin-left: 10px;
}
#content #rgt {
	float: right;
	width: 534px;
	margin-right: 0px;
	margin-left: 5px;
}
#content #gray {
	background-color: #EEEEEE;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	min-height:225px;	
	_height: 200px;
}
#content #gray li {
	margin-bottom: 5px;
}

#content #rgt #frtpgblue {
	background-color: #003366;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	margin-bottom: 5px;
}
#frtpgblue h1 {
	color: #FFFFFF;
}

/*LEVEL 1 */
#pageFooter {
	width: 764px;
	height: 50px;
	margin-top: 10px;
}
#pageFooter #siteCopy {
	float: left;
	font-size: 12px;
	letter-spacing: 0px;
	padding-left: 10px;
	padding-top: 10px;
}
#pageFooter #wnmg-logo {
	font-size: 12px;
	float: right;
	padding-right: 15px;
	padding-top: 5px;
}
/*OTHER CLASSES */
.box{
	border: 3px solid #000000;
	padding: 5px;
	background-color: #B1EBB1;
}
.box h2 {
	font-size: 14px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.box ul{
	margin-left: 10px;
	padding-left: 5px;
	margin-top: 0px;
	padding-top: 0px;
}
.box li{
	margin-bottom: 5px;
}

.news-date {
	font-size: 10px;
	font-style: italic;
}
.clear {
	clear: both;
}
a.button {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/arrow-download.gif);
	background-color: #FFFF66;
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
	border: 1px dotted #999999;
	text-decoration: none;
}
a.button:hover{
	background-color: #FFFFFF;
}
.pic {
	text-align: center;
	float: left;
	width: 170px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.pic a {
	text-decoration: none;
}
.pic a:hover {
	color: #993300;
}
