body { background: #E6E6E8;  
	text-align: center;
	margin-top: 0px; margin-bottom: 0px;
	width: 794px; 
	margin-left: auto; margin-right: auto; 
}

table, tr, td, p, li, body, div, span {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 8pt;
}
img, tr, table, td, div {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	border: 0px none;
}
/* maintable */
table#maintable { text-align: center;  width: 795px; margin-top: 2px;
	border: 0px none black; padding: 0; }
td#maintable_head { text-align: left; background: #3E485E; 
	padding: 0px; 
	margin: 0px;
	vertical-align: top;
	border: 0px none;
}
td#maintable_menu { background: #626D84; color: white; 
	border-top: 1px solid #E6E6E8; border-bottom: 1px solid #fff; 
	width: 794px; vertical-align: middle;
	padding:  0px; 
	text-align: left;
}
td#maintable_content {
	text-align: left;
	background: white;
	padding: 0px;
	vertical-align: top;
}
td#maintable_footer { text-align: center; background: #626D84; color: white; padding: .125em;}
/* masthead */
table#masthead { width: 794px; margin: 0px; padding: 0px; border: 0px none; }
table#menutable {
	padding: 0px;
	margin: 0px;
	border: 0px none;
	background: #626d84;
	line-height: 19px;
	text-align: left;
}
table#menutable td { background: #626d84; }
td#masthead_logo { }
td#masthead_right {
	text-align: right;
}
td.menutop {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #e6e6e8;
	border-right-color: #e6e6e8;
	border-bottom-color: #e6e6e8;
	border-left-color: #e6e6e8;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
td.menutop a:link, td.menutop a:visited { font-weight: bold; color: #E6E6E8; text-decoration: none; padding: 0 0.5em;}
td.menutop a:hover {
	font-weight: bold;
	color: white;
}

td#masthead_right p {
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;

}
td#masthead_right p a:link, td#masthead_right p a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
td#masthead_right p a:hover {
	color: #ffcc00;
	font-weight: bold;
	text-decoration: none;
}

td.bgspacer { background: #E6E6E8;  padding: 0px; margin: 0px; }
/*a.topmenu:link, a.topmenu:visited { color: white; text-decoration: none; }  */
div.floatleft {
	float: left;
	vertical-align: text-top;
}

div.floatright {
	float: right;
}
div#contenttitle {
	color: #336;
	font-size: 14pt;
	font-weight: normal;
	margin: 0.33em;
	letter-spacing: -1px;
	vertical-align: middle;
}
/* --------------------------------------------- */
/* ---[ nav ]----------------------------------- */
/* --------------------------------------------- */
#xnav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#xnav a {
	display: block;
	width: 10em;
}

#xnav li {
	float: left;
	width: 10em;
        height: 16px;
	padding: .25em 1em;
	text-indent: 0 !important;
        font-size: 10px;
	background: #BBB;
        line-height: 1.2em;
        z-index: 1100;
	border: solid;
	border-width: 1px;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#xnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#xnav li ul { /* second-level lists */
	position: absolute;
	width: 16em;
	list-style: none;
	clear: both;
        z-index: 1000;
	left: -5000px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}
#xnav li ul li, #nav li ul li a {
	background-image: none !important;
	clear: both;
	}
#xnav li ul li a {
	width: 17em;
        height: 16px;
	padding: .25em 1em;
	text-indent: 0 !important;
        font-size: 10px;
	background: #BBB;
        line-height: 1.2em;
        z-index: 1100;
	border: solid;
	border-width: 1px;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	}

#xnav li ul li a:hover {
	background: #DDD;
	}
#xnav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
        z-index: 1200;
	}
/* --------------------------------------------- */
/* --------------------------------------------- */
/* --------------------------------------------- */
/* 
Son of Suckerfish dropdowns:
http://www.htmldog.com/articles/suckerfish/dropdowns/
*/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	padding: 0em 1em;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #e8e8e6;
}

#nav li {
	padding: 0;
	float: left;
	height: 19px;
	line-height: 1.6em;
	border-top: 1px none #e8e8e6;
	border-right: 1px solid #e8e8e6;
	border-bottom: 1px none #e8e8e6;
	border-left: 1px none #e8e8e6;
}



#nav li ul {
	position: absolute;
	background: #626D84;
	width: 17em;
	padding: 0;
	left: -999em;
	z-index: 5;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav li ul li   {
	width: 17em;
	border-top: 1px solid #e8e8e6;
	border-right: 1px none #e8e8e6;
	border-bottom: 1px none #e8e8e6;
	border-left: 1px none #e8e8e6;
	white-space: nowrap;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li:hover, #nav li a:hover {
	background: #3E485E;
	color: white;

}

/* --------------------------------------------- */
/* --------------------------------------------- */
/* --------------------------------------------- */
#content_right160 {

}
div#content_160x734 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 794px;
	padding: 0px;
	margin: 0px;
	border: 0px none;
	background: white;
	vertical-align: top;
}
div#content_160x734 div#content_left {
	float: left;
}
div#content_160x734 div#content_left {
	float: left;
}



div#content_left {
	float: left;
	padding: 0px;
	margin: 0px;
	border: 1px solid black;
	background: white;
	width: 160px;
}
div#content_right {
	float: left;
	padding: 0px;
	margin: 0px;
	border: 1px solid black;
	background: white;
	width: 630px;
}

div#contentdiv {
	position: relative;
	top: 0px;
	left: 0px;
	width: 794px;
	padding: 0px;
	margin: 0px;
	border: 0px none;
	background: white;
	vertical-align: top;
}

div#contentRight {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 594px;
	height: 400px;
	padding: 0px;
	margin: 0px;
	border: 0px none;
	background: white;
}
table#content_table {
	width: 794px;
	background: white;
	height: 100%;
}
#content_table td {
	padding: 4px;

}
td#content_table_left {
	width: 160px;
	background: #E4E7ED;
	border-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #909AB1;
}
td#content_table_mid {
	width: 1px;
	background: white;
	padding: 0;
	height: 400px;
}
td#content_table_right {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: 3E485E;
	border-right-color: 3E485E;
	border-bottom-color: 3E485E;
	border-left-color: 3E485E;
}
