@charset "utf-8";
/* CSS Document */

/* ---------------------- "generic" styles */

body {
	margin: 10px;
	background-color: #FFFFFF;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
}

table, tr, td, th {
	margin: 0;
	padding: 5px;
	color: #002F2F;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
	background-color: #FFFFFF;
}


p {
margin: 0 0 1em;
}

a {
text-decoration: none;
}

a img {
border: none;
}

a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}
a:hover {
	color: #FFFFFF;
	background-color: #000066;
}
h2 {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 10px;
	line-height: 24px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #990000;
	font-style: italic;
}

h3 {
	color: #EFECCA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 5px;
	line-height: 18px;
	background-color: #000066;
}

.largetext {
	font-size: 84pt;
	color: #000066;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.browntext {
color: #002F2F;
}

.boldtext {
font-weight: bold; color: #000000; 
}

.smalltext {
color: #000000;
font-size: 11px;
font-weight: bold;
background: #A7A37E;
line-height: 14px;
}

.pagetitletext {
font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #00305A; text-decoration: none;
}

/* --------------------- masthead styles */

#masthead {
	background-color: #FFFFFF;
	padding: 10px;
	border-bottom: 1px solid black;
	width: 100%;
}

#menubar {
margin: 0; 
padding: 1em 0 0.25em 0;
background: #E6E2AF; 
color: #002F2F;
}

#menubar a:hover {
background: #002F2F;
color: #EFECCA;
text-decoration: underline;
}

/* ---------------------- main column styles */

#content {
	float: left;
	padding: 0em 20em 1em 1em;
	background-color: #FFFFFF;
}

#content a:hover {
	color: #FFFFFF;
	background-color: #000066;
}


#content p {
	margin: 0;
	padding: 0.5em;
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
}

#content ul {
background: #EFECCA;
margin: 0; padding: 0.5em;
color: #002F2F;
}

#content p.smalltext {
	color: #EFECCA;
	font-size: 0.8em;
	font-weight: bold;
	padding: 1em;
	text-align: center;
	background-color: #000066;
}

#content p.eventtitletext {
color: #00305A;
font-weight: bold;
}

/* ---------------------- sidebar styles */

#sidebar {
	float: left;
	width: 17em;
	padding-top: 0em;
	margin: 0 0 4em -18em;
	background-color: #FFFFFF;
	color: #000000;
	border-left: 1px solid #990000;
	text-align: center;
}
#sidebar h2 {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 10px;
	line-height: 24px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #990000;
	font-style: italic;
	text-align: left;
}

/* ---------------------- footer styles */

#footer {
	clear: both;
	padding: 10px;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
	border-top: 1px solid #000000;
}

#footer p {
margin: 0;
}

#footer a:hover {
background: #0000FF;
color: #FFFFFF;
}
#photo {
	float: none;
	width: auto;
	overflow: auto;
	position: absolute;
	visibility: visible;
	z-index: auto;
	height: auto;
}
