@charset "utf-8";
/* CSS Document */
<style type="text/css">

html, body{
  background-image: none;
  background-color: white; 
}

body{
  color:#666;

 
}
.clear{
  clear:both;
/*** these next attributes are designed to keep the div
height to 0 pixels high, critical for Safari and Netscape 7 ***/
  height:1px;
  overflow:hidden;
  line-height:1%;
  font-size:0px;
  margin-bottom:-1px;
}
* html .clear{height:auto;margin-bottom:0} /*** stops IE browsers from displaying
the clear div/br in the page, as these are for Moz/Opera and
Safari only. If IE 5.x Win DID display these, the page is too high ***/

#wrapper{
 	width: 700px;
  background:#ccc; /*** Set background color for side columns for Safari & IE ***/
}

/* \*/
* html #wrapper{
  height:100%;
  width: 700px;
}
/* Last style with height declaration hidden from Mac IE 5.x */
/*** Fixes height for IE, back to full height,
from esc tab hack moz min-height solution ***/
#outer{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:relative; /*** IE needs this or the contents won't show outside the parent container. ***/
  background:#FFFFFF; /*** Sets background of center col***/
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Needed for full height inner borders in Win IE ***/
}

#float-wrap{
  float:left;
  display:inline;
}
#left{
  width:192px; /*** Critical left col/divider dimension value = Left Col Width + 1px + One Internal Border Width ***/
  float:left;
  margin-left:-191px; /*** Critical left col/divider dimension value = left col width + one internal border width ***/
}
*>html #left{width:191px;} /*** Fix only for IE/Mac = left col width + one internal border width ***/
#container-left{
  display: none;
}

#center{
  width:760px; /*** Set to = center col width ***/
  float:right;
  display:inline;
/* \*/
  margin-left:-1px;
/* Hidden from IE-mac */
}
/*** clearheader heights are made from header height + borders +
any sidebar box height, less any sidebar intrusion.
Similar calcs for footers. ***/
#clearheadercenter{
  overflow:hidden;
  height: 61px;
}
#clearheaderleft{
  height:61px; /*** needed to make room for header in left column ***/
  overflow:hidden;
}

}
#clearfootercenter{
  height:61px; /*** needed to make room for footer in center column ***/
  overflow:hidden;
}
#clearfooterleft{
  height:0px; /*** needed to make room for footer in left column ***/
  overflow:hidden;
}

}
#footer{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:absolute;
  clear: both;
  width:791px; /*** Set to Left Col + Right Col + Center Col + Both Inner Borders +
Both External Borders ***/
  height:45px; /*** = Bottom Margin + One Outer Border + body to footer divider depth +
subfooter1 height + any other subfooter heights ***/
  overflow:hidden;
  margin-top:-5px; /*** negative height ***/
}
#subfooter1{
}
#header{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:absolute;
  top:0px;
  width:791px; /*** Set to Left Col (not if left sidebar fully intrudes into header or left sidebar is off)
+ Right Col (not if right sidebar fully intrudes into header or right sidebar is off) + Center Col + Both Inner
Borders (not if any sidebar intrudes into header or footer, or Inner Borders are off) + Both External Borders
(not if external borders are off) ***/
  height:61px; /*** = Top Margin + One Outer Border + header to body divider depth +
subheader1 height + any other subheader heights ***/
  overflow:hidden;
}
.outer_horiz_border, .sb_outer_horiz_border{
}
#subheader1{
}
#gfx_bg_middle{
  background:#FFFFFF; /*** Set background color for center column for Mozilla & Opera ***/
}
* html #gfx_bg_middle{
  display:none; /*** Hides the moz fix from IE ***/
}.inside
{
	padding: 20px;
	overflow: hidden;
}

</style>

#vnav {
display: none;
}

#topnav {float: none;}

#featurebox {width: 300px;}

#topnav {display: none;}
