body {
	font-family: "Goudy Old Style", Georgia, "Times New Roman", serif;
/*	font-size: 120%; */
	font-size: 1.2em;
	color: #000000;
	background: #ccc url(../images/layout/16936235.gif) repeat;
	margin: 0px;
	line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Goudy Old Style", Georgia, "Times New Roman", serif;
	font-weight: bold;
}

h1, h2 {
	color: #980E3C;
}

h1 {
	/* font-size: 180%; */
	font-size: 1.8em;
}
h2 {
/*	font-size: 160%; */
	font-size: 1.6em;
}
h3, h4, h5, h6 {
	color: #039;
}
h3 {
/*	font-size: 140%; */
	font-size: 1.4em;
}
h4 {
/*	font-size: 130%; */
	font-size: 1.3em;
}
h5 {
/* 	font-size: 120%; */
	font-size: 1.2em;
}
h6 {
/* 	font-size: 110%; */
	font-size: 1.1em;
}


a {
	color:#039;
	text-decoration: none;
	font-weight: bold;
	}
/* a:active, a:visited {
	color: #FFCC00;
} */
a:visited {
	font-weight: normal;
}
a:hover {
	color: #980E3C;
	text-decoration:underline;
	}
hr {
	color: #980E3C;
	width: 80%;
}

label {
/*	font-size: 90%; */
	font-size: 0.9em;
	color: #003399;
	font-style: normal;
	font-weight: bold;
	}

#banner {
	height: 122px;
	width: 946px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: #fff url(../images/layout/banner.jpg) no-repeat;
	}

/****************/
/* menu column */
/****************/

#menu {
	float: left;
	top: 125px;
	width: 160px;
	margin: 0px;
	padding: 0px;
	}
#menu ul {
	list-style: disc url(../none) outside;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	}
#menu li {
	list-style: none url(../none) outside;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	text-indent: 0px;
	line-height: 120%;
	border-bottom: 1px solid grey;
	}
	
#menu a {
/*	font-size: 90%; */
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	}

#menu a:link {
	text-decoration:none;
	}

#menu a:visited {
	color: #CCC;
	text-decoration:none;
	}
#menu a:hover {
	text-decoration:underline;
	}
#menu a:active {
	color: #FC0;
	}

/* main content container */
#level0 {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 946px;
	line-height: 1.2;
	background: #fff url(../images/layout/background.jpg) repeat-y;
	}


#level1 {
	margin-left: 170px;
	padding-left: 10px;
}

/********* Styles for content area ********/
#main {
	padding: 2px 5px 10px;
	width: 600px;
	}

.main_logo {
	background: #fff url(../images/layout/logo.gif) no-repeat;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 186px;
}

#content {
	float: left;
	margin: 5px 25px 5px 20px;
	width: 600px;
	padding: 0px;
	}

.clearboth {
	clear: both;
	}

.hide {
	display: none;
	}
	
.mtmeStyle {
	font:"Goudy Old Style", Georgia, "Times New Roman", serif;
/*	font-size: 290%; */
	font-size: 2.9em;
	font-style: italic;
	}
	
.itemContainer {
	float: left;
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: center;
	}

.itemSeparator {
	margin: 10px 0;
	border-bottom: 1px dashed #cccccc;
	}
	
#footer {
	font-family: "Goudy Old Style", Georgia, "Times New Roman", serif;
/*	font-size: 80%; */
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	height: 250px;
	}
#footer a {
	font-weight: normal;
}
	
#counter {
	float: right;
	width: 100px;
	height: 10px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

.bigText {
/*	font-size: 140%; */
	font-size: 1.4em;
	font-weight: bold;
	color: #003399;
	}
	
.smtext {
/*	font-size: 80%; */
	font-size: 0.8em;
	}
		
/**** interior item container ****/
.interiorBox {
	margin: 5px;
	padding: 10px;
	}

.infoBox {
	margin: 5px 5px 5px 25px;
	padding: 2px;
	width: 80%;
	height: auto;
	border: 1px solid #0000A0;
	}
.infoBoxInner {
	margin: 2px;
	padding: 5px;
	width: auto;
	height: auto;
	border: 1px solid #0000A0;
	}

/* calendar styles */
.calendar {
	border-collapse: collapse;
	margin: 0;
	font-family: verdana, arial, san-serif;
}
.calendar thead {
	background-color: #C6D9FF;
}
.calendar th, .calendar td {
	border: 1px solid #039;
}
.calendar td { 
	width: 14%; 
	padding: 0.2em; 
	vertical-align: top; 
	overflow: auto; 
/*	font-size: 60%; */
	font-size: 0.6em;
}
.calendar tbody .holiday {
	font-weight: bold;
	color: #CC0000;
}
.calendar tbody .weekend { 
	background-color:#D9E6FF; 
}
.calendar tbody .next, .calendar tbody .previous { 
	background-color:#ddd; 
}

.calendarDate {
	font-weight: bold;
/*	font-size: 110%; */
	font-size: 1.1em;
}
.calendarItem {
	height: 45px;
}

/* Random photo thumbnail styles */
div.photo {
	margin: 5px;
	border: 2px solid gray;
	float: right;
	/* height: 190px;
	text-align: center; */
	}
.photo img{
	display: inline;
	margin: 5px;
	border: 0px solid #A0ACC0;
}
/*.photo a:hover img {border: 1px solid black;} */

/* Photo album styles */
div.thumb {
	margin: 13px;
	border: 1px solid #A0ACC0;
	height: 190px;
	float: left;
	text-align: center;
	}
.thumb img{
	display: inline;
	margin: 5px;
	border: 1px solid #A0ACC0;
}
.thumb a:hover img {border: 1px solid black;}
.phototitle {
	text-align: center;
/*	font-size: 80%; */
	font-size: 0.8em;
	font-weight: normal;
	width: 160px;
	margin: 0 3px 3px 3px;
	}
.highLight {
/*	font-size: 120%; */
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding: 0 2px 0 2px;
	color: #FFFFFF;
	background-color: #003399;
}
