body {
	font: normal 9pt verdana, arial, sans-serif;
	color:#000;
	margin:0px;
	padding:0px;
}

p {
	font: normal 9pt verdana, arial, sans-serif;
	color: #000;
}

#outerContainer{
	margin:0 auto;
	width:1024px;
	background-color:#fff;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
}

#topbar {
/*width:955px;
	position:relative;
	top:0px;
	left:0px;
	height:492px;*/
	height:99px;
}

#botbar {
	width:955px;
	height:108px;
	/*background-image:url(images/bgbot.jpg);
	background-repeat:no-repeat;
	float:bottom; */
	margin-left:60px;
	margin-top:30px;
	color:#FFF;
	clear:both;
}

ft {
	font-size:9pt;
	color:#FFF;
}


#menu {
	/*position:absolute;
	top:99px;
	left:70px;
	z-index:500;*/
	padding-left:70px;
}
#content {
	/*position:absolute;
	top:140px;
	left:70px;*/
		height:380px;
	margin-left:70px;
	margin-top:36px;
}

#ctext {
	width:700px;
	height:360px;
	float:left;
	padding:10px;
	margin:0px;
	scrollbar-3dlight-color:#BBB;
	scrollbar-arrow-color:darkblue;
	scrollbar-base-color:blue;
	scrollbar-darkshadow-color:darkblue;
	scrollbar-face-color:lightblue;
	scrollbar-highlight-color:#EEE;
	scrollbar-shadow-color:white; 
	overflow:auto;
}
#textbreak {
	width:270px;
	position:relative;
	float:left;
	padding:5px;
	margin:0px;
}

#cstart {
	width:700px;
	height:360px;
	float:left;
	padding:10px;
	margin:0px;
	scrollbar-3dlight-color:#BBB;
	scrollbar-arrow-color:darkblue;
	scrollbar-base-color:blue;
	scrollbar-darkshadow-color:darkblue;
	scrollbar-face-color:lightblue;
	scrollbar-highlight-color:#EEE;
	scrollbar-shadow-color:white; 
	overflow:auto;	
}


#cpic {
	width:230px;
	float:left;
	padding-top:30px;
}

h3 {
	font: bold 10pt verdana, arial, sans-serif;
	
}

b {
	font-style:strong;
}

#news {
	align:bottom;
	position:realtive;
	float:bottom;
	width:100%;
	font-style:strong;
	font-size:10pt;
	text-align:left;
	color:#000;
	background:#EEE;
	border-width:2px;
	border-color:#CCC;
	border-style:solid;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #BBB;
	float:left;
	}
	
#menu ul li {
	position: relative;
	float:left;
	width:100px;
	}

	
#menu li ul {
	position: absolute;
	float:bottom;
	display: none;
	}

/* Styles for Menu Items */
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	background: #4e6b81; /* IE6 Bug */
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #AAA; /* IE6 Bug */
	border-bottom: 0;
	text-align:center
	}
#menu ul li a:hover{
	background: #CCC;
	color: #000
}

/*SLIDESHOW */
.pics {
	height:163px;
	margin:0;
	overflow:hidden;
	padding:0;
	width:219px;
}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#menu li:hover ul, #menu li.over ul { display: block; } /* The magic */