body
{
  background: #305080 url(../images/bg_gradient.png) repeat-x scroll 0% 0%;
  position:relative;
  top:-8px;
  font: 9pt Arial, Helvetica, Sans-sereif;
  color: black;
  text-align:center;
}

h1{ font-size: 36pt;font-weight:bold; }
h2{ font-size: 24pt;font-weight:bold; }
h3{ font-size: 18pt;font-weight:bold; }
h4{ font-size: 16pt;font-weight:bold; }
h5{ font-size: 14pt;font-weight:bold; }
h6{ font-size: 12pt;font-weight:bold; }
p { font-size: 9pt; font-weight:normal; }

#mainpage
{
  position:relative;
  top:0px;
  bottom:0px;
  width:950px;
  height:100%;
  margin:0px auto;
/*   border: solid #666 1px; */
}

#toplogo
{
  background: white url(../images/top_bg_950x207_2.jpg) no-repeat scroll 0% 0%;
  position: absolute;
  top:0px;
  width:949px;
  left:0px;
  right:0px;
  padding:0px;
  margin:0px;
  height:207px;
  border: solid #666 1px;
}

#topnav
{
  position:absolute;
  top:187px;
  height:20px;
  width:949px;
  border-top: 2px solid #6dd;
  border-left: 1px solid #666;
  font: bold 10pt Arial,Helvetica,Sans-sereif;
  padding:0px;
  background: #66cccc;
  color:#305080;
}

#submenu
{
  position:absolute;
  top:207px;
  height:20px;
  width:948px;
  border-width: 1px;
  border-color: black;
  border-style:solid;
  font: bold 10pt Arial,Helvetica,Sans-sereif;
  background: #305080;
  color:#fff;
  z-index:1;
/*   display:block; */
  display: none;
}

#mainwin
{
  background: white scroll 0% 100%;
  position: absolute;
  top:207px;
  bottom:2px;
  left:0px;
  right:0px;
  width:949px;
  height:525px;
  border: solid #666 1px;
  margin-bottom:22px;
}

#mainwin *
{
  margin:0px 2px;
  text-align:justify;
}

#c1
{
  position:relative;
  top:2px;
  bottom:0px;
  width:120px;
  height:497px;
  float:left;
  margin:0px 2px;
  border:solid grey 1px;
}

#c2
{
  position:relative;
  top:2px;
  bottom:0px;
  margin:0px auto;
  float:left;
  width: 695px;
  height:497px;
  border:solid grey 1px;
}

#c3
{
  position:relative;
  top:2px;
  bottom:0px;
  width:120px;
  height:497px;
  float:right;
  margin:0px 2px;
  border:solid grey 1px;
}

#l1
{
  position:relative;
  top:2px;
  bottom:0px;
  width:160px;
  height:497px;
  float:left;
  margin:0px 2px;
  border:solid grey 1px;
}

#l2
{
  position:relative;
  top:2px;
  bottom:0px;
  margin:0px auto;
  float:left;
  width: 779px;
  height:497px;
  border:solid grey 1px;
}

#r1
{
  position:relative;
  top:2px;
  bottom:0px;
  margin:0px 2px;
  float:left;
  width: 777px;
  height:497px;
  border:solid grey 1px;
}

#r2
{
  position:relative;
  top:2px;
  bottom:0px;
  width:160px;
  height:497px;
  float:right;
  margin:0px 2px;
  border:solid grey 1px;
}

#footer
{
  position:absolute;
  bottom:0px;
  left:0px;
  right:0px;
  height:20px;
  padding:0px 2px;
  background:white;
  text-align:center;
  font: bold 9pt Arial,Helvetica,Sans-sereif;
  border-top: 2px solid #666;
  margin:0px;
  z-index:2;
}

h1.toplogo
{
  color:#305080;
  font-family: Arial,Helvetica,sans-sereif;
  font-weight: bold;
  font-size: 80px;
  text-align:center;
}

h1.content, h2.content, h3.content, h4.content, h5.content, h6.content
{
  font-family: Arial, Helvetica, Sans-sereif;
  font-weight: normal;
  text-align:justify;
  margin: 2px 0px;
}

p.content
{
  font-family: Arial, Helvetica, Sans-sereif;
  font-weight: normal;
  text-align:justify;
  margin: 0px;
}

