body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
		}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
		}
		
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #000066;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-bottom-color: #000066;
		}
		
#frame {
	width:650px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
		}
		
		
.quotes {
	font-size: 14px;
	font-style: italic;
	text-align: left;
		}

#content {
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}


		
#navigator {
	background-color: #5fb959;
	width: 650px;
	text-align: center;
	

}

.navbutton {
	text-align: center;
	margin-bottom: 3px;
	margin-top: 3px;
	background-color: #bbd1a3;
	width: 120px;
	font-weight: bold;
	color: #000099;
	font-size: 12px;
}

.navbutton a {
	padding: 3px;
	text-decoration: none;
	display: block;
	color: #000000;
	background-color: #5fb959;
	border-top: 1px #ffffff solid;
	border-left: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	width: 120px;
	font-weight: bold;
	font-size: 12px;
}

.navbutton a:hover {
	background-color: #bbd1a3;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #000000;
	font-weight: bold;

}



#lefttext {
	text-align: left;
	
}

.heading1 {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;

}
.heading2 {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}

#copyright {
	font-size: 10px;
	text-align: right;

}

