#shadowcontainer
{
    text-align: left;
	margin: 0px auto;
	height: 100%;
	padding: 0px;
	border:0;
}

#leftshadow
{
    max-width: 11px;
	position:relative;
	float: left;
	height: 100%;
	width: 1%;
	background-image: url('/images/shadow_left.png');
    background-repeat:repeat-y;
}

#rightshadow
{
    width: 11px;
	position:relative;
	float: right;
	height: 100%;
	width: 1%;
	background-image: url('/images/shadow_right.png');
    background-repeat:repeat-y;
}

#shadowclear
{
	clear: both;
} 

#container 
{
    float: left;
	background: white;
	width: 98%;
} 

#subnav
{
   height: 3em;
}

#header
{
   background-image: url('/images/header_backgnd.png');
   height: 160px;
} 

#content
{
  margin: 20px;
  margin-top: 25px;
  min-height: 600px;
}

#title
{
  float: left;
  position: relative;
  color: white;
  z-index: 10;
  left: 36px;
  top: 30px;
  z-index: 3;
}

#logo
{
   float: left;
   position: relative;
   background-image: url('/images/logo.jpg');
   background-repeat: no-repeat;
   height: 163px;
   width: 93px;
   z-index: 4;
}

#woman
{
   float: right;
   position: relative;
   background-image: url('/images/woman.jpg');
   background-repeat: no-repeat;
   top: 0px;
   right: 0px;
   height: 160px;
   width: 366px;
   z-index: 1;
 }


#mainnav
{
  float: left;
  position: absolute;
  top: 129px;
  z-index: 2;
}

#mainnav A
{
  float:left;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: white;
  margin: 0px;
  padding: 8px;
  width: 108px;
  height: 1.2em;
}

#mainnav A:hover,
#mainnav A:focus
{
  background: url('/images/maintab_hover.png')  no-repeat;
}

#mainnav A.active
{
  background: url('/images/maintab_selected.png') no-repeat;
  color: #11335a;
}

#mainnav UL
{
  margin: 0px;
  padding: 0px;
  margin-left: 20px;
}

#mainnav LI
{
   float: left;
   list-style: none;
   margin: 0px;
   width: 130px;
   height: 2em;
   text-align: center;
}

#subnav
{
   background: url('/images/subnav_backgnd.png') repeat-x;
}

#subnav UL
{
    padding: 0;
    margin: 0;
    margin-left: 20px;
}

#subnav LI
{
   float: left;
   list-style: none;
   font-weight: normal;
   margin: 0px;
   margin-top: 5px;
   margin-right: 16px;
}

#subnav A
{
    float:left;
    color: #292929; 
    height: 18px;
    padding-top: 2px;
    padding-left: 8px;
    padding-right: 8px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

#subnav A:hover,
#subnav A:focus
{
   background: #cccccc;
}

#subnav a.active 
{
   background: #34528c;
   color: white;
}

#left_nav_container
{
  float: left;
  width: 25%;
  max-width: 200px;
  margin-right: 3%;
}

#main_container
{
  float: left;
  width: 65%;
  margin-left: 3%;
}

UL.leftnav
{
    padding: 0;
    margin: 0;
}

UL.leftnav  LI
{
  list-style: none;
  margin: 0px;
}

UL.leftnav div
{
  float: left;
  width: 100%;
  height: 2em;
  color: #494949;
}

UL.leftnav a
{
  display: block;
  border-bottom: 1px solid #dddddd;
  text-decoration: none;
  color: #494949;
  vertical-align: middle;
  height: 100%;
  margin: 0px;
  padding: 0px;
  padding-top: 0px;
  padding-left: 16px;
}

UL.leftnav a span
{
 display: block;
 padding: 4px;
 white-space:nowrap;
}

UL.leftnav div.leftnav_group
{
  padding-top: 2em;
  display: inline;
  float: left;
  width: 100%;
  margin: 0px;
}

UL.leftnav div.leftnav_group p
{
  white-space:nowrap;
  vertical-align: middle;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 115%;
  border-bottom: 1px solid #cccccc;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #1e4b7e;
}


UL.leftnav A:hover,
UL.leftnav A:focus
{
   background: #eeeeee;
}

UL.leftnav A.active
{
  text-decoration: none;
  background: #1f4c7e;
  color: white;
}

UL.leftnav UL
{
   padding: 0px;
}

#footer
{
text-align: center;
clear: both;
height: 60px;
background: #eeeeee;
border-top: 1px solid #cccccc;
} 

#footercontent
{
   margin: 20px;
}