body {
	margin-top: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}


h1 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0000fe;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	line-height: 20px;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000fe;
	}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000fe;
	}

#container {
	width: 600px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	overflow: hidden;
}

/* don't display these divs at all when printing */

#headercontainer, #navcontainer, #sidebarcontainer, #menucontainer, #sbbw {
	display: none;
}

#headerprint {
	padding: 0px;
	margin: 0px;
}

#middlecontainer {
	width: 600px;
	height: auto;
	float: left;
	clear: both;
}

#rightcontainer {
	width: 600px;
	height: auto;
	float: left;
	background-color: #ffffff;
}

#contentcontainer {
	width: 584px;
/*	height: auto; */
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: left;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}

#contentcontainer a:link, #contentcontainer a:visited, #contentcontainer a:active {
	text-decoration: none;
	color: #3366FF;
}

#contentcontainer a:hover {
	text-decoration: underline;
	color: #3366FF;
}

#contentcontainer table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

#thumbcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.thumbpreview {
	float: left; 
	height: auto;
	width: 262px;
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 0px;
	font-size: 10px;
}

.thumbpreview a:link, .thumbpreview a:visited, .thumbpreview a:active {
	text-decoration: none;
	color: #0000fe;
}

.thumbpreview a:hover {
	color: #0000fe;
	text-decoration: underline;
}

.thumbpreviewtitle {
	font-size: 12px;
	color: #0000fe;
	text-decoration: none;
	margin: 0;
	font-weight: bold;
	text-align: left;
} 

.thumbpreviewtitle a:link, .thumbpreviewtitle a:visited, .thumbpreviewtitle a:active {
	text-decoration: none;
	color: #0000fe;
}

.thumbpreviewtitle a:hover {
	text-decoration: underline;
	color: #0000fe;
}

.thumbpreview img {
	float: left;
	margin-right: 3px;
/*	border: 1px solid #0000fe; */
	border: 0;
}

.calendartable {
	border: 1px solid #0000FE;
	cellpadding: 0px;
	cellspacing: 0px;
}

.calendartable th {
	background-color: #99ccff;
	border: 1px solid #0000FE;
	text-align: center;
}

.calendartable td {
	height: 65px;
	width: 14%;
	text-align: left;
	vertical-align: top;
	border: 1px solid #333333;
}

.calendarevent {
	color: #FF6600;
	font-family: "Microsoft Sans Serif";
	font-size: 10px;
}

.calendarevent a:link, .calendarevent a:visited, .calendarevent a:active {
	text-decoration: none;		
}

.calendarevent a:hover {
	text-decoration: underline;
}

#footercontainer {
	width: 600px;
	height: auto;
	clear: both;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#footercontainer a:link, #footercontainer a:visited, #footercontainer a:active {
	text-decoration: none;
	color: #000000;
}

#footercontainer a:hover {
	color: #000000;
	text-decoration: underline;
}

.signedin {
	background-color: #ff6600;
	text-align: center;
	margin: 5px;
	padding: 3px;
}

.oddrow {
	background-color: #ff6600;
	margin-bottom: 5px;
	padding: 3px;
	margin-left: 10px;
	margin-right: 10px;
}
.evenrow {
	background-color: #99ccff;
	margin-bottom: 5px;
	padding: 3px;
	margin-left: 10px;
	margin-right: 10px;
}

.imageleft {
	margin-right: 5px;
	float: left;
}

.imageright {
	margin-left: 5px;
	float: right;
}


