/* CSS Document */
body {
	background-color:white;
	color:#003366;
}

a {
	text-decoration: none;
	color: #006600;
}

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

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.text1 {
	font-family: 'Poor Richard';
	font-size: 36px;
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}

.text2 {
	font-family:'Arial','Helvetica','sans-serif';
	font-size:18px;
	text-decoration:none;
	color:#003366;
}

.pNormal {
	font-family:'Arial','Helvetica','sans-serif';
	font-size:12px;
	text-decoration:none;
	color:#003366;
}

.tNormal {
	font-family:'Arial','Helvetica','sans-serif';
	font-size:12px;
	text-decoration:none;
	color:#003366;
}

.box {
	background-color: #CCCCCC;
	border: 1px solid black;
	position: relative;
	left: 10px;
	width: 480px;
}

/* Layout Style Section */
.siteName {
	position: absolute;
	left: 150px;
	top: 10px;
	background-color: white;
	width: 500px;
	height: 50px;
}

.picBanner {
	position: absolute;
	left: 152px;
	top: 102px;
	background-color: white;
	width: 501px;
	height: 60px;
}

.menuBar {
}

.menuButton1 {
	position: absolute;
	top: 180px;
	left: 100px;
	background-color: white;
	width: 100px;
	height: 20px;
	border: 1px solid black;
	text-align: center;
}

.menuButton2 {
	position: absolute;
	top: 180px;
	left: 200px;
	background-color: white;
	width: 100px;
	height: 20px;
	border: 1px solid black;
	text-align: center;
}

.menuButton3 {
	position: absolute;
	top: 180px;
	left: 300px;
	background-color: white;
	width: 100px;
	height: 20px;
	border: 1px solid black;
	text-align: center;
}

.menuButton4 {
	position: absolute;
	top: 180px;
	left: 400px;
	background-color: white;
	width: 100px;
	height: 20px;
	border: 1px solid black;
	text-align: center;
}

.menuButton5 {
	position: absolute;
	top: 180px;
	left: 500px;
	background-color: white;
	width: 100px;
	height: 20px;
	border: 1px solid black;
	text-align: center;
}

.menuButton6 {
	position: absolute;
	top: 180px;
	left: 600px;
	background-color: white;
	width: 100px;
	height: 20px;
	border: 1px solid black;
	text-align: center;
}

.mainText {
	position: absolute;
	left: 104px;
	top: 217px;
	background-color: white;
	width: 598px;
	height: 428px;
}
