@charset "utf-8";
/* CSS Document */
body{
margin: 0px;
color: #cccccc;
background-color: #0a0a0a;
}
a {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 text-decoration: none;
 color: #FFFFFF;
 font-weight: bold;
}
p {
 margin-top: 10px;
 margin-bottom: 10px;
 }
a:hover {
 color: #ff0000;
}
.maintext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}
.subheading {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
color: white;
font-variant: small-caps;
margin-bottom: 5px;
margin-top: 5px;
}
.redbold {
color: #fb0000;
font-weight: bold;
}
.whitebold {
color: #ffffff;
font-weight: bold;
}
#flashTop {
 width: 100%; 
 height: 104px;
}
#flashNav {
 position: absolute; 
 top: 0px; 
 left: 50%;
 width: 750px; 
 margin-left: -375px;
 height: 104px; 
 z-index: 100;
}
#flashContentAbout {
 position: absolute; 
 top: 0px; 
 left: 50%; 
 margin-left: -378px; 
 width: 270px; 
 height: 496px; 
 z-index: 10;
}
#flashContentSponsors {
 position: absolute; 
 top: 0px; 
 left: 50%; 
 margin-left: -378px; 
 width: 270px; 
 height: 520px; 
 z-index: 10;
}
#flashBottom {
 width: 100%; 
 height: 104px;
}
#htmlFooter {
 width: 100%; 
 height: 80px;
 margin: -104px 0px 0px 0px;
 text-align: center;
 padding-top: 10px;
}
.contentdiv {
 position: relative;
 left: 50%; 
 width: 756px; 
 margin-left: -378px;
}
.contentdivAbout {
 position: relative;
 left: 50%; 
 width: 484px; 
 margin-left: -106px;
}
.contentdivSponsors {
 position: relative;
 left: 50%; 
 width: 379px;
 margin-left: -1px;
 text-align: justify;
}
.spacerdiv {
 width: 1px; 
 height: 392px; 
 float: right; 
 clear: right;
}
.tabbeddiv {
 background-color: #111111;
 border: 1px solid #333333;
 height: 404px;
}
.tabbeddivPhoto {
 background-color: #111111;
 border: 1px solid #333333;
 padding-left: 5px;
}
#photoButtons {
 height: 25px; 
 clear: both; 
 margin-left: 1px; 
 margin-top: 1px; 
 margin-bottom: 1px; 
}
.aboutTopBorder {
	margin-top: 1px;
	border: 1px solid #666666;
	height: 110px;
	overflow: hidden;
}
.aboutTop {
	background-color: #161616;
	border: 2px solid #000000;
	height: 106px;
}
.aboutTextBorder{
	float: right;
	clear: right;
	margin-bottom: 3px;
	border: 1px solid #666666;
	height: 84px;
	width: 55%;
	overflow: hidden;
}
.aboutText {
	background-color: #161616;
	border: 2px solid #000000;
	height: 80px;
	padding-left: 18px;
	padding-right: 18px;
	text-align: justify;
}
.contactBox {
	 height: 323px;
}
.divtable {
 width: 200px; 
 margin-left: 100px; 
}
.alertbox a, .alertbox a:visited, .alertbox a:active, .alertbox a:hover {
	margin-right: 10px;
	margin-top: -40px;
}
.alertbox {
	position: absolute;
	z-index: 250;
	width: 350px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -175px;
	background-color: #000000;
	border: 1px solid #eeeeee;
	font-weight: bold;
	text-align: right;
	color: #cccccc;
}
.alertbox p {
	font-size: 12px;
	margin-top: 0px;
	text-align: center;
}
h3 {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin: 2px;
}
.formlabels {
	margin-top: 8px;
}
.forminputs {
	margin-top: 3px;
}
.formtext {
	border: 1px solid #666666;
	background-color: #222222;
	color: white;
}

.videoTab {
	height: 20px; 
	width: 108px; 
	padding-top: 5px; 
	float: left; 
	border: 1px solid #666666; 
	text-align: center; 
	vertical-align: middle;
}

.videoTab2 {
	height: 20px; 
	width: 109px; 
	padding-top: 5px; 
	float: left; 
	border: 1px solid #666666; 
	text-align: center; 
	vertical-align: middle;
}

.bigpic{ /*CSS for enlarged image*/
position: absolute;
background-color: #0a0a0a;
padding: 5px;
left: 0px;
border: 1px solid gray;
display: none;
color: white;
text-decoration: none;
z-index: 200;
}

.bigpic img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.photoCred {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
}
