html,body {
	margin: 0;
	padding: 0;
	display: block;
	height: 100%;
}





#container { 
	width: 1024px;
	margin: 0 auto;
	border: 1px solid black;
	overflow: hidden;
	min-height: 100%;
	padding: 0;
	}

#sidebar {
	
	float: left;
	width: 200px;
	background: #339966;
	padding-bottom: 10px;
	height: 100%;
	padding-bottom: 3000px;
	margin-bottom: -3000px;
	
	}
	
div.menu {
              
	      text-align: center; 
              color: #FFFFFE;
              font-family: Comic Sans MS;
              font-size: 11pt;
              margin: 0 10px 0 10px;
              }

div.main {
	float: left;
	width: 700px;
        margin-left: 25px;
           }

table {min-height: 100%;
       width: 650px;
       margin: 0px;
        }
td.menu {background-color: #339966;
         width: 180px;
          min-height: 100%;
         }
td.main {height: 100%;}


div.a { text-align: center;
          float:left;
          width:250px;
          margin:0;
          padding:1em;
        }
div.b { text-align: center;
          margin-left: 270px;
          width: 324px;
          border-left:1px solid gray;
          padding:1em;
        }
div.sub {text-align: center;
	position: relative; 
	bottom: 5px;
	margin-top: 150px;}


h1 {color: #339966;
      text-align: center;
       font-size: 21pt;
       font-family: Comic Sans MS;}
h2 {font-size: 17pt;
      text-align: center;}
h2.head {color: #339966;
            text-align: center;
             font-family: Comic Sans MS;}
h3 {color: #339966;
      font-family: Comic Sans MS;}
h4 {color: #339966;}
h4.main {color: #000000;}
h4.head {color: #000000;
             font-weight: bold;}

sup.h1 {font-size: 14pt;}
sup.p {font-size: 8pt;}
p {text-indent: 8pt;}
p.space {text-indent: 0pt;
            margin-left: 4em;}
p.rate {margin: 0 0 0 1em; 
          float: right;}


hr { height: 10px;
      width: 45em;
      color: #339966;
       background-color: #339966;}

img.logo {width: 110px;
             height: 140px;
             text-align: center;
             margin: 0em .4em .4em .4em;}


table.big {width: 900px;
               border: 0px;}
table.small {width: 700px;
                border: 1px;}
caption {line-height: 25px;
           }
td.foota {width: 600px;}
td.footb {width: 200px;}


a.main {color: #339966;
         text-decoration: none;}
a.main:visited {color:#000000;
             text-decoration: none;}
a.main:hover {color: #805200;
              text-decoration: underline;}
a.main:active {color:#000000;
               text-decoration: underline;}

a.menu {color: #FFFFFE;
                  text-decoration: none;
                   font-weight: bold;}
a.menu:visited {color:#000000;
                text-decoration: none;
                font-weight: bold;}
a.menu:hover {color: #805200;
              text-decoration: underline;}
a.menu:active {color: #000000;}

a.top {color: #339966;
                  font-size: 8pt;
                   text-decoration: none;
                   font-weight: bold;}
a.top:visited {color:#000000;
             text-decoration: none;
             font-size: 8pt;}
a.top:hover {color: #805200;}
a.top:active {color:#000000;}


a.job {color: #000000;
                  font-size: 8pt;
                   text-decoration: none;
                   font-weight: bold;}
a.job:visited {color:#805200;
             text-decoration: none;
             font-size: 8pt;}
a.job:hover {color: #339966;}
a.job:active {color:#000000;}

a.sub {
	color: #339966;
        font-size: 10pt;
        text-decoration: none;
        font-weight: bold;
        }
        
a.sub:visited {
	color:#000000;
	text-decoration: none;
	font-size: 10pt;
	}
	
a.sub:hover {
	color: #805200;
	text-decoration: underline;
	}
	
a.sub:active {
	color: #000000;
	}
