body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	background-image: url(images/yellowbar.png);
	background-repeat: repeat-x;
}

.main {
	position: relative;
	width: 900px;
	
	margin: 0 auto;
	background-color: #97AB9B;
	 
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color:white;
	text-align: left;
	text-indent: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:white;
	text-align: right;
	text-indent: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:white;
	text-align: left;
	text-indent: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	width: 150px;
	background-image: url(images/menubar.jpg);
	
}
A.menu:LINK {
	color : white;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	display: block;
	width: 150px;
	background-image: url(images/menubar.jpg);
}
A.menu:Visited {
	color : white;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	display: block;
	width: 150px;
	background-image: url(images/menubar.jpg);
}
A.menu:Active {
	color : white;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	display: block;
	width: 150px;
	background-image: url(images/menubar.jpg);
}
A.menu:Hover {
	color : #FFFFCC;
	background : #466190; 
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	display: block;
	width: 150px;
}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:white;
	margin-top: 5px;
	margin-bottom: 2px;
	padding: 5px;
	text-align: left;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336666;
}
A:LINK {
	color : #336666;
	text-decoration:none;
	font-size: 14px;
}

A:Visited  {
	color : #336666;
	text-decoration:none;
}

A:Active  {
	color : #336666;
	text-decoration:none;
}

A:Hover  {
	color : white;
	background: #336666;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align:left; 
}


