@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;
}
.twoColFixRtHdr #container {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
} 

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

.twoColFixRtHdr #mainContent {
	width: 800px;
} 

#mainContent {
	width: 800px;
}

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

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

.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;
}
.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;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin-bottom: 20px;
}
.tdBaseline {
	vertical-align: baseline;
}

h1 {
	font-size: 1.5em;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: normal;
}
li {
	margin-left: 1.5em;
}

td {
	padding-bottom: 20px;
	vertical-align: top;
}
caption {
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 20px;
}
table {
	width: 800px;
	margin-top: 10px;
}
h2,h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: normal;
}
#header h4 {
	margin-bottom: 3em;
	font-weight: normal;
}

#programContainer h4 {
	margin-bottom: 1em;
}

#programContainer h5 {
	font-size: 0.85em;
	margin-bottom: .5em;
}

.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;
	margin: 1em 0 1em 1em;
}
.fltlft { /* this class can be used to float an element left in your page */
	float:left;
	margin-right:10px;
	padding: 0;
	text-align: center;
}
.bold {
	font-weight:bold;
}
a {
	text-decoration:none;
	color:#69CBFA;
}
a:link {
	color:#69CBFA;
	text-decoration:none;
}
a:visited {
	color:#69CBFA;
}
a:hover {
	color:#9ADCFC;
	text-decoration:underline;
}

.progContLink {
	margin-top: 10em;
}
