body
{
  background-color: #DADBDC;
  margin: 0px;
  padding: 0px;
	font-size: 10px;
  height="100%";
}

td, span, p
{
	font-size: 10px;
}
*
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main
{
  width: 671px;
}

#header
{
  background-image: url("images/header.png");
  background-repeat: no-repeat;
  background-color: #054085;
  width: 671px;
  height: 198px;
}
#left_fill
{
  background-image: url("images/left_fill.png");
  background-repeat: repeat-y;
  width: 13px;
}
#right_fill
{
  background-image: url("images/right_fill.png");
  background-repeat: repeat-y;
  width: 14px;
}

#content
{
  width: 644px;
  background-color: white;
}

#left_corner
{
  background-image: url("images/left_bottom_corner.png");
  height: 21px;
  width: 13px;
}
#right_corner
{
  background-image: url("images/right_bottom_corner.png");
  height: 21px;
  width: 14px;
}

#footer_fill
{
  background-image: url("images/bottom_fill.png");
  background-repeat: repeat-x;
  height: 21px;
}

#footer
{
  background-color: #FFFFFF;
  color: #CDCDCD;
  text-align: right;
  padding-right: 10px;
  line-height: 25px;
  height: 25px;
}

#footer_menu
{
  background-color: #F3F3F3;
  color: #CDCDCD;
  text-align: center;
  padding-right: 10px;
  line-height: 25px;
  height: 25px;
}


#content_td
{
  padding: 15px;
}
#logo
{
  position: relative; 
  width: 100%; 
  height: 80px; 
  float: right; 
  padding-right: 37px; 
  margin-left: 0px; 
  margin-top: 51px; 
  color: white;
}

#menu
{
  position: relative; 
  height: 28px; 
  float: left; 
  padding-left: 235px; 
  margin-top: 15px; 
  color: white; 
  vertical-align: middle;
}

#menu a, #menu a:hover
{
  font-size: 14px;
  font-family: tahoma;
  text-transform: uppercase;
  color: #7A7E83;
  font-weight: bold;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 25px;
  vertical-align: middle;
}

#menu a:hover
{
  text-decoration: underline;
}