body
{
  width: 800px;
  margin: 0;
  padding: 0;
  font-size: 90%;
  color: #000;
  background-color: #fff;
}

a:link
{
  color: #AF019D;
  text-decoration: none;
}

a:visited
{
  color: #AF019D;
  text-decoration: none;
}

a:hover 
{
  color: #DEB887;
  text-decoration: underline;
}

a.banner_title
{
  color: #076;
  font-size: 2.5em;
  text-decoration: none;
}

div#banner
{
  font-family: Times new roman;
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #000;
  text-align: center;
  padding-bottom: 1px;
}
div#banner h1
{
  
  margin: 0;
  padding: .3em 0 .3em .5em;
  font-size: 2.2em;
  font-weight: normal;
}

div#container
{
  background-image: url(../Images/left_pane_color.jpg);
  background-repeat: repeat-y;
}

/*
div#container2
{
  background-image: url(more_col_base.jpg);
  background-repeat: repeat-y;
  background-position: right;
}
*/

div#navigation
{
  font-family: Times new roman;
  float: left;
  width: 150px;
  padding-top: 2em;
}

div#navigation ul
{
/*  list-style-type: none;
*/
    list-style-type: sans-serif;
  padding: 0;
  margin: 0;
}

div#navigation ul li { margin-top: 4px; }

div#navigation ul li.sub { margin-left: 8px; }

div#navigation ul.child { line-height: 12px; list-style-type: none; margin-left: 10px; padding-left: 0px;}

div#navigation li.child { padding-left: 0px; margin-left: 10px;}

#navigation ul li a:link
{
  color: #036;
}

#navigation ul li a:visited
{
  color: #036;
}

#navigation ul li a:hover
{
  color: #066;
  
}
  
#navigation ul li a.main
{
  display: block;
  width: 135px;
  padding: 3px 5px 3px 4px;
  text-decoration: none;
  font-weight: bold;
  color: #036;
  background-image: url(nav_base.jpg);
  background-repeat: repeat-y;
}

#navigation ul li a.main_b
{
  display: block;
  width: 135px;
  padding: 3px 5px 3px 4px;
  text-decoration: none;
  font-weight: bold;
  color: #036; 
  background-image: url(nav_base.jpg);
  background-repeat: repeat-y;
} 

#navigation ul li a.main:hover
{
  color: #fff;
  background-color: #ccc;
  background-image: url(nav_base2.jpg);
  background-repeat: repeat-y;
}

/*
div#more
{
  float: right;
  width: 160px;
  margin: 0;
  padding: 2em 10px 0 0;
  color: #fff;
}

div#more h3
{
  margin-top: 0;
  color: #fff;
  padding: .2em;
  background-image: url(more_base.jpg);
  background-position: right;
  background-repeat: repeat-y;
}
*/

div#content
{
  font-family: sans-serif;
  font-size: 15px;
  margin-left: 190px;
  /*margin-right: 40px;*/
  text-align: justify;

}
div#content h4
{
  font-family: sans-serif;
  font-size: 1.6em;
  color: #036;
  margin: 0;
  padding-top: 1em;
  font-weight: normal;
}
div#content h5
{
  font-family: sans-serif;
  font-size: 1.2em;
  color: #036;
  margin: 0;
  padding-top: 1em;
  font-weight: normal;
  height: 2em;
  
}
div#content { line-height: 150%; }

div#content tr
{
  font-family: Times new roman;
  font-size: 15px;
  
}

#cleardiv
{
  clear: both;
  height: 1em;
}

div#footer
{
  font-family: sans-serif;
  font-size: 12px;
  clear: both;
  padding: .5em 1em;
  border-top: 1px solid #999;

}
div#footer ul
{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
div#footer li
{
  display: inline;
  margin-right: 1em;
}

