body {
	text-align: center;
	background-color: #FFFFFF;
	margin: 0 auto;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
}

/* don't display these divs at all when printing */

#header, #subheader-left, #sidebar, #navigation, #sbbw, .slideshow, #contactus {
	display: none;
}

#headerprint {
	padding: 0px;
	margin: 0px;
}


#entirescreen {
	width: 550px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#subheader {
	width: 550px;
	height: 50px;
	color: #0066FF;
	margin: 0 auto;
}

#subheader-right {
	float: right;
	width: 550px;
	height: 50px;
}

#middle {
	width: 550px;
	height: auto;
	overflow: hidden;
}

#content {
	width: 550px;
	height: auto;
	float: right;
	text-align: left;
	margin-top: 5px;
	color: #333333;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 14px;
	line-height: 14px;
	overflow: auto;
}

#content a:link, #content a:visited, #content a:active{
	text-decoration: underline;
	color: #333333;
}

#content a:hover {
	color: #003399;
	text-decoration: none;
}

.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003399;
	font-weight: bold;	
	font-size: 16px;
	line-height: 16px;
}


.navsublink {
	font-size: 10px;
	font-weight: normal;
}

#contactusprint {
	width: 550px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 14px;
	line-height: 16px;
	color: #003399;
}

.imageright {
	float: right;
	padding: 0px;
	margin-left: 5px;
	margin-top: 5xp;
	margin-bottom: 5px;
	margin-right: 0px;
	border: 1px solid #006633;
}

.imageleft {
	float: left;
	padding: 0px;
	margin-left: 0px;
	margin-top: 5xp;
	margin-bottom: 5px;
	margin-right: 5px;
	border: 1px solid #006633;
}

.calendartable {
	border: 1px solid #006633;
	cellpadding: 0px;
	cellspacing: 0px;
}

.calendartable th {
/*	border: 1px solid #0000FE; */
	text-align: center;
	color: #ffffff;
}

.calendartable td {
	height: 65px;
	width: 14%;
	text-align: left;
	vertical-align: top;
	border: 1px solid #006633;
}

.calendardate {
	color: #003399;
}

.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;
}

