body
{
  margin: 0;
  padding: 0;
  width:100%;
  height:100%;
  background: white;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 13px;
}

#shadow_header
{
  float: right;
  background-image:url(images/r.gif);
  float:right;
  height:100%;
}

#header_topright
{
  background-image:url(images/tr.gif);
  background-repeat:no-repeat;
  width:8px;
  height:8px;
}

#shadow_footer_left
{
  background-image:url(images/bl.gif);
  background-repeat:no-repeat;
  float:left;
  height: 8px;
  width: 8px;
}

#shadow_footer_right
{
  background-image:url(images/br.gif);
  background-repeat:no-repeat;
  float: right;
  height: 8px;
  width: 8px;
}

#outer
{
  width: 800px;
  margin: 30px auto;
}

#header
{
  color: white;
  text-align: right;
  background-color: #999999;
  margin: 0;
  /*min-height: 75px;*/
  height: 57px;
  font-size: 40px;
}

#inner
{
  min-height: 300px;
  width: 800px;
  float: left;
  background-color: #999999;
  background-image: url(../images/bg.gif);
  padding-bottom: 20px;

  background-image:url("images/r.gif");
  background-position:right center;
  background-repeat:repeat-y;
}

.mainleft
{
  float: left;
  min-height: 100%;
  position: relative;
  padding-left: 10px;
}

.mainleft ul
{
  list-style-type: none;
  display: inline;
  padding: 0px;
}

.mainleft li
{
  display: block;
  _display: inline;
}

.mainleft ul a
{
  color: white;
  font-size: 16px;
  line-height: 25px;
}

.mainleft ul a:link
{
  color: white;
  width: 150px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  border-bottom: solid 1px #CCCCCC;
}

.mainleft ul a:visited
{
  color: white;
  width: 150px;
  text-decoration: none;
  font-weight: bold;
  display: block;
  border-bottom: solid 1px #CCCCCC;
}

.mainleft ul a:hover
{
  color: #DDDDDD;
  width: 150px;
  font-size: 17px;
  text-decoration: none;
  display: block;
}

.mainleft ul a:active
{
  color: #fff;
  width: 150px;
  text-decoration: none;
  display: block;
}

.mainright
{
  float: right;
  width: 602px;
  color: #555555;
  background: white;
  padding: 10px;
  min-height: 300px;
  _height: 300px;
  padding-right: 10px;
  text-align: justify;
  margin-right:8px;
  _margin-right: 4px;
}

.mainright h1
{
  font-size: 26px;
}

.mainright h2
{
  font-size: 19.5px;
}

.mainright h3
{
  font-size: 15.2167px;
}

.mainright a
{
  color: darkorange;
}

.mainright a:link
{
  color: darkorange;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
}

.mainright a:visited
{
  color: darkorange;
  text-decoration: none;
  font-weight: bold;
}

.mainright a:hover
{
  color: darkorange;
  text-decoration: underline;
  font-weight: bold;
}

.mainright a:active
{
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.mainright h1,h2,h3,h4
{
  text-align: left;
}

.mainright p
{
  padding-left: 25px;
  padding-right: 25px;
}

.mainright ul
{
  padding-right: 25px;
}


#footer
{
  clear: both;
  color: #777777;
  background-image:url(images/b.gif);
  background-repeat:repeat-x;
}

#footer p
{
  padding: 5px 0px 0px 5px;
  margin: 0px;
}