body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
p {
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #666;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.headerTopBG {
	background-image: url(_Images/headerImageTop.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.headerBottomBG {
	background-image: url(_Images/headerImageBottom.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
h2 {
	color: #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #F00;
	letter-spacing: 1px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


#mainMenu a:link,#mainMenu a:visited{
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	font-weight: bold;
}
#mainMenu a:hover,#mainMenu a:active{
	color: #F00;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	font-weight: bold;
}

.quote {
	font-family: "Times New Roman", Times, serif;
	color: #8B9475;
	font-size: 12px;
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 12px;
	margin-left: 12px;
}
.photoLeft {
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 1px;
	padding-left: 0px;
}
.noMargins {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #069;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #069;
}
a:hover {
	text-decoration: none;
	color: #09C;
}
a:active {
	text-decoration: underline;
	color: #09C;
}

