/* CSS Document */
body {
  font:Verdana, Arial, Helvetica, sans-serif;
  font-size:10pt;
  text-align:left;
  padding:0px 0px 0px 0px;
  margin-top:0px;
  /*background-color:#1C0000; maroon*/
  /*background-color:#0D1E26; teal*/
  background-image:url(bg_pseudo.jpg);
  background-repeat:no-repeat;
  background-color:#000000;
  }

.banner {
 width:1000px;
 top:0px;
 }

.bodytxttop {
  width:670px;
  height:15px;
  margin-left:200px;
  }

.bodytxt {
  width:820px;
  min-height:800px;
  /*margin-left:200px;*/
  /*border-left:#CCCCCC solid 1px;
  border-right:#CCCCCC solid 1px;*/
  text-align:left;
  padding:30px 50px 30px 50px; /*top right bottom left*/
  background-color:#FFFFFF;
  }

p {
  font:Verdana, Arial, Helvetica, sans-serif;
  font-size:11pt;
  text-align:left;
  }

.bigtitle {
  font:Georgia, "Times New Roman", Times, serif;
  font-size:18pt;
  color:#27536d;
  font-weight:bold;
  }
  
a:link {color:#27536d; text-decoration:none;}
a:hover {color:#27536d; text-decoration:underline;}
a:active {color:#27536d; text-decoration:none;}
a:visited {color:#27536d; text-decoration:none;}

a.topnav:link {color:#FFFFFF; text-decoration:none; font-weight:bold; font-size:9pt;}
a.topnav:hover {color:#FFFFFF; text-decoration:underline; font-weight:bold; font-size:9pt;}
a.topnav:active {color:#FFFFFF; text-decoration:none; font-weight:bold; font-size:9pt;}
a.topnav:visited {color:#FFFFFF; text-decoration:none; font-weight:bold; font-size:9pt;}

.topnav {
  background-image:url(nav_bkgrd.jpg);
  background-repeat:repeat-x;
  color:#FFFFFF;
  width:900px;
  padding-left:10px;
  padding-right:10px;
}

.border_thin {
  border: 1px 1px 1px 1px #333333;
}
