body
{
  background-color: white;
  margin: 0px;
  padding: 0px;
	font-size: 12px;
  height="100%";
}

td, span, p
{
	font-size: 12px;
	color: #616161;
}
*
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main
{
  width: 750px;
}
#header
{
	width: 712px;
	padding: 63px 13px 0px 25px;
	height: 244px;
	background-image: url(images/page_header.jpg);
	background-repeat: no-repeat;
}

#header_in
{
	width: 100%;
}

#logo
{
  width: 339px;
  height: 55px;
}

#icons
{
  padding-right: 11px;
  text-align: right;
  vertical-align: bottom;
}

#body
{
	width: 750px;
	height: 100%;
	background-image: url(images/page_fill.gif);
	background-repeat: repeat-y;
}
#footer
{
	width: 750px;
	height: 33px;
	background-image: url(images/page_footer.gif);
	background-repeat: no-repeat;
}

#top_menu
{
	margin-top: 33px;
	background-image: url(images/menu_fill.gif);
	background-repeat: repeat-x;
	height: 44px;
}

#bottom_menu
{
	margin-right: 13px;
	background-image: url(images/bottom_menu_fill.gif);
	background-repeat: repeat-x;
	height: 44px;
}

#content
{
  height: 100%;
  padding-left: 47px;
  padding-right: 47px;
}

#bottom
{
  vertical-align: bottom;
}

H1
{
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #024A87;
  margin-bottom: 5px;
  padding: 0px;
}
H2
{
  font-size: 18px;
  font-weight: normal;
  color: #024A87;
  margin: 5px 0px 10px 0px;
}

H3
{
  color: #616161;
  font-weight: bold;
  font-size: 14px;
  margin: 0px;
  padding: 4px 0px 0px 0px;
}

.image
{
  width: 194px;
}

p
{
  margin-top: 6px;
}
a{
  text-decoration: underline;
  color: #024A87;
}

a:visited{
  text-decoration: underline;
  color: #8A959E;
}
.content
{
  padding-bottom: 40px;
}
