/***************** General Reset ******************/
table {
	font-size: 12px;
	line-height: 1.7;
	font-family: georgia, helvetica, arial, sans-serif, lucida grande, tahoma;
	color: #000000;
	text-align: left;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	behavior:url("csshover3.htc");	/* IE6 fix */
}
/************ images ***************/
img {
	float: left;
	display: inline;
	border: none;
}
/************ links & anchors ***************/
a {
	color: #000000;
	text-decoration: none;
}
/************ input ***************/
input {
	float: right;
	display: inline;
	margin: 0 150px 0 0;
	width: 200px;
}
input.chk {
	float: left;
	margin: 5px 5px 0 0px;
	width: 10px;
}
/***************************** First Band ****************************/
div#firstBand {
	float: left;
	display: inline;
	width: 100%;
	height: 150px;
	background: url(../images/header_background_tile.gif);
	background-repeat: repeat-x;
}
/***************************** Second Band ****************************/
div#secondBand {
	float: left;
	display: inline;
	width: 100%;
	background-color: #FFFFFF;
	height:auto !important;
	min-height: 100px;
	height: 100px;
}
/************************** Main Containers ****************************/
div.header {
	float: left;
	display: inline;
	width: 1050px;
	height: 150px;
	background: url(../images/header_background_tile.gif);
	background-repeat: repeat-x;
	margin: 0;
}
div.container {
	float: left;
	display: inline;
	width: 875px;
	margin: 20px 0 0 50px;
	height:auto !important;
	min-height: 100px;
	height: 100px;
}
div.leftcolumn {
	float: left;
	display: inline;
	background: url(../images/sidebar_graphic.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 365px;
	height:auto !important;
	min-height: 300px;
	height: 300px;
}
div.rightcolumn {
	float: left;
	display: inline;
	height:auto !important;
	min-height: 300px;
	height: 300px;
	margin: 10px 0 0 39px;
	width: 285px;
/*	border: 1px solid red;	*/
}
div.titles {
	float: left;
	display: inline;
	padding: 0 8px;
	background-color: #FADD4E;
	font-size: 18px;
}
div.spacer {
	float: left;
	display: inline;
	border-bottom: 1px dotted #000000;
	width: 100%;
	height: 7px;
	margin-bottom: 7px;
}
div.full {
	float: left;
	display: inline;
	width: 100%;
	margin: 5px 0;
/*	border: 1px solid green;	*/
}
/*************************** Left side menu **************************/
div.outermenu {
	display: inline;
	float: right;
	width: 261px;
	margin: 5px 0 0 20px;
	font-size: 14px;
	cursor: pointer;
}
div.outermenu:hover {
	background-color: #FADD4E;
}
div.menu {
	float: left;
	display: inline;
	background-color: #FADD4E;
	padding: 1px 10px;
	cursor: pointer;
}
div.featuremenu {
	float: left;
	display: inline;
	width: 100%;
	cursor: pointer;
	padding-top: 3px;
	height: 23px;
}
div.featuremenu:hover {
	background-color: #FADD4E;
}
div.storyDam {
	float:left;
	clear:left;
	height: 10px;
	width:96px;
/*	border: 1px solid red;	*/
}
/***************************** Footer ******************************/
div.lginrow {
	float: left;
	display: inline;
	height: 15px;
	padding: 0 15px 0 15px;
	margin: 7px 0 5px 0px;
	border-right: 1px solid #FFFFFF;
	font-size: 11px;
}
div.nonhome {
	float: left;
	display: inline;
	height: 15px;
	padding: 0 15px 0 15px;
	margin: 7px 0 5px 0px;
	border-right: 1px solid #B7B39C;
	font-size: 11px;
}
div.footertext {
	float: left;
	display: inline;
	border-left: 1px solid #B7B39C;
	margin-top: 5px;
	padding: 0 10px 0 10px;
	font-family: helvetica;
	font-size: 11px;
	text-align: center;
	color: #8E8A6D;
}
