/*

   This is the CSS layout sheet for the default
   template document. 

   It is heavily commented, and has more tags 
   than are being used. This is for ease of use
   later.

*/

html {
   color: #000000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 0.9em;

}

#bodytag {
   text-align: center; /* Centers shell in IE */

}

div#shell {
   width: 750px;
   margin: auto; /* centers shell in standards-
compliant browsers */
   background-color: #FFFFFF;
   border: 1px solid #000000;
}

div#header {
   clear: both;
   width: 750px;
   background-color: #c0c0c0;
   padding: 0px;
   margin: 0;
}

#header a img {
   bordeR: none;
}



div#mainNav {
   width: 750px;
   float: left;
   margin: 0;
   padding: 2px 0px 2px 0px;
}

#mainNav ul {
   margin: auto;
   list-style: none;
   background-color: red;
}

#mainNav li {
   float: left;
   position: relative;
   margin: 0;
   padding: 0;
   background-color: #c0c0c0;
   width: 100px; /* You can alter this size based on
how many list items you have for navigation */
}

#mainNav li a {
   color: #000000;
   text-decoration: none;
   display: block;
   border: 1px solid #000000;
   margin: 0;
   padding: 5px;
}

div#contentArea {
   float: clear;
   width: 725px;
   margin: 0;
   padding: 5px;
   text-align: left;
}

div#footer {
   width: 750px;
   background-color: #c0c0c0;
   margin: 0;
   padding: 5px 0px 5px 0px;
}

img.pwLogo {
   border: none;
   width: 128px;
   height: 40px;
   
}

#footer a span {
   display: none;
   
}

#liststable {


}

#liststable td {
   padding: 6px;
}