@charset "utf-8";
/* CSS Document */
a{
 outline:none
 }
body{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#353535;
 font-weight:normal;
 }
.container{
 width: 766px;
 background-color:#ffffff;
 border-left:2px solid #365902;
 border-right:2px solid #365902;
 }
div#login{
 width: 200px;
 height: 130px;
 margin:0 auto;
 border:1px solid #ffffff;
 }
.smalltext{
 font-size:11px;
 color:#353535;
 font-weight:normal;
}
.smalllink{
 font-size:11px;
 color:#353535;
 font-weight:normal;
 text-decoration:none;
}
.smalllink:hover{
 font-size:11px;
 color:#669203;
 font-weight:normal;
 text-decoration:underline;
}
.heading{
 font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
 font-size:20px;
 color:#669203;
 font-stretch:condensed;
 font-weight:bold;
 }
.heading_small{
 font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
 font-size:15px;
 color:#669203;
 font-stretch:condensed;
 font-weight:bold;
 padding-left:10px;
 }
.heading_sub{
 font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
 font-size:16px;
 color:#000000;
 font-stretch:condensed;
 font-weight:bold;
 padding-left:10px;
 }
.footerlink{
 font-size:11px;
 color:#ffffff;
 text-decoration:none;
 }
.footerlink:hover{
 font-size:11px;
 color:#3d5407;
 text-decoration:underline;
 }
.copyright{
 font-size:10px;
 color:#ffffff;
 }
.sublinks{
 font-size:11px;
 color:#353535;
 text-decoration:none;
 padding-left:10px;
 }
.sublinks:hover{
 font-size:11px;
 color:#669203;
 text-decoration:underline;
 padding-left:10px;
 }
.weblinks{
 font-size:12px;
 color:#669203;
 text-decoration:none;

 }
.weblinks:hover{
 font-size:12px;
 color:#353535;
 text-decoration:underline;
 }
.help{
 font-size:12px;
 color:#669203;
 font-weight:bold;
 text-decoration:underline;

 }
.help:hover{
 font-size:12px;
 color:#353535;
 font-weight:bold;
 text-decoration:none;
 }
.projectlinks{
 font-size:12px;
 color:#353535;
 text-decoration:underline;
 }
.projectlinks:hover{
 font-size:12px;
 color:#669203;
 text-decoration:none;
 }
ul{
 line-height:150%;
 text-align:justify;
 }
.whitetext{
  font-size:12px;
  font-weight:bold;
  color:#ffffff;
  }
.button{
  font-size:12px;
  font-weight:bold;
  color:#ffffff;
  background-color:#6F913A;
  text-decoration:none;
  border:1px solid #000000;
  cursor:pointer;
  }
