.sidebar  { background-color: #003366; position: absolute; top: 195px; width: 210px; 
/*height: 600px; */
/*height: 705px;*/
border-style: outset }
.content {
	position: relative;
	left: 250px;
	top: 50px;
	width: 75%;

}
.content .prose {
	font-style: italic;
	text-align: center;
	width: 400px;
	position: absolute;
	left: 1px;
}
 .articlerss {
	border: thin dashed #FFCC00;


}
 .eventrss {
 border: thin dashed #FFCC00;
}

h1.header {
	font-variant: small-caps;
	position: absolute;
	left: 230px;
	color: #0099CC;
}
.navR {
	float: right;
	z-index: 1;
	background-attachment: scroll;
	background-image: url(/images/SunsetR.png);
	background-repeat: no-repeat;

}

.navHead {
	width: 95%;
	left: 5px;
	height: 135px;
	top: 5px;
	position: relative;
	z-index: 0;
}
h2 {
	font-variant: small-caps;
	text-align: center;
}
.footer {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;

}
.navBanner li {
	margin: 2px;
	padding: 5px;
	list-style-type: none;
	background-color: #003399;
	font-style: normal;
	font-variant: small-caps;
	color: #FFFFFF;
	font-weight: bold;
	width: auto;
	clear: left;
	font-size: 16px;
	display: inline;
	text-align: right;
	top: 110px;

}
.menu li {
	margin: 10px;
	padding: 5px;
	list-style-type: none;
	background-color: #FFFFFF;
	color: #003366;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	width: 125px;
	clear: left;
	border: medium single #000000;
	font-size: 16px;
	display: block;
}
.menu li a {
	text-decoration: none;
}
.menu li a:hover {
	background-color: #FFff66;
}
.navBanner li a {
	color: #FFFFFF;
	text-decoration: none;
	
}
.navL {
	float: left;
	background-image: url(../images/SunsetL.png);
}
.staff {
	padding: 5px;
	
}
.staff dt {
	line-height: 200%;
	font-variant: small-caps;
	font-weight: bold;
	margin-top: 5pt;
	
}
.linklist {
	font-size: large;
	font-style: italic;
	line-height: 200%;
	text-decoration: none;
	text-align: center;
	list-style-type: none;
}
.calbar {
	float: right;
	width: 40%;
}
.monthly .day {
	background-color: #33FFFF;
	text-align: center;
}
.rightbar {
	border: thin solid #FFCC33;
	width: 25%;
	background-color: #0099ff;
	float: right;
	right: 5%;
	top: 30px;
	position: absolute;





}
.logo {
	clear: left;
	float: left;
	position: absolute;
	left: 5px;
	top: 5px;
}
body {
	background-color: #FFFFCC;
}

.failed {color:red;}

.fieldNote {font-size:.75em;}

