/* CSS Document */

body {
	background-color: #fff;
	font-size: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-image: url('images/bg_cols.gif');
    background-repeat: repeat-y;
}

body, p, h1, h2, h3, span, div, a, img, form, input {
  margin: 0px;
  padding: 0px;
}


#frame {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 775px;
  z-index: 2;
}

#green_bar {
  position: absolute;
  left: 0px;
  top: 51px;
  background-color: #006A06;
  z-index: 1;
  width: 100%;
  height: 194px;
}


#header {
	display: block;
	height: 50px;
	width: 775px;
}

#header #spacer {
   position: absolute;
   left: 0px;
   display: block;
   width: 200px;
   height: 50px;
}

#header h1 {
	display:block;
	position:absolute;
	left: 200px;
	width: 575px;
	height: 50px;
	text-indent: -9999px;
	background-image:  url("images/wiag.gif");
	background-repeat: no-repeat;
        background-color: #fff;
}

#navpanel {
    float: left;
	width: 200px;
   height: 550px
}

#menu {
	display: block;
	width: 200px;
	background-image:  url("images/bggiag.gif");
	background-repeat:repeat-x;
	padding-bottom: 45px;
}

#menu ul, #menu li, #submenu ul, #submenu li {
	list-style-type:none;
     margin: 0px;
     padding: 0px;
}

#menu ul {
    background-color: #006A06;
	padding-top: 10px;
}

#menu a:link, #menu a:visited {
	font-size: 0.9em;
	line-height: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	color: #fff;
	text-decoration: none;
	padding-left: 12px;
	background-image:none;
	background-repeat:no-repeat;
}

#menu a:hover, #menu #selected{
	background-image: url("images/menu_arrowiag.gif");
	background-repeat:no-repeat;
}

#submenu {
   margin-left: 12px;
   margin-top: 80px;
}

#submenu li {
   background-image: url("images/menu_sqiag.gif");
   background-repeat:no-repeat;
   background-position:left center;
   border-bottom: 1px solid #929292;
   margin-right: 10px;
}

#submenu a:link, #submenu a:visited {
   display: block;
   color: #000;
   font-size: 0.6em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   padding: 4px 0px 4px 0px;
   margin-left: 14px;
}

#submenu a:hover {
   color: #555;
}

#images {
   float: left;
   width: 575px;
}

#photo {
	float: left;
	width: 380px;
}

#logo {
	float: left;
	width: 187px;
}

#mid {
  float: left;
  width: 380px;
}

#content {
   padding: 30px 10px 0px 15px;
   font-size: 0.8em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
color: #222;
}

#content p {
   margin-bottom: 10px;
}

#content h1 {
   font-size: 1.2em;
   margin-bottom: 10px;
   font-weight: bold;
   color: #000;
}

#content h2 {
   font-size: 1.0em;
   margin-bottom: 10px;
   font-weight: bold;
}

#content a:link, #content a:visited, a.readspeak {
   color: #0194F9;
   text-decoration: none;
}

a.readspeak:hover {
   color: #000;
}

#content a:hover {
   text-decoration: underline;
}


#right {
   float: left;
   width: 187px;
   text-align:center;
   padding-top: 25px;
}
