body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 11pt;
	background-color: #C5DAEB;
}
.page {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.main {
	width: 770px;
	border-left: 2px solid #121B1F; 
	border-right: 2px solid #121B1F;
	background: #6c91ab;
}

/*NAVIGATION*/
.nav {
	background: #6c91ab;
	padding-left: 10px;
}
.nav a {
	margin-left: 4px; 
	margin-right: 4px;
}
.navDash {
	float: left;
}
.displace {
	position: absolute;
	left: -5000px;
}
.onHome {
	float: left;
	display: block;
	margin-left: 4px;
	margin-right: 4px;
	width: 69px;
	height: 26px;
	background: url("../images/nav/home.jpg");
	background-position: 0 0px;
}
a.navHome {
	float: left;
	display: block;
	width: 69px;
	height: 26px;
	background: url("../images/nav/home.jpg");
	background-position: 0 -26px;
}
a.navHome:hover {
	background-position: 0 0;
}
.onMenu {
	float: left;
	display: block;
	margin-left: 4px;
	margin-right: 4px;
	width: 69px;
	height: 26px;
	background: url("../images/nav/menu.jpg");
	background-position: 0 0px;
}
a.navMenu {
	float: left;
	display: block;
	width: 69px;
	height: 26px;
	background: url("../images/nav/menu.jpg");
	background-position: 0 -26px;
}
a.navMenu:hover {
	background-position: 0 0;
}
.onEntertainment {
	float: left;
	display: block;
	margin-left: 4px;
	margin-right: 4px;
	width: 183px;
	height: 26px;
	background: url("../images/nav/entertainment.jpg");
	background-position: 0 0px;
}
a.navEntertainment {
	float: left;
	display: block;
	width: 183px;
	height: 26px;
	background: url("../images/nav/entertainment.jpg");
	background-position: 0 -26px;
}
a.navEntertainment:hover {
	background-position: 0 0;
}
.onDirections {
	float: left;
	display: block;
	margin-left: 4px;
	margin-right: 4px;
	width: 136px;
	height: 26px;
	background: url("../images/nav/directions.jpg");
	background-position: 0 0px;
}
a.navDirections {
	float: left;
	display: block;
	width: 136px;
	height: 26px;
	background: url("../images/nav/directions.jpg");
	background-position: 0 -26px;
}
a.navDirections:hover {
	background-position: 0 0;
}
.onContact {
	float: left;
	display: block;
	margin-left: 4px;
	margin-right: 4px;
	width: 107px;
	height: 26px;
	background: url("../images/nav/contact.jpg");
	background-position: 0 0px;
}
a.navContact {
	float: left;
	display: block;
	width: 107px;
	height: 26px;
	background: url("../images/nav/contact.jpg");
	background-position: 0 -26px;
}
a.navContact:hover {
	background-position: 0 0;
}
.onAbout {
	float: left;
	display: block;
	margin-left: 4px;
	margin-right: 4px;
	width: 79px;
	height: 26px;
	background: url("../images/nav/about.jpg");
	background-position: 0 0px;
}
a.navAbout {
	float: left;
	display: block;
	width: 79px;
	height: 26px;
	background: url("../images/nav/about.jpg");
	background-position: 0 -26px;
}
a.navAbout:hover {
	background-position: 0 0;
}


/*PAGE CONTENT*/
.pageFull {
	margin:0px;
	border-top: 2px solid #121B1F;
}
.pageFull h2 {
	text-align: center;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	font-family: Comic Sans MS, Verdana;
	color: #121B1F;
}
.pageLeft {
	width: 270px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	background-color: #446882;
}
.pageRight {
	border-left: 2px solid #121B1F;
	background-color: #61839a;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}
.pageRight p {
	font-family: Comic Sans MS, Verdana;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pageLeft h1 {
	text-align: center;
	font-family: "Times New Roman";
	font-size: 15pt;
	font-weight: bold;
	font-style: Italic;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	background-color: #61839a;
	border: 2px solid #121b1f;
	color: #060630;
}
.pageLeft h2 {
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0px;
	padding-left: 10px;
}
.pageLeft h3 {
	color: #f9fa8b;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 10px;
}
.pageLeft h3 a {
	color: #f9fa8b;
}
.pageLeft p {
	font-size: 11pt;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
}
.pageLeft p a {
	color: #a5bccc;
	font-weight: bold;
}
.pageRight h1 {
	font-size: 18pt;
	color: #f9fa8b;
}
.pageRight h2 {
	margin-top: 0px;
	font-size: 12pt;
}
.pageRight h3 {
	font-size: 12pt;
	color: #FFFFFF;
	margin-bottom: 0px;
}
.pageRight h3 a {
	color: #000330;
}
.pageRight p a {
	color: #000330;
	font-weight: bold;
}
.pageRight h4 {
	margin-top: 10px;
	text-align: center;
}
.pageRight h4 img {
	border: 1px solid #000000;
	background-color: #37526F;
	padding: 3px;
}
.homeGallery {
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.homeGallery h2 {
	width: 440px;
	text-align: left;
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	font-size: 11pt;
	color: #283c50;
}
.homeGallery h2 a {
	color: #283c50;
	text-decoration: none;
}
.homeGallery h2 a:hover {
	color: #FFFFFF;
}
.homeGallery h3 {
	text-align: right;
	padding-bottom: 15px;
	padding-right: 8px;
	padding-top: 3px;
	margin-top: 0px;
}
.homeGallery h4 {
	text-align: right;
	padding-right: 12px;
	font-size: 9pt;
	margin-top: 0px;
	margin-bottom: 0px;
}
.thumbNail img {
	margin: 3px;
	border: 1px solid #000000;
}
.eventDisplay {
	padding-top: 15px;
	text-align: center;
}
.eventDisplay h2 {
	color: #FFFFFF;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
.submitPhoto {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
.submitPhoto td {
}
.menu .pageRight h3 {
	font-size: 16pt;
	font-style: italic;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
	padding: 0px;
	color: #FFFFFF;
}
.menu .pageRight h4 {
	text-align: left;
	color: #f9fa8b;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.menu .pageRight p {
	margin: 0px;
	padding: 0px;
}
.menuNav h3 {
	margin-top: 8px;
	margin-bottom: 8px;
}
.menuNav h3 a {
	text-decoration: none;
}
.menuNav h3 a:hover {
	text-decoration: underline;
}
.pageRight p.topLink {
	text-align: center;
	margin-top: 15px;
}
.pageRight p.topLink a {
	color: #a9e1de;
}