body {
	background-image:url(images/backwatertile.gif);
	background-color:white;
	font-size:.9em;
	font-family:Verdana, Geneva, sans-serif;
	color:#330000;
	text-align:center; /*Centers layout table in IE*/
}
h1,h2,h3,h4,h5,p { margin:2px 0 4px; }
p { font-size:.9em; }
h1 { font-size:150%; }
h2 { font-size:135%; }
h3 { font-size:125%; }
h4 { font-size:110%; }
h5 { font-size:100%; }
hr { 
	border:1px solid #cccc99;
	clear:left;
}
.layoutHrCss { border: 1px solid #ffffcc; }
.backCss {
	width:760px;
	margin:auto;
	background-color:#2a6fab;
}
table.layoutTable {
	margin:0 auto;
	border-spacing:0;
	padding:0;
	border-collapse:collapse;  /*IE Absurdity*/
}
.layoutTable td {
	padding:0;
	margin:0;
	vertical-align:top;
}
.menuCss {
	margin:0;
	padding:0;
	background-color:#ffffcc;
}
.belowmenuCss {
	background-color:#003333;
	padding:5px;
	height:100%;
	color:#6699cc;
}
.bodyCss {
	width:524px;
	height:100%;
	background-image:url(images/bodytile.gif);
	background-repeat:repeat-y;
	vertical-align:top;
}
.bodyDivCss {
	padding:0 23px 0 30px;
}
td.footerCss {
	background:url(images/footer.gif) no-repeat;
	height:65px;
	padding:10px;
}
#featurePic {
	float:left;
	border: 1px solid #cccc99;
	margin: 0 5px 5px 0;
	padding:3px;
}
/* Son of Suckerfish Menu system */
/* Basic styling... */
ul.udm li:first-child { 	border-top:1px solid #cccc99; }
.udm, .udm ul {
	padding:5px 10px;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color:#ffffcc;
	
}
.udm a {
	display: block;
	width: auto;
	color:#330000;
	text-decoration:none; 
	margin:0;
	font-size:10pt;
	background: url(images/menuoff.gif) left bottom no-repeat;
	padding:3px 3px 6px 23px;	/* Make room for image.*/
}
.udm a:hover {	
	background: url(images/menuon.gif) left bottom no-repeat;
	text-decoration:underline;
	color:#330000;
}
.udm li { /* all list items */
	width: auto;
	border-bottom:1px solid #cccc99;
}
/* Hiding submenus... */
.udm li ul { 
	position: absolute;
	width: 200px;
	margin-left:190px; /*Submenu position*/
	left: -999em; /*Move them off screen*/
	border:solid #cccc99;
	border-width:1px 3px 3px 1px;
	margin-top:-1.75em;
}
/*
.udm li ul li {
	float:left;
}
*/
/* Third+ Submenu positions */
.udm li ul ul {
	left:-999em;
/*	margin: -1em 0 0 -7.5em;*/
}
/* Three tier submenus...add logic for more */
.udm li:hover ul ul, .udm li.sfhover ul ul {
	left: -999em;
}
.udm li:hover ul, .udm li li:hover ul, .udm li.sfhover ul, .udm li li.sfhover ul {
	left: auto;
}