#wrapper {
	background-color: #EEEDDB;
}
body {
	margin: 0px;
	background: #EEEDDB;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 24px;
	border-bottom: 1px solid #000000;
	text-align: center;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/* styles for the menu buttons on the left side - in the left content div*/
#navlist {
	line-height: 30px;
	padding: 10px;
}

#navlist a {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	padding: 10px;
}

#navlist a:link {
	color: #000000;
	text-decoration: none;
}

#navlist a:visited {
	color: #000000;
	text-decoration: none;
}

#navlist a:hover {
	color: #999999;
	text-decoration: none;
}

.menu2 a {
	font-size: 12px;
}

.menu2 a:link {
	color: #000000;
}

.menu2 a:visited {
	color: #000000;
}

.menu2 a:hover {
	color: #999999;
}

#content {
	font-size: 16px;
	padding: 40px;
	line-height: 1.25;
}

#content2 {
	font-size: 16px;
	line-height: 1.25;
}

.menu2 td {
	padding: 10px;
	font-size: 10px;
}
.menu2 p {
	font-size: 12px;
	text-decoration: none;
}
.content td {
	font-size: 12px;
}

.content td a:link {
	color: #000000;
}

.content td a:visited {
	color: #000000;
}

.content td a:hover {
	color: #999999;
}

.content p {
	font-size: 14px;
	padding-right: 8px;
}

.underline {
	text-decoration: underline;
}

.newsbite {
	padding: 15px;
} 
/* these rules set the current page links - shows the hover button on current open page */
/* use the particular class on each html page as needed */
.currentpage { 
	color: #999999;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

#specialtable {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

.titles {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: center;
}
.tiny {
	font-size: small;
}