@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 100%;
	background-color: #000;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
}
#container  {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
} 

#logo {
	width: 180px;
	height: 340px;
	float: left;
	padding-top: 10px;
}
#logo img:first-child {
	margin-bottom: 10px;
}
#navigation {
	float: right;
	height: 270px;
	width: 200px;
}
#headerPhoto {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#header {
	margin-top: 10px;
}

#header p {
	margin-top: 20px;
}
#mainContent  {
	width: 800px;
} 
#mainContentImagesContainer {
	float: right;
	text-align: center;
	margin-left: 20px;
}
#sponsors {
	padding-top: 2em;
}

#programContainer {
	background-color:#666;
	padding:1em;
}

#programContainer p {
	font-size: .8em;
	margin-right: 330px;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 10px;
	font-weight: normal;
}
h2,h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: normal;
}
#programContainer h4 {
	margin-bottom: 1em;
	color: #FFF;
}
table {
	width: 100%;
	margin-top: 1em;
	text-align: left;
	margin-bottom: 1.5em;
}
caption {
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 20px;
}
th {
	padding-bottom:10px;
	font-size: 1.2em;
}
td {
	padding-top: 5px;
}
.tdBaseline {
	vertical-align: baseline;
}

p {
	margin-bottom: 1em;
}

.fltlft { /* this class can be used to float an element left in your page */
	float:left;
	margin-right:10px;
	padding: 0;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	text-align: center;
	width: 300px;
	margin-left: 2em;
}
#programContainer .fltrt img {
	margin-bottom: 1em;
	margin-top: 1em;
}

.logoFltRt {
	float: right;
	margin-left: 3em;
}


.videoFltRt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	text-align: center;
	width: 400px;
	margin-left: 2em;
}

.bold {
	font-weight:bold;
}
.goldFont {
	color:#FF9900;
}
.current {
	color:#FFF;
}
.twoColFixRtHdr #footer {

} 
.twoColFixRtHdr #footer p {
	font-size: x-small;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
a:link {
	color:#309FDC;
	text-decoration:none;
}
a:visited {
	color:#309FDC;
	text-decoration: none;
}
a:hover {
	color:#FFF;
	text-decoration:underline;
}
#programContainer a:link {
	color:#309FDC;
	text-decoration:none;
}
#programContainer a:visited {
	color:#39C;
	text-decoration: none;
}
#programContainer a:hover {
	color:#FFF;
	text-decoration:underline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	margin-top: 1.5em;
}
