#image1 {
	background: url(../images/admin_head_winter.jpg) no-repeat;
}

.tdcolor {
	background-color: #A8CBA8;
}

.tdbck {
	background-color: #FFFFFF;
}

.tboutline {
	background-color: #F5F5F5;
	border-style: solid;
	border-width: thin;
	cellpadding: 10;
	height: 260px;
	
}

.tdcolorFooter {
	background-color: #336633;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999999;
	font-family: arial, helvetica, serif;
}

.newsImage {
	float: right;
	padding: 0px 0px 0px 0px;
}

.eventTable {
	border: 1px solid #1C4360;
}

.boxBorder {
	border-left-color: #336699;
	border-left-style: solid;
	border-left-width: thin;
}

.style1 {
	font-family: Arial, Helvetica, san-serif;
	font-size: 16pt;
	color: #336633;
	font-weight: bold;
}

.style2 {
	font-family: Arial, Helvetica, san-serif;
	font-size: 14pt;
	color: #336633;
	font-weight: bold;
}

.style3 {
	font-family: Arial, Helvetica, san-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #336633;
}

.style4 {
	font-family: Arial, Helvetica, san-serif;
	font-size: 10pt;
}

.style4white {
	font-family: Arial, Helvetica, san-serif;
	font-size: 10pt;
	color: #FFFFFF;
}


.style5 {
	font-family: Arial, Helvetica, san-serif;
	font-size: 9pt;
}

.style6 {
	font-family: Arial, Helvetica, san-serif;
	font-size: 8pt;
	color: #336633;
}
.style6b {
	font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	line-height: 11px;
	color: #336633;
}

.style7 {
	font-family: Arial, Helvetica, san-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #336633;
}

.style8 {
	font-family: Arial, Helvetica, san-serif;
	font-size: 8pt;
	color: #000000;
}
.style8b {
	font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	line-height: 11px;
	color: #000000;
}

.footer {
	font-family: Arial, Helvetica, san-serif;
	font-size: 8pt;
	color: #FFFFFF;
}

.addressBlack {
	font-family: Arial, Helvetica, san-serif;
	font-size: 9pt;
	color: #000000;
}

input.blue {
	background-color: transparent; 
	font-weight: bold; 
	font-size: 12px; 
	color: white;
	border: 0px;
}


/* Menu style starts here */


#nav, #nav ul { /* all lists */
	padding: 3px;
	margin: 0;
	list-style: none;
	font-family: Arial;
	font-size: 10pt;
}


#nav a {
	width: 150px;
	font-size: 9pt;
	position: relative;
	z-index: 10;
}

#nav li { /* all list items */
	position: relative;
	float: left;
	width: 115px;
 /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #E5EAF3;
	width: 160px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-bottom : 1px solid #375BA3;
	border-left : 1px solid #375BA3; 
	border-top : 1px solid #375BA3; 
	border-right : 1px solid #375BA3;
}

#nav li ul ul { /* third-and-above-level lists */
	position: absolute;
	margin: -1em 0 0 8em;
	width: 135px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	width: 135px;
	background-color : #E5EAF3;
	border-bottom : 1px solid #375BA3;
	border-left : 1px solid #375BA3; 
	border-top : 1px solid #375BA3; 
	border-right : 1px solid #375BA3; 
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}

/* Weather Info Box Style */
.weather {
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
}

/* Advisory Scroller Styles */
#pscroller1{
	width: 180px;
	height: 70px;
	border: 0px solid black;
	padding: 0 0 0 0;
	/* background-color: lightyellow; */
}
.someclass{
	font-family: arial;
	font-size: 10px;
	line-height: 11px;
	color: #ffffff;
	font-weight: normal;
	z-index: 1;
}

/* Featured Events Scroller Styles */
#pscroller2{
	width: 275px;
	height: 133px;
	border: 0px solid black;
	padding: 0 5px;
}
.someclass2{
	font-family: arial;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	font-weight: normal;
	z-index: 1;
}

.calHD {
	font-family: Arial, Helvetica, san-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #385783;
}
.cal {
	font-family: Arial, Helvetica, san-serif;
	font-size: 8pt;
	color: #000000;
}
.tableheader {
	font-family: Arial, Helvetica, san-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #385783;
}