body, html {
	margin: 0;
	padding: 0;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: white;
}

input, textarea, select {
	background-color: #222222;
	border:1px solid #444444;
	color: #FFFFFF;
}

.submitButton {
	background-color:green;
}

.cancelButton {
	background-color:red;
}

#pageContainer {
	width: 100%;
	margin: 0;
}

#header {
	width: 1024px;
	clear:both;
}

#headerNav {
	margin-top: 15px;
	position: relative; left: -10px;
	font-size: 13pt;
	z-index: 1;
}

#headerNav li {
	margin-left: 15px;
	margin-right: 15px;	
	text-transform: capitalize;
	font-weight: bold;
}

#topRightNav {
	height: 25px;
	text-align: right;
	font-size: 9pt;
	padding-top: 5px;
	margin-right: 25px;
}

.nav ul {
	margin:0;
	list-style: none;
}

.nav li {
	display:inline;
}

.nav li a {
	color: white;
	text-decoration: none;
}

.nav li a:hover {
	color: #f60707;
}

.navActive {
	background-color: #666666;
}

#logo {
	float:left;
	position: relative; left: 40px; top: 10px;
	z-index: 100;
}

#tagline {
	float: left;
	position: relative; left: 35px; top: 90px; 
}

#contentContainer {
	width: 1000px;
	min-height: 900px;

	background-image: url('../images/template/templateBG.jpg');
	background-repeat: no-repeat;
}

#contentCenterUnderJumbotron {
	width: 950px;
	position:relative; top: 100px; left: 20px;
	float:left;
	text-align: center;
}

#contentLeftContainer {
	position:relative; top: 0; left: 20px;
	float:left;
	width: 710px;
	text-align: left;
}

.contentLeft {
	width: 670px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.leftBoxHeader {
	width:710px;
	height:50px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	background-image: url('../images/leftContentHeaderBG.png');
	background-repeat: no-repeat;
	font-size: 24pt;
	font-weight: bold;
}

.leftBoxHeaderPost {
	width:710px;
	height:50px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	background-image: url('../images/leftContentHeaderBG.png');
	background-repeat: no-repeat;
	font-size: 14pt;
	font-weight: bold;
	line-height: 15pt;
}

.leftBoxBG {
	width:710px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('../images/leftContentBG.png');
	background-repeat: repeat-y;
}

.leftBoxFooter {
	width:710px;
	height:20px;
	padding-left:10px;
	padding-right:10px;
	background-image: url('../images/leftContentFooterBG.png');
	background-repeat: no-repeat;
}

.backLink {
	color: white;
	text-decoration: none;
	font-size: 10pt;
}

#contentRight {
	position:relative; top: 0; right: 0;
	float:right;
	width: 275px;
	padding-top: 8px;
}

#footer {
	clear:both;
	width: 100%;
	background-color: #161414;
	text-align: center;
	position: relative; top: 115px;
}

#footerTopBG {
	margin: 0px;
	background-image: url('../images/footer/footerTopBG.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 9px;
}

#copyright {
	position: absolute; top:0px left:0px;
	font-size: 10pt;
}

#footerContent {
	width: 1024px;
	height:80px;
	margin-left: auto;
	margin-right: auto;
}

#footerNav {
	position: relative; left: 50px;
	font-size: 12pt;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:-140px;
	font-size: 10pt;
}

#googleTranslate {
	position: relative; bottom:0px;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}

.a {
	background-color: #333333;
	opacity: 0.9;
}

.pastEvent {
	float: left;
	width: 200px;
	height: 200px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}

.pastEventCaption {
	background-color: black;
	opacity: 0.75;
	height: 75px;
	position: relative;
	top: -75px;
}

.newsDate {
	font-size: 10pt;
}

.newsTitle {
	font-size: 12pt;
}

.galleryPic {
	float: left;
	width: 200px;
	height: 200px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}
.galleryPic a {
	text-decoration: none;
	color: #FFFFFF;
}
.galleryPic img {
	border: 1px solid #FFFFFF;
}	

.galleryVid {
	float: left;
	width: 300px;
	height: 200px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}
.galleryVid a {
	text-decoration: none;
	color: #FFFFFF;
}
.galleryVid img {
}	

.videoCaption {
	background-color: black;
	opacity: 0.75;
	height: 75px;
	position: relative;
	top: -75px;
}

#facebookLike {
}

a.u {
	text-decoration: underline;
}

