a:link {
	color: #FFFFCC;
	text-decoration: underline;
}
a:hover {
	color: #FFCC00;
}
a:visited {
	color: #FFFFCC;
}
a:active {
	color: #FFFFFF;
}

#menu {
	width: 100%;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	}

	#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#menu li {
		border-bottom: 1px solid #FFFF99;
		margin: 0;
		}

	#menu li a {
		display: block;
		padding: 5px 5px 5px 0.75em;
		background-color: #F7B71D;
		color: #000000;
		text-decoration: none;
		width: 100%;
		}

	html>body #menu li a {
		width: auto;
		}

	#menu li a:hover {
	background-color: #F9C751;
	color: #FFFFFF;
		}

.bg {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #000756;
	background-position: right 105px;
}
.bglight {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #00AAFF;
	background-position: right 105px;
}
.mnuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 24px;
}
.topPhotos {
	background-image: url(../images/topPhotos.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.normalText, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
}
.boldText {
    	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
        font-weight: bold;
	line-height: 22px;
	color: #FFFFFF;
}
.headingText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFCC00;
}
.subheadingText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFCC00;
}
h1 {
    	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFCC00;
}
h2 {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFCC00;
}
.button {
	background-color: #336699;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.inputs {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;

}
.image .caption {
        font-size: 80%;
        font-family: Verdana, Arial, sans-serif;
        text-align: center; 
        color: #FFFFFF
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.border {
	border: 1px solid #FFFFFF;
}

