/* CSS Document */

body {
	background: transparent;
	text-align: center;
	margin: 20px;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	height: 100%;
}
html {
	height: 100%;
}

a.txt {
	color:#171799;
	text-decoration:none;
	border-bottom:1px solid;
	}
a.txt:hover {
	border-bottom: 2px solid;
	color: #181860;
	background-color: #DBA400;
}
a.img
{
	text-decoration:none;
}
a.img:hover
{
	color: #181860;
	background-color: #DBA400;
}

#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;

	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;

	}
#header {
	background: transparent;
	padding: 0px;
	margin: 0;
	color: navy;
	text-align: left;
}

#header h1 {
	font-size:200%;
	}

#maincol {
	position: relative;
	margin: 0px;
	padding: 10px;
	height:100%;
}

#leftcol {
	position: relative;
	top: -10px;
	left: -10px;
	float: left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 200px; /* actual value */
	margin: 0px 0px 0px 0px;
	padding: 10px;
	z-index: 100;
}

#leftcol a {
	color:navy;
	text-decoration:none;
	border-bottom:1px solid;
	}

#leftcol a:hover {
	border-bottom: 2px solid;
	color: #181860;
	background-color: #DBA400;
	}

#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 0 0;
	padding:10px;
	z-index:99;
	}

#centercol {
	position: relative;
	top: -10px;
	padding: 0px 240px;
}


#footer {
	position: relative;
	top: 1px;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 1px 0px;
}


#footer2 {
	background: #6c8cd5;
	text-align: center;
	color: #EDCC6B;
	border-top: 1em solid #171799;

}
#footer a{
	color: #EDCC6B;
	}
#footer a:hover
{
	border-bottom:1px solid;
	color:#DBA400;
}
.nav1
{
	font-size: 14px;
	font-weight: bold;
}
a.nav1 {
	color:#171799;
	text-decoration:none;
	border-bottom:1px solid;
	}
a.nav1:hover {
	border-bottom: 2px solid;
	color: #181860;
	background-color: #DBA400;
}


.nav2
{
	margin-left: 1em;
	font-size: 12px;
}

.extra1
{
	padding: 5px;
	margin-bottom:1em;
	border: thin solid #ffbf40;
	width:190px;
	background-color: white;
}
.extra2
{
	padding: 5px;
	border: thin solid purple;
	margin-bottom:1em;
	width:190px;
	background-color: white;
}
.extra3
{
	background-color: white;
	padding: 5px;
	border: thin solid #4671d5;
	margin-bottom:1em;
	width:190px;
}
.locations
{
	padding: 5px;
	margin-bottom:1em;
	border: thin solid #6C8CD5;
	width:190px;
	font-size:10px;
}

.box
{
	padding: 10px;
	margin-bottom:1em;
	border: thin solid #ffbf40;
	background-color: white;
	text-align: center;

}

.copyright
{
	font-size:smaller;
	color:#070763;
}

.heading1
{
	font-size: 28px;
	font-family: sans-serif;
	color: #DBA400;
	font-weight: bold;
}

.program
{
	margin-bottom: 3em;
	page-break-inside: avoid;

}
.program-title
{
	color: #171799;
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-color: #6C8CD5;
	border-bottom-style: solid;
	margin-bottom: -0.33em;
}

div.bar
{
	text-align:right;
	background-color:#6c8cd5;
	margin-top:3px;
}
.photo
{
	margin: 5px 0px 5px 5px;
	padding: 0px 0px 5px 5px;
	background-color: white;
}
span.label
{
	width: 4em;
	text-align: Left;
	position: absolute;
	font-weight: bold;
}
.data
{
	margin-left: 5em;
	position: relative;
}

.tagline
{
	margin-left:230px;
}

 .required1
 {
 	background-color:#ffcc00;
 }
 .required2
 {
 	background-color: Yellow;
 }
