/* ------------------------------ 
HTML Redefine Tags
------------------------------ */
body{
	padding:0;
	background-repeat: repeat-x;
	background-color: #99C6D9;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	/* line-height: 22px; */
	color: #333;
	text-align: left;
	background-image: url(/olc/images/WWH/bg.jpg);
	background-position: center top;
}

/* ------------------------------ 
PAGE STRUCTURE 
------------------------------ */
#container{
	width:994px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 0px;
	background-color: #FFF;
}
	
#topbar{
	width:auto;
	display:block;
	height:137px;
}

#logo {
	width:321px;
	margin:0px;
	float:left;
	height: 137px;
}

#searchBar {
	width:673px;
	margin:0px;
	float:right;
	text-align: right;
	height: 31px;
}

#dropdownMenu {
	width:673px;
	margin:51px 0 0 0;
	float:right;
	height: 55px;
}

#contentFlash{
	width:auto;
	display:block;
	height:auto;
}

#navbar a{heigth:28px; line-height:28px; padding:0 8px; display:inline;}
	
#main{width:auto; display:block; padding:10px 0;}

#column_center{
	width:552px;
	margin-right:0px;
	margin-left: 7px;
	float:left;
	padding-left: 10px;
}
		
#column_left{
	width:372px;
	margin-right:0px;
	margin-left: 4px;
	float:left;
}
	
#tablenewsTop {
	width: 372px;
	clear: both;
	background-image: url(/olc/images/WWH/news-01.png);
	background-repeat: no-repeat;
	padding-left: 0px;
	height: 63px;
	float: left;
}

#tablenewsMiddle {
	width: 372px;
	clear: both;
	background-image: url(/olc/images/WWH/news-02.png);
	background-repeat: repeat-y;
	height: 321px;
	overflow: hidden;
	float: left;
	margin-left: 0px;
}

#tablenewsBottom {
	width: 372px;
	clear: both;
	background-image: url(/olc/images/WWH/news-03.png);
	background-repeat: no-repeat;
	padding-left: 0px;
	height: 24px;
	float: left;
	margin-left: 0px;
}

#column_right{
	width:372px;
	margin-right:0px;
	margin-left: 13px;
	float:left;
}

#tableeventsTop {
	width: 372px;
	clear: both;
	background-image: url(/olc/images/WWH/events-01.png);
	background-repeat: no-repeat;
	padding-left: 0px;
	height: 63px;
}

#tableeventsMiddle {
	width: 372px;
	clear: both;
	background-image: url(/olc/images/WWH/events-02.png);
	background-repeat: repeat-y;
	height: 321px;
	overflow: hidden;
	float: left;
	margin-left: 0px;
}

#tableeventsBottom {
	width: 372px;
	clear: both;
	background-image: url(/olc/images/WWH/events-03.png);
	background-repeat: repeat-y;
	padding-left: 0px;
	height: 24px;
	float: left;
	margin-left: 0px;
}

#rightBar{
	width:214px;
	float:right;
	margin-right: 4px;
	text-align: center;
}

#leftBar{
	width: 200px;
	float: left;
	margin-left: 7px;
	height: auto;
}

#leftbottomBar{
	width: 200px;
	float: left;
}

#rightbarWeather{
	width:214px;
	background-image: url(/olc/images/WWH/quicklinks_weather.png);
	background-repeat: no-repeat;
	height: 75px;
	float: right;
}
		
		div.spacer{clear:both; height:10px; display:block;}
	
	#footer{
	width:auto;
	display:block;
	font-size:11px;
	color:#666666;
	background-repeat: no-repeat;
	height: 148px;
}
	
/* ------------------------------ 
FONTS
------------------------------ */

input, form, textarea
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
h1{font-size:18px;}
h2{font-size:14px; color:#999999}
h3{font-size:13px; border-bottom:solid 1px #DEDEDE; padding:4px 0; margin-bottom:10px;}

a:link, a:visited{
	color:#03F;
}
a:hover{
	text-decoration:none;
	color: #123456;
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	/* line-height: 22px; */
	color: #333;
	text-align: left;
	padding-right: 22px;
	padding-left: 22px;
}

.newseventsFont {
	font-weight: normal;
	font-size: 12px;
	color: #333;
	font-style: normal;
	line-height: 14px;
	font-variant: normal;
}

.bold {
	font-weight: bold;
}

.boldCentered {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
	text-align: center;
}

.titleBold {
	font-weight: bold;
	font-size: 24px;
	color: #123456;
}

.smallhyperlinks {
	font-size: x-small;
	font-weight: bold;
	color: #00F;
	text-decoration: none;
}

@media print {TABLE.noprint, DIV.noprint {display:none} } 


