@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: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	position:relative;
} 

#logo {
	width: 180px;
	height: 270px;
	float: left;
	padding-top: 10px;
}
#headerPhoto {
	text-align: center;
	padding-top: 15px;
}
#navigation {
	float: right;
	height: 365px;
	width: 271px;
}
#arrowhead {
	position: absolute;
	top: 15px;
	right:20px;
	height: 290px;
	width: 205px;
}
#arrowhead ul li {
	width:205px;
	height:32px;
	list-style-type: none;
	position:relative;
}
#arrowhead ul li a {
	width:205px;
	height:32px;
	display:block;
	background: url(../images/arrowhead-left.png) -25px 0px no-repeat;
}
#arrowhead ul li a:hover {
	background-position: 180px 5px;
}
#header {
	margin-top: 10px;
	clear: both;
}
#header p {
	text-align: left;
	margin-top: 10px;
}

.twoColFixRtHdr #mainContent {
	width: 900px;
} 

#mainContent {
	width: 900px;
	clear: both;
}

#mainContent p {
	margin-bottom:10px;
}

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

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

.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.6em;
	margin-top: .5em;
	margin-bottom: .5em;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
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: 900px;
	margin-top: 10px;
}
h2,h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.4em;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
#header h4 {
	margin-bottom: 3em;
}

#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;
}
#center {

}

