@charset "utf-8";
/* CSS Document */

body {
	margin: 0px auto 0px auto;
	text-align: center;
	width: 780px;
	padding:0;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#othersites { 
	font: 8pt Verdana, tahoma, arial, Helvetica, sans-serif; 
	color: #333; 
	background: #F7F7F7; 
	border-bottom: solid 1px #ccc; 
	font-weight: bold; 
	height: 2.2em; 
	text-align: left; 
	white-space: nowrap; 
}
#othersites a, #othersites span { 
	border-right: 1px solid #ccc; 
	padding: 0 17px; 
	display: block; 
	float: left; 
	margin-top: 5px; 
	/**text-decoration:none;**/
	color:#000;
}
#othersites a:visited { color: #000; }
#othersites .last { border-right: 0; }


#mainbox {

}

#topblackline {


}

#banner {

}

#bannersplitter {

height: 10px;

}

#maincontent {
	clear: both;
	background-image:url(/images/blank.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	width: 776px;
}

#menubar {
	float: left;
	width: 147px;
	background-image:url(/images/winterfestsidebar.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/*background-color: #ea7f4b;*/
	background-color: #0090D0;
}

#middleline {
	height: auto;
	clear: none;
}

#bodycontent {
	float: right;
	width: 614px;
	clear: none;
	/*background-color:#FFFFFF;*/
	
}

.blankline {
	background-color: #000000;
	clear: both;
	height: 15px;
}

.contentbox {
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
}

.textcontent {
	float: left;
	background-color: #ffffff;

}

.imagecontent {
	float: right;
	background-color: #ffffff;
	width: 99px;
}

#bottom {
	clear: both;
	background-color:#000000;
	font-size: 10px;
	color:#FFFFFF;
}

#bottom a {
	color: #ffffff;
}


.body {	font-size: 12px;
	color: #000000;
	}
.subsubhead {font-size: 14px;
	color: #000000;
	}
.titles {font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	}
.titles2 {font-size: 16px;
	font-weight: bold;
	color: #0093D8;
	}
.subtitles {font-size: 16px;
	color: #000000;
	}
.infotitles {font-size: 12px;
	font-weight: bold;
	color: #0093D8
	}
.smallbody {font-size: 11px;
	color: #000000
	}
.intro {font-size: 18px;
	font-weight: bold;
	}
.important1 {font-size: 14px;
	font-weight: bold;
	color: #FF9900
	}
.important2 {font-size: 14px;
	font-weight: bold;
	color: #0093D8
	}
a:link {
	color: #0093D8;
	text-decoration: underline;
}
a:visited {
	color: #3399FF;
}
a:hover {
	color: #3399FF;
}
a:active {
	color: #0093D8;
}