/* CSS Document */

html {
	height:100%;
	padding: 0;
	border: none;
	}

body {
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 12px;
	color: #CFCFD3;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	height: 100%;
	padding: 0;
	border: none;
	}

body a:link {
	color: #99CCFF;
	text-decoration: none;
	}
	
body a:visited {
	color: #6699FF;
	text-decoration: none;
	}

body a:hover {
	color: #99CCFF;
	text-decoration: underline;
	}






#sideBox {
	font-size: 12px;
	line-height: 140%;
	}





#pageTitle {
color: #FFFFFF;
font-size: 24px;
font-weight: bold;
}










h1 {
	font-size: 36px;
	font-weight: normal;
	text-align: left;
	padding-bottom:8px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
}


h1 a:link {
	color: #595966;
	text-decoration: none;
	}
	
	


h2 {
	font-size: 24px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom:15px;
	margin-top:0px;
	margin-bottom:2px;	
}




h3 {
	font-size: 20px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom:2px;
	margin-top:0px;
	margin-bottom:2px;	
}








#scheduleBox {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #000066;
	font-weight: normal;
	text-align: left;
	}
	
	
	
	












#navlist {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: 20px;
font-weight: bold;
line-height: 10%;
}

#navlist li{
padding-bottom: 0px;
}

#navlist a, #navlist a:visited {
display: block;
padding: 7px 15px 50px 38px;
border: none;
background-image:  url(http://www.joehanish.com/blainenew/images/button-off-1.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #BCBCC2;
text-decoration: none;
}

#navlist a:hover {
background-image:  url(http://www.joehanish.com/blainenew/images/button-on-1.jpg);
color: #E9E8EF;
padding: 7px 15px 50px 38px;
}










