/* company stylesheet */
* {margin: 0; padding: 0;}

#container {
	width: 910px; height: 800px; margin: 0px auto 0px auto; padding: 0;
	background: #3D77CF; position: relative; float: none; z-index: 0;
}




#main {width: 910px; height: 800px;  margin: 0px 0px 0px 0px; 
       padding: 0; background: #3D77CF;  position: absolute; z-index: 1;
}
       

#left {float: left; width: 140px; height: 685px; 
       background: #3D77CB; margin: 0px 0px 0px 0px; 
       border-right: 1px solid black;
}

#menu {float: left; width: 140px; height: 695px;}

#control {float: right; width: 12px; height: 800px; background: black;}
#tpad {padding: 230px 0px 0px 0px}
#bpad {padding: 50px 0px 0px 0px}

#center {float: left; width: 620px; height: 800px;
         margin: 0px 0px 0px 0px; background: black; 
         }



#right {float: left; text-align: left; 
        width: 140px; height: 755px; 
        background-color: white;  /* #8DAFE1; */
        margin: 0px 0px 0px 5px;}


#footer {clear: both; text-align: center; font-size: 8px; 
         font-family: veranda, sans-serif; 
         height: 32px; width: 140px; background: black;
	     border-width: 2px 0 0 0; border-style: solid; 
         border-color: #5252CC; color: white;}

#header {text-align: center; font-size: 32px; height: 32px; 
         width: 140px; background: url(../gifbox/stripes.gif) white;
	     border-width: 3px 0 3px 0; border-style: solid; border-color: #CC5252;
         margin: 18px 0px 12px 0px; float: left;}

/* Needed at the bottom of the containing element e.g. main to allow FF auto to work */
.clear {clear: both; font-size:1px; line-height:0px;}

a {border: none; text-decoration: none;}

#control a span {
  display: none;
  }
 
#control a:hover {
  background-color: #dbe4f2;
  }
/* The above hover change defeats the
  IE/Win display changing bug */
 
#control a:hover span {
  position: absolute;
  display: block;
  margin-left: -90px;
  margin-bottom: 20px;
  width: auto;
  height: 25px;
  background: #fdd;
  border: 1px solid red;
}

.hometab {float: right; color: white; background-color: #CC5252; 
          width: auto; height: 16px; font-size: 10pt; font-weight: bold; 
          position: relative; top: 18px;}

.hometab a {color: white;}
.hometab a:hover {color: black; background-color: #FFFFCC;}

img {border: none;}

h1 {font-size: 12px;  font-family: veranda, sans-serif;
    color: white; padding-left: 5px;}

h2 {font-size: 10px;  font-family: veranda, sans-serif;
    color: white; padding-left: 8px; padding-bottom:
    15px;}
