/* CSS Document */

.tableHeader{ }
body {

	background-color: #FFFFCC;

	margin-top: 0px;
	margin-left: 0px; 
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #660000;

}
* { text-decoration:none;    }	


#topHeader a img{display:block;}

.heightAdjust{
line-height: 0em;
}

.footerHeightAdjust{
	line-height: 0.6em;
	white-space: nowrap;
}

.indexHeading {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: bold;
}

.ourSite {
	font-family: "Comic Sans MS";
	font-size: 18px;
}

.colorSideBar{
	width:172px;
	text-align: center;
	border-color: #FFFFFF;
	background-color: #660000;
	border-width: 2px;
	border: 2px;
	margin:0;
	padding:0;
	line-height: 0em;	
	}
	
linkColor:link{
color:#660000;
}

linkColor:visited{
color:#FFFFFF;
}

#cursorSet{
cursor:pointer;
}