body {
	background-color:#002D23;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color:#006B54;
	text-decoration:none;
}

img {
	border:none;
}

.crumb {
	float:right;
	font-size:10px;
	color:#666;
	padding:10px;
	width:159px;
}

.mcontent {
	width:717px;
	background:url(images/content-bg.jpg) top repeat-x;
	float:left;
	text-align:left;
	padding:10px;
}
.mcontent .watermark {
	background:url(images/watermark.png) no-repeat center;
	min-height:250px;
}
.mcontent .title {
	font-size:19px;
}

.links-news {
	height:231px;
	margin-top:4px; 
	margin-bottom:5px; 
	float:right;
	width:179px;
}

.news {
	border:1px solid #CCCCCC;
	width:179px;
	float:right;
}
.news .title {
	/*
	background:url(images/news-bg.jpg) repeat-x top;
	color:#002D23;
	*/
	color:#ffffff;
	background-color:#006B54;
	height:24px;
	padding:5px;
	text-align:center;
	font-weight:bold;
}
.news .story {
	padding:8px;
	color:#006B54;
	text-align:left;
}

.main {
	width:922px;
	background-color:#FFF;
	color:#333333;
	padding:17px;
	padding-top:3px;
	text-align:center;
}

#headFlash {
	position:relative;
	z-index: 2;
	float:left; 
	width:737px; 
	margin-top:4px; 
	margin-bottom:5px; 
	background:url(/images/1.jpg) no-repeat
}

	.topbarmenu {
		background-color:#006B54;
		color:#FFF;
		font-weight:bold;
		font-size:13px;
		width:922px;
	}
	
	.topbarmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border:none;
	overflow: hidden;
	width: 100%;
	}
	
	.topbarmenu li{
	display: inline;
	margin: 0;
	}
	
	.topbarmenu li a{
	float: left;
	color:#FFF;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 6px; /*padding inside each tab*/
	padding-left: 9px;
	padding-right: 10px;
	border:none; /*right divider between tabs*/
	}
		
	/* ######### Drop Down ULs CSS ######### */


	.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font: normal 13px Verdana;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	border: 1px solid #006B54;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	}
	
	.ddsubmenustyle li a{
	display: block;
	width: 130px; /*width of menu (not including side paddings)*/
	color: #006B54;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 4px 5px;
	border-bottom: 1px solid #006B54;
	}
	
	* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 130px; /*width of menu (include side paddings of LI A*/
	}
	
	.ddsubmenustyle li a:hover{
	color: #FFFFFF;
	background-color: #006B54;
	}
	
	/* ######### Neutral CSS  ######### */
	
	.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	padding-left: 0px;
	border: 0;
	}
	
	.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0;
	}
	
	.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
	}
