﻿body
{
  font-family: tahoma, arial, helvetica, sans-serif, century gothic;
  margin: 0px;
  font-size: 12px;
  background-color: #00002f;
  scrollbar-face-color: #2c4d9e;
  scrollbar-highlight-color: #2c4d9e;
  scrollbar-shadow-color: #2c4d9e;
  scrollbar-3dlight-color: #000000;
  scrollbar-arrow-color: #000000;
  scrollbar-track-color: #6ba6de;
  scrollbar-darkshadow-color: #000000;
  scrollbar-base-color: #cccccc;
}
#container
{ 
 margin: 0 auto;
 width: 683px;
}
#main
{ 
 border: 2px solid #ffffff;
 margin: 50px 0px 50px 0px;
 padding: 0px;
 height: 1024px;
 width: 683px;
 background-image: url(/images/bg.jpg);
 background-repeat: no-repeat;
 background-position: top;
 color: #000000;
}
#menu
{
  margin: 0px 0px 0px 0px;
  height: auto;
  width: 683px;
  color: #000000;
  font-family: arial, helvetica;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  top: 7px;
  left: 60px;
  border: 0px;
  overflow: hidden;
}
#menu a
{
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
#menu a:hover
{
  color: #6fa128;
  text-decoration: underline;
}
#menu a:active
{
  color: #6fa128;
}
#title
{
  border: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  height: 35px;
  width: 500px;
  font-family: tahoma, helvetica, arial;
  font-size: 30px;
  color: #000000;
  position: relative;
  overflow: hidden;
  top: 160px;
  left: 80px;
}
#content
{
  border: 0px;
  padding-right: 10px;
  margin: 0px 0px 0px 0px;
  height: 610px;
  width: 520px;
  color: #000000;
  position: relative;
  overflow: auto;
  top: 175px;
  left: 80px;
}
#content a
{
  color: #0000FF;
  text-decoration: none;
  font-weight: bold;
}
#content a:hover
{
  color: #6fa128;
  text-decoration: underline;
}
#content a:active
{
  color: #6fa128;
}
#footer
{
  border: 0px;
  margin: 230px 0px 0px 95px;
  height: auto;
  width: 500px;
  color: #ffffff;
  position: relative;
  overflow: auto;
  font-size: 12px;
  font-family: arial, tahoma, helvetica;
  text-align: center;
  font-weight: bold;
}
.clspic
{
  border: solid 1px #2c4d9e;
}
.clssubtitle
{
  color: #CC9900;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}