body {
	background-color:#C0C0C0	
}

a:link {
	text-decoration:underline;
	color:blue;
}
a:visited {
	text-decoration:underline;
	color:blue;
}
a:hover {
	text-decoration:none;
	color:blue;
}
a:active {
	text-decoration:none;
	color:blue;
}

font {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000080;	
	font-size: xx-large;
	font-weight:bold;

}
h2 {
	font-family: "monotype Corsiva";
	font-size: 36px;
	font-weight: bold;
	color: #000080;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
	font-size: small;
	color: #000080;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-size:medium;
	color: #000080;
}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	font-size:medium;
	font-weight:bold;
	color: black;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color:black;
	text-align: center;
}
.date {
	font-family: Papyrus;
	font-size: small;
	text-align:center
}
.header {
	vertical-align: middle;
	text-align: center;
	border-style: none;
}
.center {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: large;
}
.titleitalic {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
	font-size: large;
	font-style:italic
}

.office {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
	font-size: large;
}
.event {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
	font-size: large;
}
.eventdetail {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
	font-size: medium;
}
.left {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.leftmed {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}


.right {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.calevent {
	text-align: center;
	font-size: small;
}

.caldate {
	text-align: left;
	font-size: small;
}
.calholiday {
	text-align: left;
	font-size: small;
	color: #FF0000;
}

.photo {
	border-style: none;
	border-width: 0px;
}

.bold {
	font-weight: bold;
	font-size: small;
}
.highlight {
	font-weight: bold;
	background-color: #FFFF00;
}
.footer {
	text-align:center;
	font-size:small;
}	
.footer a:link {
	text-decoration: none;
	color:blue;
}
.footer a:visited {
	text-decoration: none;
	color:blue;
}
.footer a:hover {
	text-decoration: underline;
	color:blue;
}
.footer a:active {
	text-decoration: underline;
	color:blue;
}
.shadow {
	margin-bottom: 0;
	box-shadow: 17px 17px 18px #3A3A30;
	-webkit-box-shadow: 17px 17px 18px #3A3A30;
	-moz-box-shadow: 17px 17px 18px #3A3A30;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#3A3A30, offX=10, offY=10, positive=true);
	float: center;
	background-image: url('../images/background.gif');
}


