/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link { 
	color: #600;
	text-decoration: none;
	}
	
a:visited { 
	color: #600;
	text-decoration: none;
	}
	
a:hover  {
	color: #033;
	text-decoration: none;
	}
	
.top {
	width: 831px;
}
	
.menu {
	width: 150px;
}

.main {
	position: absolute;
	top:172px;
	left: 150px;
	width: 650px;
	background-color: #FFF;
	}

.bodycopy {
	left:10px;
	font-size: 14px;
	line-height: 20px;
}

.nav {
	text-align: center;
	}
	
.bodycopybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.credit {
	font-size: 11px;
	width: 150px;
	text-align: center;
	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
}
