
body{
  color: black;
  background: #3B8CE8;
  font-size: 11px;
  overflow: hidden;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  overflow: auto;
}


div.main {
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0px solid;
  text-align: center;
  overflow: auto;
}


div.content {
  top: 0px;
  margin: auto;
  position: relative;
  width: 780px;
  text-align: center;
}


div.header {
  width: 100%;
  height: 120px;
  background: url('../img/header.jpg') top no-repeat white;
}

div.topmenu {
 width: 778px;
 margin-top: 0px;
 margin-left:0px;
 background: #FFCF00;
 height: 30px;
 border: 1px solid white;
}


div.text {
 float: left;
 background: white;
 height: 790px;
 padding-left: 15px;
 padding-top: 10px;
 width: 510px;
 color: #333333;
 font-family (stack): verdana,tahoma,arial,sans-serif;
 Font being rendered: verdana;
 font-size: 13px;
 line-height: 1.6em (19.47px);
 text-align: justify;
}


div.text2 {
 background: white;
 padding-top: 10px;
 width: 780px;
 color: #333333;
 font-family (stack): verdana,tahoma,arial,sans-serif;
 Font being rendered: verdana;
 font-size: 13px;
 line-height: 1.6em (19.47px);
 text-align: justify;
}

div.righttext{
  float: left;
  width: 254px;
  height: 800px;
  background: white;
}


div.footer {
  background: #F9F9F0;
  height: 30px;
  clear: both;
}

div.subfooter{
  margin:-left: 5px;
  width: 780px;
  height: 20px;
  background: #EDEDED;
}
/* 
  // END MAIN DIVS  //

  /// OTHER CSS OBJECTS //
*/

table.topmenu {
 font-size: 18px; font-weight: bold; color: #213D52;
}

td.topmenu {
 padding-right: 40px;
}


div.square {
 margin-left: 25px;
 margin-top: 25px;
 width: 225px;
 height: 190px;
 border: 0px solid;
 cursor: pointer;
}

div.search { 
  margin-top: 5px;
  padding-top: 0px;
  padding-left: 5px;
  width: 500px;
  height: 40px;
  border: 1px dotted #71D4FF;

}

table.search{
  font-weight: bold;
  font-size: 11px;
}

span.searchtitle{
  margin-top: 10px;
  font-weight: bold;
}

p.titlemec {
  font-weight: bold;
  font-size: 15px;
}

span.titlemec {
  font-weight: bold;
  font-size: 15px;
}


A.for, A.for:visited, A.for:active  {
   font-size : 9pt;
   font-family : Verdana,Geneva,sans-serif;
   font-weight : bold;
   color: #23238E;
   text-decoration : none;
   cursor: pointer;

}

A.for:hover  {
   font-size : 9pt;
   font-family : Verdana,Geneva,sans-serif;
   font-weight : bold;
   color :#FF9933;
   cursor: pointer;
   text-decoration : none;
}

