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

/* defines the font style of the header */
.headertext {
	text-align: center;
	font: Arial, Helvetica, sans-serif;
	font-size:14px
}

h1 {
	text-align: left;
	color: #003399;
	vertical-align: top;
	font: bolder normal 22px/normal Verdana, Arial, Helvetica, sans-serif;
	padding-top: 12px;
}

h2 {
	text-align: left;
	color: #003399;
	vertical-align: top;
	font: bold normal 18px/normal Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 0px 5px;
	padding: 0px;
}

p {
	text-transform: none;
	color: #333333;
	text-align: left;
	font: normal 12px/22px Verdana, Arial, Helvetica, sans-serif;
	margin: 1em 0px 0px;
	padding: 0px;
}

li {
	color: #333333;
	font: normal 12px/22px Verdana, Arial, Helvetica, sans-serif;
}

/* defines the emphasized blue inline text */
.textblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3333CC;
	text-align: left;
}

a:link {
	color: #0066FF;
	text-decoration: underline;
	font: normal 1.0em/18px Verdana, Arial, Helvetica, sans-serif;
}

a:visited {
	color: #CC33FF;
	text-decoration: underline;
	font: normal 1.0em/18px Verdana, Arial, Helvetica, sans-serif;
}


/* id defines the navigation div top and bottom dashed borders, padding */
#navb {
	color: #000;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
	white-space: nowrap;
	padding: 6px;
	background-color: #FFFFCC;
}

/* class defines the font style and space between all nav links */
.nav {
	text-align: center;
	padding: 0px 11px;
	margin: 0px;
	font: bold 12px Verdana, Arial, sans-serif;
}

/* class defines the style of the current page */
.navHere {
	background-color: #FFFFCC;
	color: #039;
	padding: 0 11px;
	text-decoration: none;
}

/* classes define the link styles in the nav bar */
.nav a:link {
	background-color: #FFFFCC;
	color: #039;
	padding: 0 11px;
	text-decoration: none;
}

.nav a:visited {
	background-color: #FFFFCC;
	color: #669;
	padding: 0 11px;
	text-decoration: none;
}

.nav a:hover {
	color: #000;
	padding: 0 11px;
	text-decoration: none;
	background-color:#FFFFCC;
}

.nav a:active {
	background-color: #FFFFCC;
	color: #636;
	padding: 0 11px;
	text-decoration: none;
}

/* id defines the div for contact information above the copyright */
#contact {
	color: #333333;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 20px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

/* id defines the div for the copyright at the bottom of the page */
#copyright {
	color: #666666;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}