*{margin:0; padding:0;}
body {
 background: url(images/tiny_bg_grey.png);
}
#main {
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    border: 4px solid black;
    background-color:    #669966;
    width: 945px;
    margin: 0 auto;
    
}

#linkbar {
  height:     30px;
   width:                   945px;
   background-color:   #003300;
                      color:  white;

}

#main_cont { 
         position:relative;
         width:                   703px;
         float: left;
         left: -4px;
         border-left: 4px solid black;
         padding-left: 25px;
         padding-right: 22px;
}

#left_img { 
   float: left ;
   border-right: 4px solid black; 

}

#links {
   position: relative;
  height:     30px;
  line-height: 30px;
   width:                   761px;
  left:                     184px;
   background-color:   #003300;
                      color:  white;
  text-align: center;
}

#small_left {
    border-right: 4px solid black;
    width: 184px;
    height:10px;
}
.pgtitle {
          font-weight: bold;
          font-size: 15px;
          margin-top: 10px;
          margin-bottom: 15px;
          font-family: Verdana, Arial, Helvetica, sans-serif;
          text-align: center;
}
a {text-decoration:none;}
a:link {color:#FFFFFF;}
a:visited {color:#FFFFFF;}
a:hover {color:#999999;}
a:active {color:#999999;}

a:hover.maincontent {color:#003300;}
a:active.maincontent {color:#003300;}
p{
  margin-top: 10px;
  margin-bottom: 10px;
}
td{text-align: left;}
