body {
	margin: 0px;
	background-color: #FDFFE5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
.topTable {
	background-color: #000000;
	background-image: url(images/sunsetBack.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
}
.menuTable {
	background-color: #6587A2;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 4px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.menuTable a:link, .menuTable a:visited, .menuTable a:active{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 1px;
}

.menuTable a:hover{
	color: #D89F5A;
	
}


p {
	color: #AD7229;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
}
.p2 {

	color: #AD7229;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}
li {

	color: #AD7229;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
}
a {
	text-decoration: none;
}
.bluImgBorder {
	border: 2px solid #6587A2;
}

