/* Essential Images 1.0*/
body {
	margin:0;
	padding:0;
	background-color:#666666;
	font-family:Georgia, Serif; 
	font-size:.9em;
	color:#333333;
	text-align:center; /*Centers layout table in IE*/
}
h1,h2,h3,h4,h5,p { margin:2px 0 4px; }
td { font-size:.8em; }
h1 { font-size:145%; }
h2 { font-size:135%; }
h3 { font-size:125%; }
h4 { font-size:115%; }
h5 { font-size:100%; }
hr { 
	border:1px solid #cccc99;
	clear:both;
}
table.layoutTable {
	margin:auto;
	width:760px;
	background-color:#ffffcc;
	vertical-align:top;
	font-size:.9em;
	border-spacing:0;
	border-collapse:collapse;
}
.aboveHeader {
	background-color:#666633;
	border-bottom:3px solid #cccccc;
	padding:0 10px;
}
.headerLogo {
	width:331px;
	height:102px;
	margin:0;
	padding:0;
	background-color:#cccc99;
	border-bottom:3px solid #666666;
}
.headerMain {
	height:144px;
	margin:0;
	padding:0;
	border-bottom:3px solid #666666;
}
.headerMain img {
	border:2px solid #cccccc;
	margin:0;
}
.innerTd {
	border-right:3px solid #666666;
	margin:0;
	padding:0;
}
div.searchDiv {
	margin:auto;
	text-align:right;
	width:760px;
	height:25px;
}
.searchDiv input {
	background:white;
}
td.sideMenu {
	width:140px;
	background-color:#83947e;
	text-align:right;
	vertical-align:top;
}
.bodyContent {
	background-color:#ffffcc;
	padding:10px;
}

.footer {
	background-color:#cccccc;
	border-top:3px solid #666666;
	padding:0 10px;
}

/* Son of Suckerfish Menu system */
/* Basic styling... */

/* Breadcrumb menu */
.bcm a {
	padding:2px 4px;
	color:white;
	text-decoration:none;
	font-weight:bold;
}
.bcm a:hover {
	text-decoration:underline;
}

/* Main Side Menu */
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 a:active, .udm a:link, .udm a:visited {
	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;
}