body { 
	background-color:#cbcbcb; 
	padding:0; 

	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:75%; 
	text-align:center;
	}
form#Form {

}
/*// LAYOUT  ///*/
#root3{
	width:992px; 
	border-left:1px solid #b7b7b7;
	border-right:1px solid #b7b7b7;
	margin-left:auto; 
	margin-right:auto;

}
#root2{
	width:990px; 
	border-left:1px solid #898989;
	border-right:1px solid #898989;
	margin:0; 
}

#root1{
	width:988px; 
	border-left:1px solid #545454;
	border-right:1px solid #545454;
	margin:0; 
}
#root {
/*	width:950px; */
	text-align:left; 
	background:#fff;
	border-left:20px solid #fff;
	border-right:20px solid #fff;
	}

/**html #root { width:776px;}*/
#topmenu {
	background: #000;
	border-bottom: 10px solid #fff;
	text-align: right;
	color: #fff;
	font: normal 0.9167em/2em Tahoma;
	padding:0 1em;
}
#topmenu a, 
#topmenu SkinObject {
	color: #fff;
	font-weight: normal;
	font-size: 1em;
	font-family:Tahoma;
}
#top {
	height:127px; 
	background:#1e1e6d url(images/top_bg.jpg) 0 0;
	padding: 0;
	margin: 0;
	border-bottom: 10px solid #fff;
}
#logo {	position:relative; top:18px;  left:38px;}


#mainmenu { 
	background:#0362ac; 	
	_background:url(images/bg_menu.gif) repeat-x left bottom;
	border-bottom: 3px solid #79c0ff;
	_border-bottom-width:0px;
	height:20px;
	}
/*//INDEX PAGE///*/
#content 
{ 
	margin:2em 0; clear:both;  vertical-align: top;
	float:left;
	width:480px;
	border-left:220px solid #fff;   /* The width and color of the left rail */
	border-right:220px solid #fff;   /* The width and color of the right rail */

}

#precontent { margin:1em 0; clear:both;  vertical-align: top; }
html>body #precontent {padding:1em 0; display: table-cell;}

#maincol 
{
	width:440px; 
	margin:0; 
	margin-right:-480px; 
	float:left; 
	padding: 0 20px;
}

.rail {
	float:left;
	width:200px;

	margin-left:-220px;
	position:relative;
	padding:0 10px;
 }
 
 
#rightcol { margin:0; margin-right:-230px; float: right; width:210px;}

/*// INNER PAGES  //*/
div#content.innerpage {
	width:720px;
	border-left-width:0px;   /* The width and color of the left rail */
	border-right:230px solid #fff;   /* The width and color of the right rail */
}

.innerpage #maincol 
{
	width:690px; 
	margin:0; 
	margin-right:-710px; 
	float:left; 
	padding: 0 20px ;
}


#rightcol2 {margin:0; margin-left:230px; }

#footer {clear:both; padding:2em 1em 1em 1em; background: #e8e8e8;}
#legal {padding-top:5px; /*text-align:right;*/}
.legal { font-size:0.836em; color:#777;}
.footer .Normal {
	font-size: 0.836em;
	color:#777;
}	
.leftpane {
	/*padding:8px;*/
}
.twocol {
	width:220px;
	margin:0 20px;
	list-style-position: outside;
	padding:30px;
}
.frst {
	float: left;
}

/*///  FONTS & STUFF   ////*/
h2 .Head {
	font-family: Arial;
	font-size:1em;
	font-weight: bold;
	line-height: normal;
}
.Normal {
	font: normal 1em/1.3em Arial, Verdana, Tahoma;
	color:#000;
}
h3 {
	font-family:Arial, Tahoma, Verdana;
	font-size: 1.6em;
	color:#000;
}
td .Normal {
	font-size: 0.75em;
}

a:link {
	color:#2bb1ea;
	text-decoration: underline;
}
a:visited {
	color:#d25dc8;
	text-decoration: underline;
}
a:hover {
	color:#f00;
	text-decoration: none;
}
a:active {
	color: #f00;
	text-decoration: none;
}

/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuH, 
#houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 99999;
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li { /* all items under the top level */
	z-index: 11113;
}

#houseMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul, 
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#houseMenuH 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
*******************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	width: 100%;
	height: 23px;
}

#houseMenuH li { /* all list items */

/*	height: 20px;*/
	/* hack for MacIE5 to ignore, while other browsers use \*/
border-right:1px solid #fff;
	width: auto;
	_width: 1px;
	height: 23px;
	_height:20px;
	/* end hack */

}

#houseMenuH li li { /* all items under the top level */
	width: 144px;
	height: 20px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 20px;
/*	_height:23px;*/
	/* end hack */
}

#houseMenuH a { /* all links within the menu wrapper */
	font-family: Arial, Helvetica, Sans-Serif;
	border-bottom: 3px solid #79c0ff;
	font-size: 0.916em;
	font-weight : bold;
	text-decoration : none;
	color : #fff;
	padding:0 1em;
/*	min-width:80px;*/
	width: auto;
	height: 20px;
	background-color: #0362ac;
	text-transform: uppercase;
	line-height:20px;

	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: auto;
	height: 20px;
	_height: 100%;
/*		_height:23px;*/
	/* end hack */
}

#houseMenuH li li a { /* all item links under the top level */
background: #68a1cd;
border-top: 1px solid #fff;
display: block;
text-transform: none;
	padding:0 0.4em;
	width: 134px;
	height: 20px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 140px;
	height: 20px;
	_height: 100%;
	/* end hack */
}

#houseMenuH li a:hover {
	color: #fff;
	background-color: #000; 
	border-bottom: 3px solid #000;
	padding:0 1em;
	height: 20px;
	line-height:20px;
/*	border-right:1px solid #fff;*/
}

#houseMenuH li li a:hover {
/*	margin: 1px;*/
	border-top: solid 1px #fff;
		line-height:20px;
	padding:0 0.4em;
	_width: 140px;
	height: 20px;
	color: #fff;
	background-color: #0362ac; 
}

#houseMenuH 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 */
	margin: 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: /*1px 0 0*/ 0;
	_margin: 0;
	/* end hack */
	line-height: 20px;
	height: auto;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: -24px 0 0 144px;
	_margin: -24px 0 0 142px;
	border: solid 1px #999;
	line-height: 14px;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuH #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuCurrentLink
{ /* current link itself */
	margin: 1px;
	border: solid 1px #666;
	padding: 3px;
	height: 14px;
	color: #000;
	background-color: #ccc; 
	text-decoration: none;
}


