@charset "UTF-8";

a:link {
	text-decoration: none;
	color: #660000;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #660000;
}

p {
	font-size: 12px;
	line-height: 150%;
	margin-top: 10;
	margin-bottom: 0px;
	margin-left: 70px;
	margin-right: 230px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

ul.nav a {
	display: block;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

ul.nav {
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 170px;
	list-style: none;
	width: 100%;
}

ul.nav li {
	
	display: block;
	padding: 4px 15px 4px 10px;
	margin-right: 0px;
	text-decoration: none;
	color: #333;
	text-align: center;
	float: left;
}

p.copyright {
	color: #000000;
	font-size: 10px;
	text-transform:uppercase;
	text-align:center;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 60px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

img.mainbody {
	float: right;
	margin-right: 50px;
	margin-left: 20px;
}

img.about {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
}

.staff {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}



h1 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding-left: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 60px;
	line-height: 1.5em;
}

h3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 70px;
	line-height: 1.5em;
}


#header {
	width: 800px;
	height: 205px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
	
#wrapper {
	width: 800px;
	margin: 15px auto 0 auto;
	text-align: left;

}

#footer {
	background-color: #999999;
	margin-bottom: 20px;
	padding: 0px;
	margin: 0px;
}

#mainbody{
	width: 800px;
	height: 610px;
	background-image: url(images/main-bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
}

#mainbody2{
	width: 800px;
	height: 1600x;
	background-image: url(images/main-bkg3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
}


	
