@charset "utf-8";
.rightreveal {
	background-image: url(images/rightreveal.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.leftreveal {
	background-image: url(images/leftreveal.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-position: middle top;
}

.rightfooter {
	background-image: url(images/footer_right_reveal.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.leftfooter {
	background-image: url(images/footer_left_reveal.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.bodybg {
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.whitebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.whitebodycenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	list-style-image: url(images/bullets.gif);
}

.li {
	list-style-image: url(images/bullets.png);
}

#myGallery
{
width: 400px !important;
height: 200px !important;
}

a:link {
	color: #0099FF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
.imageborder {
	border: 1px solid #999999;
}
