@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	background-color: #888;
	height: 200px;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#headiv {
	text-align: center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #464646;
	overflow: hidden;
	height: 200px;
	top: 0px;
}
#headiv h1 {
	margin-top: 150px;	
}
#contentwrap {
	height: 430px;
	text-align: center;
	overflow: hidden;
 	position: relative;
	top: 0px;
}
#contentwrap #maincontent {
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	height: 430px;
}
#footnav {
	
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #464646;
	text-align: center;
	position: relative;
	top: 0px;
	padding-top: 0;
}
#menu a{
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 30px;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	color: #000;
}
.flashmpthree, .flashmpthree a, .flashmpthree a:hover, .flashmpthree a:visited{
	font-size: xx-small;
	color: #666;
}

#pagetitle {
	height: 430px;
	width: 50px;
	margin-left: -440px;
	position: absolute;
	top: 205px;
	left: 50%;
}
a, a:link, a:visited {
	font-weight: bold;
	color: #464646;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #464646;	
}
a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}