body {
	background-image:url("../images/greenbar.gif");	
}

body.homePage {
	background-image:url("../images/bluegif.gif");	
	color:#009999;
}

body.rootDir{
	background-image:url("../images/greenbar.gif");	
}

a:link{
	color:#005555;
}

a:visited{
	color:#777777;
}


p,li {
	color:#000080;
	font-family:verdana,arial,hevetica,sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

.new {
	color:yellow;
	font-family:verdana,arial,hevetica,sans-serif;
	font-weight:bold;
	font-size:larger;
	text-decoration:none;
}
.normal, p.eventBody {
	color:#000080;
	font-family:verdana,arial,hevetica,sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

p.eventDetails {
	color:#000000;
	font-family:verdana,arial,hevetica,sans-serif;
	font-weight:bold;
	font-size:9px;
	text-decoration:none;
}

p.topHeading{
	color:#006600;
	font-weight:bold;
	font-style:italic;
	font-size:20px;
}

p.subHeading {
	color:#006600;
	font-family:verdana,arial,hevetica,sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:17px;
	text-align:center;
}

p.heading, .eventTitle {
	font-weight:bold;
	font-size:16px;
}


p.subHeading2 {
	color:990064;
	font-weight:bold;
	font-style:italic;
	font-size:17px;
	text-align:center;
}

.alignCenter {
	margin-right:auto;
	margin-left:auto;
}

.alignRight {
	margin-right:auto;
	margin-left:3px;
}

.contentBox {
	margin-left:50px;
	margin-right:20px;
	margin-bottom:5px;
	margin-top:5px;
}

.centerBox {
	text-align:center;
	width:400px;
	margin-left:100px;
	margin-right:100px;
	margin-bottom:50px;
	margin-top:50px;
	border-style:solid;
	border-color:black;
	border-width:2px;
}

p.centerBox {
	border-style:none;
	text-align:left;
	margin-left:50px;
	margin-right:50px;
}


.blockCenter {
	display:block;
	margin-right:auto;
	margin-left:auto;
}

.massScheduleTitle {
	font-family:'Times New Roman',hevetica,serif;
	font-size:18px;
	font-weight:bold;
	margin-bottom:2px;
}
.massScheduleText {
	color:#0077aa;
	font-family:'Times New Roman',hevetica,serif;
	font-size:12px;
	font-weight:bold;
}

.eventItemSubtitle {
	color:#0077aa;
}

.copyright {
	text-align:center;
	color:#000080;
	font-family:verdana,arial,hevetica,sans-serif;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}


.homeBottom {
	text-align:center;
	color:#000080;
	font-family:'Times New Roman',hevetica,serif;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
}

.navigation {
	text-align:center;
	color:#000080;
	font-family:verdana,arial,helvetica,san-serif;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;

}

div.centerBlock {
    margin-left: auto;
    margin-right: auto;
    width: 10em;
}