a {
	text-decoration: underline;
	font-weight: normal;
	color: #853;
}
a:link {
	}
a:visited {
	
	}
a:active {
	}
a:hover {
		color: #c53; 
	
	}

	
#navigation a{color: #ffedc2;}
#navigation a:hover {color: #ffffc2;}
#navigation h2 a{	color: #853 !important; font-weight: bold;}
	
#footer a{color: #bbb;;}
#footer a:hover {color: #ddd;}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 0 0 0.6em 0;
	letter-spacing: 0.1em;
	text-indent: -1em;
	padding: 1em 0 0 1em;
	font-weight: normal;
	}
h4 {
	font-size: 1.4em;
	margin: 0 0 0.6em 0;
	letter-spacing: 0.1em;
	text-indent: -1.05em;
	padding: 1em 0 0 1em;
	color: #777;
	font-weight: normal;
	}
h5 {
	font-size: 1.2em;
	margin: 2.4em 0em 1.2em 0em;
	color: #777;
	font-weight: normal;
	}
h6 {
	font-size: 1em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, p{/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 0;
}

ul ul{
	font-size: 0.8em;
	margin-left: 2em;
	list-style: disc;
}
abbr, acronym, span.abbr {
  cursor: help;
  border-bottom: 1px dashed #ccc;
}

p{	margin: 1em 0 0.5em 0;}
p.hint{ margin: 0; color: #777; line-height: 1.2em; }
#main_content p.hint{text-align: left;}


pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong {
	/*color: #321;*/
	font-weight: bold;
	}
	
.light{
	/*color: #984;*/
	
}

.schedule{
padding-top: 0.5em;
color: #984;
}
