body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
	background-image: url(/i/background.gif);
	background-repeat:repeat-y;
	background-position: top center;
	color: #000;
	font: small/18px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	}
	
h1  {
	font: large/18px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
	}
	
h2  {
	font: small/10px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
	}	
	
ul, li	{
	text-align: left;
	line-height: 2em;
	margin: 0px 0px 0px 20px;
	padding: 0;
	border: 0;
	color: #000;
	font: small/18px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	}
		
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

div#calloutbox	{
	width: 690px;
	height: 30px;
	margin: 0;
	padding: 0;
	}

div#whitebox	{
	clear: both;
	border: 0;
	color: #fff;
	width: 690px;
	padding: 0px;
	margin: 0px;
	}

div#whiteboxtop	{
	clear: both;
	border: 0;
	background: url(/i/whiteboxtop.gif) top left repeat-x;
	width: 690px;
	height: 2px;
	padding: 0px;
	margin: 0px;
	}	

div#whiteboxback	{
	clear: both;
	text-align: top;
	border: 0;
	background: url(/i/whiteboxback.gif) top left repeat-y;
	width: 440px;
	min-height:900px;
	height: 100%;
	padding: 65px 210px 30px 40px;
	margin: 0px;
	}

div#whiteboxback p{
	color: #000;
	text-align: top;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	}		
	
div#whiteboxbot	{
	clear: both;
	background: url(/i/whiteboxbot.gif) top left no-repeat;
	width: 690px;
	height: 2px;
	padding: 0px;
	margin: 0px;
	border: 0;
	}
	
div#footernav	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 11px;
	line-height: 13px;
	}

div#copyright	{
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 11px;
	line-height: 13px;
	}	

/* layout */	
	
	
.thrColAbs #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 896px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* Tips for absolutely positioned sidebars:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
*/
.thrColAbs #sidebar1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 14px 0px 10px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColAbs #sidebar2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 100px 20px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColAbs #mainContent { 
	margin: 0px 0px 0px 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


/* menu css */


div.sdnm_flat {
  width: auto;
	text-align: left;
  font-family: Sans-Serif;
  font-size: 10pt;
  color: #FFF;
	background-color: #898585;
	zoom: 1;
	cursor: pointer;
}

div.sdnm_flat span.title, div.sdnm_flat span.titlehidden, div.sdnm_flat span.rtitlehidden {
  display: block;
  line-height:2.5em; /* padding: 6px 6px 6px 6px; */
  font-weight: bold;
  color: #FFF;
  border-bottom: 0px solid #DDD;
}
div.sdnm_flat span.title a, div.sdnm_flat span.titlehidden a, div.sdnm_flat span.titlehidden a {
  font-weight: bold;
  color: #FFF;
}
div.sdnm_flat span.rtitlehidden {
	cursor: default;
}
div.sdnm_flat span.title, div.sdnm_flat span.titlehidden, div.sdnm_flat span.rtitlehidden { border-top:1px solid white; }
div.sdnm_flat dl + span.title, div.sdnm_flat dl + span.titlehidden, div.sdnm_flat dl + span.rtitlehidden { border-top:0; }

div.sdnm_flat span.title,
div.sdnm_flat span.titlehidden,
div.sdnm_flat span.rtitlehidden { background-color:#898585;}

div.sdnm_flat div.submenu span.title,
div.sdnm_flat div.submenu span.titlehidden { background-color:#a8a6a6;}

div.sdnm_flat div.submenu div.submenu span.title,
div.sdnm_flat div.submenu div.submenu span.titlehidden { background-color:#b8b6b6;}

div.sdnm_flat div.submenu div.submenu div.submenu span.title,
div.sdnm_flat div.submenu div.submenu div.submenu span.titlehidden { background-color:#c8c6c6;}

div.sdnm_flat div.submenu div.submenu div.submenu div.submenu span.title,
div.sdnm_flat div.submenu div.submenu div.submenu div.submenu span.titlehidden { background-color:#d8d6d6;}

div.sdnm_flat span.title span { background-image: url(../images/sdexpanded.gif); background-repeat: no-repeat; background-position: 8px 50%; }
div.sdnm_flat span.titlehidden span {background-image: url(../images/sdcollapsed.gif); background-repeat: no-repeat; background-position: 8px 50%; }
div.sdnm_flat span.rtitlehidden span {background-image: url(../images/sdsquare.gif); background-repeat: no-repeat; background-position: 6px 50%; }

div.sdnm_flat span.title:hover span { background-image: url(../images/sdexpandedOn.gif); background-repeat: no-repeat; background-position: 8px 50%; }
div.sdnm_flat span.titlehidden:hover span {background-image: url(../images/sdcollapsedOn.gif); background-repeat: no-repeat; background-position: 8px 50%; }
div.sdnm_flat span.rtitlehidden:hover span {background-image: url(../images/sdsquareOn.gif); background-repeat: no-repeat; background-position: 6px 50%; }

div.sdnm_flat span.tt, div.sdnm_flat span.tthidden { display:block; margin-left: 5px; padding: 0px 5px 0px 25px;}

div.sdnm_flat a {
	text-decoration: none;
}

div.sdnm_flat div.submenu {
	overflow: hidden;
	zborder-bottom: 1px dashed #AAA;
	-moz-box-sizing:border-box;
}
div.sdnm_flat div.submenu a {
  padding: 2px 2px 2px 5px;
  background: #EEE;
  display: block;
  border-bottom: 1px solid #DDD;
  color: #066;
  text-decoration: none;
}
div.sdnm_flat div.submenu a:hover {
	background : #066;
  color: #FFF;
  border-bottom: 1px solid #066;
}

div.sdnm_flat div.submenu a.current {
	background : #DDD;
}

div.sdnm_flat div.submenu span.s { display:block; margin-left: 1em; border-right: #EEE solid thick; }
div.sdnm_flat div.submenu a:hover span.s { border-right: #FF6600 solid thick; }

div.sdnm_flat dl.top_lft {background:#898585 url(../images/sdtoptitleleft.gif) top left no-repeat; margin:0px 0px; padding:0px; width:100%; line-height:7px;}
div.sdnm_flat dl.top_lft dd {background:transparent url(../images/sdtoptitleright.gif) top right no-repeat; padding:0px; margin:0px;}

div.sdnm_flat dl.bot_lft {background:#898585 url(../images/sdbottomtitleleft.gif) bottom left no-repeat; margin:0px 0px; padding:0px; width:100%; line-height:7px; }
div.sdnm_flat dl.bot_lft dd {background:transparent url(../images/sdbottomtitleright.gif) bottom right no-repeat; padding:0px; margin:0px;}
