/* @override http://www.catholiccommunityoflawrencecounty.com/cclcstyle.css */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #333333;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
}
a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #009900;
}
a:active {
	text-decoration: none;
	color: #009900;
}
div.HeaderBanner {
	background-image:url(images/cclc-background-top.gif);
	background-repeat:repeat-x;
	text-align:center;
	width:100%;
	}
div.HeaderLogo {
	margin:10px auto 0 auto;
	width:726px;
	text-align:right;
	}
.timedate {
	margin-right:33px;
	padding-bottom:30px;
	font-size:90%;
}
div.tiles {
	text-align:center;
	width:720px;
	margin:0 auto;
	}
img.tiles {
	border:0px;
	-moz-opacity:0.6;
	filter:alpha(opacity=60);
	}
div.menu {
	text-align:center;
	margin:4px auto;
	padding: 2px 0;
	width:100%;
	}
div.Footer {
	margin:15px auto 0 auto;
	padding:10px 0;
	width:700px;
	text-align:center;
	color: #669966;
	font-size:70%;
	border-top:2px dashed #669966;
	}
.Footer a:link, .Footer a:visited {
	color: #669966;
	}
div.maincontent {
	width:700px;
	margin:0 auto;
	padding:0;
	border-top:2px dashed #669966;
	}
div.contentheader {
	width:700px;
	margin:0 auto;
	font-size:150%;
	color:#669966;
	font-weight:bold;
	padding: 10px 0 0 0;
	}
a img {border:none;}	

/* for history pages */
#history div {
	clear: both;
	padding: 20px 0;
}

#history div a {
	display: block;
}

#history div a img {
	float: left;
	margin-right: 5px;
}

#history div a h2 {
	float: left;
	margin: 12px 0 0 0;
	padding: 0;
	display: block;
	width: 80%;
}

#history div a p {
	float: left;
	margin: 0;
}