/* CSS Document */

body
{
  background-color: #FFA933;
  background-image: url(images\bg.jpg);
  font-family: arial, verdana, sans-serif;
  font-size: medium;
  text-align: center;
}

h1
{
  font-size: 125%;
}

h2
{
  font-size: 105%;
}

h3
{
  font-size: 100%;
}

h4
{
  font-size: 100%;
}

h5
{
  font-size: 95%;
}

h6
{
  font-size: 85%;
}

#page
{
  margin: 0px auto;
  width: 639px;
  text-align: left;
}

#header
{
  width: 639px;
  height: 122px;
  background-image: url(images/vol_ctr_header.jpg);
  overflow: hidden;
  margin-bottom: 20px;
}

#header h1
{
  font-size: 0%;
  visibility: hidden;
}

#header h2
{
  font-size: 0%;
  visibility: hidden;
}

#left_col
{
  width: 150px;
  float: left;
  font-family: "arial narrow";
  font-weight: bold;
  font-size: 110%;
}

#left_col ul
{
  padding: 0px;
  margin: 0px;
}

#left_col ul li
{
  display: block;
  line-height: 25px;
}

#left_col ul li a
{
  text-decoration: none;
  color: #000;
}

#right_col
{
  width: 470px;
  margin-left: 155px;
}

#right_col h2
{
  font-size: 120%;
  font-weight: normal;
}

#right_col p
{
  font-size: 90%;
  padding-left: 5px;
}

#right_col li
{
  font-size: 90%;
}

#content_img
{
  float: right;
  margin-right: 9px;
}

#footer
{
  width: 639px;
  height: 39px;
  margin-top: 5px;
  background-image: url(images/footer_bg.jpg);
  clear: both;
  overflow: hidden;
}

#footer p
{
  position: relative;
  top: 10px;
  font-size: 70%;
  color: #fff;
  text-align: center;  
}

#footer a
{ 
  color: #fff;
  font-weight: bold;
}

.big_green
{
  font-size: 130%;
  color: green;
  font-weight: bold;
}

.font_smaller
{
  font-size: 85%;
}

.indented
{
  margin: 0px 0px 40px 30px;
  
}

.down_arrow
{
  margin: -10px 0px -10px 50px;
}