@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}


body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	
	}

img {
	border:none;
	}


h1 {
	
	font-size: 16pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
}


h2 {
	
	font-size: 14pt;
	font-weight: bold;
	
}

td {
	vertical-align: top;
	text-align: center;
	font-size: .9em;
}

a,  a:link {
	color: #000099;
	font-weight: bold;
	text-decoration:underline;
}

a:visited {
	color: #000066;
	font-weight: bold;
	text-decoration:underline;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

a:focus {
  color: #0000FF;
}

a:active {
  color: #0000FF;
}



#outerWrapper #header {
	
}




#outerWrapper #contentWrapper #leftColumn1 {
	display: none;
}



#outerWrapper #contentWrapper #content {
	
}





#outerWrapper #footer {
	padding: 10px; 
	font-size: .8em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#featuretable td {
	padding-bottom: 10px;
	}
#schedule {
	margin-left: 10px;
}



#schedule td {
	background-color: #C6C6FF;
	font-size: .9em;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}


#schedule th {
	background-color: #000066;
	color: #FFFFC9;
	text-align: center;
	font-size: 1.4em;
}

#schedule a:link, #featuretable a:link  {
	text-decoration:none;
	}
	
#schedule a:visited, #featuretable a:visited  {
	text-decoration:none;
	}
	
#schedule a:hover, #featuretable a:hover  {
	text-decoration:underline;
	}
	
#schedule a:active, #featuretable a:active  {
	text-decoration:underline;
	}

.floatright {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}

.floatleft {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}

.imgfloatright {
	float: right;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
}

.imgfloatleft {
	float: left;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-top: 10px;
}

.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}

.smalleritalic {
	font-size: .9em;
	font-style: italic;
}

h2.lessspace {
	padding-top: 20px;
}

td.colleft {
	width: 59%;
	}

td.colright {
	width: 41%;
	}
	
.nodisplay {
	display:none;
	}


