html,body{
  margin:0;
  padding:0;
  border:0;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
body{
  background:#FFFFFF;
  min-width:670px;
  text-align:center;
}

.clear{
  clear:both;
  height:1px;
  overflow:hidden;
  line-height:1%;
  font-size:0px;
  margin-bottom:-1px;
}
* html .clear{height:auto;margin-bottom:0}
#fullheightcontainer{
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  position:relative;
  width:670px;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
#wrapper{
  min-height:100%;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
  background:#DA251C;
}
#wrapp\65	r{
  height:auto;
}
/* \*/
* html #wrapper{
  height:100%;
}
/* Last style with height declaration hidden from Mac IE 5.x */
#outer{
  z-index:1;
  position:relative;
  margin-left:150px;
  width:520px;
  background:#FFFFFF;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
#left{
  width:150px;
  float:left;
  display:inline;
  position:relative;
  margin-left:-150px;
  font-size:1.0em;
  font-weight:bold;
  line-height:1.6em;
}

#left ul {
	margin:0;
	padding:0;
  }

#left ul li {
	list-style-type: none;
	line-height:1.0em;
	padding:0.4em 0 0.2em 0;
	background:none;
  }

#left ul li a{
	color: white;
	text-decoration:none;
  }
  
#left ul li a:hover{
	color: rgb(0,0,0); /* black */
  }

#left ul li ul {
	padding:0.4em 0 0em 0;
  }

#left ul li ul li{
	margin:0 0 0 8px;
	}

#left ul li#left-selected, div#left ul li#left-selected a {
	color: white;
	}

#left ul li#left-selected ul li,
    #left ul li#left-selected ul li a {
	color: white;
	}

*>html #left{width:150px;}
#container-left{
  width:150px;
}
/* \*/
* html #left{margin-right:-3px;}
/* Above style hidden from Mac IE */
#center{
  width:520px;
  float:right;
  display:inline;
/* \*/
  margin-left:-1px;
/* Hidden from IE-mac */
}
#home{
  width:670px;
  float:right;
  display:inline;
/* \*/
  margin-left:-1px;
/* Hidden from IE-mac */
}
#clearheadercenter{
  height:210px;
  overflow:hidden;
}
#clearheaderleft{
  height:210px;
  overflow:hidden;
}
#header{
  z-index:1;
  position:absolute;
  top:0px;
  width:670px;
  height:240px;
  overflow:hidden;
}
#subheader1{
  background:#00923F;
  text-align:center;
  vertical-align:middle;
  height:40px;
}
#subheader2{
  background:#00923F;
  text-align:center;
  height:134;
}
#subheader3{
  background:#00923F;
  text-align:center;
  height:30px;
  color:white;
}

#gfx_bg_middle{
  top:0px;
  position:absolute;
  height:100%;
  overflow:hidden;
  width:520px;
  margin-left:150px;
  background:#FFFFFF;
}
* html #gfx_bg_middle{
  display:none;
}


.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background: #00923F;
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: white;
font-size: 0.8em;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
background: #00923F;
}



div#crumbs {
	font-size:.7em;
	color:rgb(0,0,0);
	z-index:1;
	padding-top:3px;
}

div#crumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#crumbs ul li {
	float:left;
	padding: 0 5px 0 5px;
	display:inline;
	background:none;
}

.popup
{
   position:absolute; left:50; top:50; width:400;
   border-style:solid;
   border-width:1;
   border-color:blue;
   background-color:red;
   padding:2px;
   color:white;
   font-family:Arial;
   font-weight:bold;
   font-size:10pt;
   z-index:2;
   visibility:hidden;
}
