body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 5px;
	padding: 0 ;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color:#0C0E00;  	 						  
	background-image: url(mbg_05.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
.oneColFixCtrHdr
{
	background-color: transparent;
}
.container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	vertical-align: top;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	background-color: transparent;
}
.header 
{
	position: relative;
	margin-bottom: 8px;
}
.header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.headermiddle
{
	background:url(h_mdl.jpg) top left repeat-x;
}
.headerleft
{
	background:url(h_l.jpg) top left no-repeat;
}
.headerright
{
	height:111px; background:url(h_r.jpg) top right no-repeat; width:100%;
}
.headercontent
{
	position: absolute;
	margin-left: 20px;
	margin-top: 5px;
}
.mainnavigation
{
	position: relative;
	margin-bottom: 8px;
}
.mainnavigationmiddle
{
	height:46px; background:url(m_bg_mdl.jpg) top left repeat-x;
}
.mainnavigationleft
{
	height:46px; background:url(m_bg_l.jpg) top left no-repeat;
}
.mainnavigationright
{
	height:46px; background:url(m_bg_r.jpg) top right no-repeat; width:100%;
}
.mainnavigationcontent
{
	position: absolute;
	margin-left: 20px;
	margin-top: 12px;
	width: 720px;
}
.tableContent
{
	margin-top: 6px;
	width: 780px;
}
.contentmiddle
{
	background:url(xxxx2.jpg) top left repeat-y;
}
.contentleft
{
	background:url(c_l.jpg) top left no-repeat;
}
.contentright
{
	background:url(c_r.jpg) top right no-repeat; width:100%;
}
.mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0;
}
.mainContent p
{
	padding: 5px 0 5px 0;
	margin: 0;
}
.footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	margin: 0;
	vertical-align: top;
	height: 73px;
}
.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footermiddle
{
	height:73px; background:url(fm.jpg) top left repeat-x;
}
.footerleft
{
	background:url(fl.jpg) top left no-repeat;
	height: 73px;
}
.footerright
{
	background:url(fr.jpg) top right no-repeat; height:73px; width:100%; color:#535039;
}
.footercontent
{
	position: absolute;
	margin-left: 25px;
	margin-top: 15px;
	background-color: transparent;
	height: 73px;
}
.footer a{color:#535039; text-decoration: none;}
.footer a:visited{color:#535039; text-decoration: none;}
.footer a:hover{color:#535039; text-decoration: underline;}

.tdContentPane
{
	vertical-align: top;
	width: 580px;
}
.tdContentPaneSlim
{
	vertical-align: top;
	width: 430px;
}
.tdContentPaneFull
{
	text-align: center;
	vertical-align: top;
	width: 780px;
}
.tdLeftNavPane
{
	vertical-align: top;
	width: 200px;
}
.tdRightPane
{
	vertical-align: top;
	width: 150px;
}
.logoCell { vertical-align: middle; width: 250px;}
.addressCell { vertical-align: top; text-align: right; width: 480px;}
.controlpanel
{
	vertical-align: top;
	text-align: center;
	background-color: #ffffff;
	padding: 0;
	border: none;
}
.contentpane
{
	vertical-align: top;
	text-align: center;
	background-color: transparent;
	padding: 0 5px 0 5px;
	width: 570px;
}
.contentpanefull
{
	vertical-align: top;
	text-align: center;
	background-color: transparent;
	padding: 0 5px 0 5px;
	width: 760px;
}
.contentpaneslim
{
	vertical-align: top;
	text-align: center;
	background-color: transparent;
	padding: 0 5px 0 5px;
	width: 420px;
}
.rightpane
{
	vertical-align: top;
	text-align: center;
	background-color: transparent;
	padding: 0 5px 0 5px;
	width: 140px;
}
.leftpane
{
	vertical-align: top;
	text-align: center;
	background-color: transparent;
	padding: 0 5px 0 5px;
	width: 190px;
}
.toppane { width: 460px; padding-right: 10px; }
.contentbottom
{
	background:url(2btm.jpg) bottom left no-repeat;
}

/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuNav, #houseMenuNav ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 99999;
}

#houseMenuNav li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuNav li li { /* all items under the top level */
	z-index: 11113;
}

#houseMenuNav a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuNav li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuNav li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuNav li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuNav li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#houseMenuNav li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuNav li:hover ul ul, 
#houseMenuNav li:hover ul ul ul, 
#houseMenuNav li.sfhover ul ul, 
#houseMenuNav li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuNav li:hover ul, 
#houseMenuNav li li:hover ul, 
#houseMenuNav li li li:hover ul, 
#houseMenuNav li.sfhover ul, 
#houseMenuNav li li.sfhover ul, 
#houseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#houseMenuNav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#houseMenuNav, #houseMenuNav ul { /* all submenu lists */
	border: none 1px #300;
	width: 100%;
	height: 22px;
	_height: 20px;
	line-height: 12px;
	background-color: Transparent;
}

#houseMenuNav li { /* all list items */
	width: 144px;
	height: 22px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 22px;
	_height: 20px;
	/* end hack */
}

#houseMenuNav li li { /* all items under the top level */
	width: 148px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	/* end hack */
}

#houseMenuNav a { /* all links within the menu wrapper */
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffffff;
	background-color: transparent;
	padding: 5px 8px 5px 8px;
	width: auto;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 12px;
	_height: 20px;
	/* end hack */
}

#houseMenuNav li li a { /* all item links under the top level */
	padding: 5px 8px 5px 8px;
	width: 148px;
	height: 20px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	height: 12px;
	_height: 20px;
	/* end hack */
}

#houseMenuNav li a:hover {
	padding: 5px 8px 5px 8px;
	color: #000000;
	background-color: #e8d8be; 
	background-image: url(menubg2.jpg);
	background-repeat: repeat-x;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#houseMenuNav li li a:hover {
	color: #000000;
	background-color: #e8d8be; 
	background-image: url(menubg2.jpg);
	background-repeat: repeat-x;
	padding: 5px 8px 5px 8px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#houseMenuNav li ul { /* second-level lists */
	width: 144px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #e8d8be;
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	line-height: 12px;
	background-color: #5658D1;
	height: auto;
}

#houseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 144px;
	border: solid 1px #e8d8be;
	line-height: 12px;
	background-color: #5658D1;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuNav #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuNav a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuNav a#houseMenuCurrentLink
{ /* current link itself */
	padding: 5px 8px 5px 8px;
	color: #fff; 
	background-color: #70940d; 
	text-decoration: none;
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #ffffff;
}


