html, body
{
  height: 100%;
  min-height: 100%;
  padding: 0px;
  margin: 0px;
  width: 100%;
  background: url("../images/gradient.png") 0% 0% repeat-x #efefef;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 15px;
  color: #808080;
}

.gray
{
  color: #808080;
}

.red
{
  color: #a02d38;
}

.black
{
  color: #2a2b2a;
}

.f10
{
  font-size: 10px;
}

.f11
{
  font-size: 11px;
}

.f12
{
  font-size: 12px;
}

img
{
  border: 0px;
}

h2
{
  font-size: 13px;
  margin: 2px 0px 1px 0px;
}

h3
{
  font-size: 11px;
  margin: 2px 0px 1px 0px;
}

h4
{
  font-size: 10px;
  margin: 2px 0px 1px 0px;
}

p
{
  margin: 0px 0px 12px 0px;
}

a:link, a:active, a:visited, a:hover
{
  text-decoration: none;
}

a.arrow:link, a.arrow:active, a.arrow:visited
{
  color: #808080;
  text-decoration: none;
  font-size: 10px;
  padding-left: 19px;
  background: url("../images/link.png") 0px 2px no-repeat;
}

a.arrow:hover
{
  text-decoration: underline;
}

a.pdf:link, a.pdf:active, a.pdf:visited
{
  color: #808080;
  text-decoration: none;
  font-size: 10px;
  padding-left: 25px;
  background: url("../images/pdf.png") 0px 0px no-repeat;
}

a.pdf:hover
{
  text-decoration: underline;
}

a.current:link, a.current:active, a.current:visited
{
  color: #a02d38;
  text-decoration: none;
  font-size: 10px;
  padding: 0px;
  background: transparent;
}

a.current:hover
{
  text-decoration: underline;
}

a:link, a:active, a:visited
{
  color: #808080;
  text-decoration: none;
  font-size: 10px;
  padding: 0px;
  background: transparent;
}

a:hover
{
  text-decoration: underline;
}

div.wrapper
{
	margin: 0px auto;
  width: 980px;
/*  min-width: 980px;*/
 /* min-height: 100%;*/
  background: url("../images/bground.png") 0% 0% repeat-y;
}

div.content_wrapper
{
  position: relative;
  clear: both;
  width: 936px;
  padding: 0px 22px 0px 22px;
  min-height: 626px;
  background: url("../images/content.png") 0% 0% no-repeat;
}

div.header
{
  position: absolute;
  float: left;
  left: 0px;
  min-width: 980px;
  top: 89px;
  width: 100%;
  height: 151px;
  padding: 2px 0px 1px 0px;
  background: url("../images/header_bg.png") 0% 0% repeat-x;
  z-index: 10;
}

div.header_inner
{
  position: relative;
  width: 100%;
  height: 151px;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

div.submenu
{
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: -104px;
  width: 133px;
  height: 131px;
  padding: 20px 0px 0px 0px;
  background-color: #ffffff;
  z-index: 20;
}

div.top
{
  position: relative;
  float: left;
  width: 100%;
  height: 89px;
}

div.content
{
  position: relative;
  float: left;
  width: 100%;
  margin-top: 185px;
}

div.left
{
  position: relative;
  float: left;
  width: 193px;
  padding: 0px 25px;
  min-height: 100px;
  margin-bottom: 30px;
}

div.right
{
	position: relative;
	/*float: left;*/
  width: 630px;
	padding: 0px 20px;
	min-height: 100px;
	margin-bottom: 30px;
	float: right;
}

div.subsubmenu
{
  position: relative;
  float: left;
  width: 100%;
  background: url("../images/line_left.png") 0px bottom no-repeat;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

div.logos
{
  position: relative;
  float: left;
  width: 642px;
  padding: 0px;
  margin: 0px;
  min-height: 243px;
  /*
  background: url("../images/logo_bg.png") 0px 0px repeat-y;
  */
}

div.logo
{
  position: relative;
  float: left;
  width: 160px; /* 213 = 3 logos/row */
  height: 213px;
  text-align: center;
}

