body {
	margin: 0;
	padding: 0;
	background-color: #CDECEF;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #2A4F6F;
}

#header {
	background-color: #3CB5AD;
	height: 130;
	width: :740;
	
}

#nav ul {
list-style: none;
margin-top: 1em;
margin-left: 1em;
padding-left: 0;
text-align: right;
}

#nav li {
	font-size: 13;
	margin-bottom: 0.3em;
	text-align: justify;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: White;
	background-color: none;
	text-align: right;
}

#nav a:hover {
color: white;
text-decoration: underline;
}

#nav h2 {
font: 110% San-serif;
color: #2A4F6F;
background-color: transparent;
border-bottom: 1px dotted #CCCCCC;
}

#content {
	background-color: white;
	padding-top: 0.5em;
	padding-right: 2em;
	padding-bottom: 0;
	padding-left: 2em;
	

}

#content a:link, #content a:visited {
	text-decoration: none;
	color: #37507E;
	background-color: none;
	text-align: left;
}

#content a:hover {
color: #37507E;
text-decoration: underline;
}

#schedule {
	font-size: 13px;
	color: White;
}

#footer {
background-color: #CDECEF;
font-size: 80%
	
}


H1 {
	color: #37507E;
	font-family: Arial, sans-serif;
	font-size: 160%;
}

H2 {
	color: #B90000;
	font-family: Arial, sans-serif;
	font-size: 120%;
	text-decoration: underline;
}

H3 {
	color: #0094BD;
	font-family: , Arial, sans-serif;
	font-size: 90%;
	text-decoration: underline;
}

H4 {
	color : #0094BD;
	font-family :  Arial, , sans-serif;
	font-size : 80%;
	
}

H5 {
	color : #37507E;
	font-family : Arial, sans-serif;
	font-size : 100%;
	font-weight : 900;
	
}

H6 {
	color : #37507E;
	font-family : Arial, sans-serif;
	font-size : 100%;
	font-style : italic;

}

P {	
   color: Black;
	font-family:  sans-serif;
	font-size: 13;
	
}

UL {
	color: #37507E;
	text-decoration: underline;
}

LI {
	color: #37507E;
	font-family: sans-serif;
	font-size: 13;
	
}
BLOCKQUOTE {
	margin-left : 0;
}

CAPTION {
	font-family :  sans-serif;
	font-weight : 800;
}

TH {
	background-color : #FFFFFF;
}







