body {
	margin: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	font-size: 16px;
	vertical-align: top;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
}
a, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.rules { color:#c00000; text-decoration:underline; font-weight:bold; }

img {
	margin: 0px auto;
	border: none;
}

#leftCol {
	width: auto;
	vertical-align: top;
	z-index: 200;
}
#navBar {
	 text-align: right;
	 margin-top: 220px;
	/*  position: relative; */
	 padding: 0px;
	 z-index: 200;
}
#navBar a {
	 display: block;
	 z-index: 200;
}

#rightCol {
	width: 600px;
	vertical-align: top;
	vertical-align: top;
}
#rightMain {
	width: 600px;
	margin-top: 63px;
	padding: 1px 1px 1px 1px;
}

.content {
	z-index: 100;
	margin: 0px 8px 9px;
	padding: 20px 0px 8px 30px;
	text-align: left;
	background-color: #B8DDE4;
	color: #004B62;
}
.desc {

	color: #004B62;
	height:95;
}
.clearer {
	clear: left;
	line-height: 0px;
	height: 0;
	margin: 0px;
	font-size: 0px;
}
.content td {
	vertical-align: top;
}
.content td p {
	margin-right: 10px;
}
.content p {
	padding-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 17px;
	color: #004B62;
}
.content p.withImage {
	padding-right: 0px;
	margin-right: 0px;
}

.cont a, .cont a:active, .cont a:visited {
	color: #EC6D8E;
	font-weight: bold;
}

.content a, .content a:active, .content a:visited {
	color: #5790A0;
}
.content a:hover {
	text-decoration: none;
	/* color: white; */
}
h5 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
	color: #003C50;

	font-weight: bold;
}

#footerText {
	background-color: #DDF0F2;
	margin: 8px;
	color: #005B79;
	padding: 4px 0px;
	font: 10px/17px Verdana, Arial, Helvetica, sans-serif;
}
#footerText a, #footerText a:active, #footerText a:visited, #footerText a:hover {
	color: #005B79;
}
#bottomRight {
	z-index: 100;
	 position: absolute; 
	top: -70px;
	left: 550px;
}


.galleryImage {
	border: 1px solid;
	background-color: white;
	margin: 5px 0px 5px 0px;
}

#bottomDiv {
	text-align: center;
	 position: relative;
	display: block;
	width: 640px;
	z-index: 100;
	height: 125px;
}
.content hr {
	width: 460px;
	height: 0px;
	border-top: none;
	border-bottom: 1px solid white;
	padding: 0px;
	margin: 0px;
}

