/* style for ken voos' personal page */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background-image: url(images/graphBackground.gif);
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	float: none;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
/*body	{
	color: #000000;
	font-family: sans-serif;
	background-image: url(images/graphBackground.gif);
	text-align: left;
	display: block;
	position: absolute;
}*/
a	{color: black}
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */
#heading {
    text-align: center; 
	background-color: #FFCC33; 
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}
#lastUpdate {
	display: block; 
	font-size: 7pt;
	text-align: right;
	margin-top: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: bottom;
	height: 30px;
}
/*#main	{
	float: right;
	padding: 10px;
	position: relative;
	margin: 10px;
	vertical-align: top;
*/
#main	{
	margin: 0;
	padding: 10px 3% 0 0;
	margin-left: 10px;
}

/*address {text-align: center; background-color: #FFCC33; font-variant: small-caps; clear: both; padding: 2px}*/
address{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	background-color: #FFCC33;
	font-variant: small-caps;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: center;
}

#schedule.HorizonWork{
	background-color:
#FF6699;
	border: 5;
}

#schedule.ESSWork{background-color:#CC0000}

#schedule.ChemClass{background-color:#66FF66}

#schedule.time {
	font-size: 9px;
	color: #0066FF;
	font-family: Arial, Helvetica, sans-serif;
}
.scheduleKey {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top-width: 3px;
}
