body { color: #000000; 
       background-color: #aaaaaa;
       font-family: verdana,arial,serif; 
     }

p { text-align: left;
    text-decoration: none;
    font-size: 100%;
    font-family: arial,verdana,serif,"Comic Sans MS";
  }





p.legal { font-size: 70%; 
          font-style: italic;
          text-align: center;
        }

p.cent { text-align:center; }

img { border: 1px solid #000000; }

hr { color: #060606;
   }

h1 { color: #000000;
     font-family: impact,verdana,arial,serif;
     text-align: center;
   }

h2 { color: #000000;
     text-align: center;
   }

h3 { font-size: 145%;
     font-weight: bold;
   }

h4 { color: #ff0000;
     font-size: 120%;
     text-align: center;
   }

h5 { color: #000000;
     text-align: center;
   }



a.one:link {color: #000000;
            font-size: 100%;
            font-weight: normal;
            
           }

a.one:visited {font-size: 100%;
               color: #000000;
               font-weight: normal;
               
              }

a.one:hover {font-size: 100%;
             font-weight: normal;
             color: #ff0000;
             
            }


a.two:link {color: #000000;
            font-size: 80%;
           }
a.two:visited {color: #000000;
               font-size: 80%;
              }
a.two:hover {font-size: 80%;
             font-weight: normal;
             color: #ffffff;
            }
            
a.three:link {color: #0000ff;
            font-size: 100%;
           }
a.three:visited {color: #0000ff;
               font-size: 100%;
              }
a.three:hover {font-size: 100%;
               font-weight: bold;
               color: #ff0000;
              }

a.weblink:link {color: #000000;
                font-size: 100%;
               }
a.weblink:visited {color: #000000;
                   font-size: 100%;
                  }
a.weblink:hover {font-size: 100%;
                 font-weight: normal;
                 color: #ffffff;
                }



div.outer { position: relative;
            z-index: 1;
            top: 10px;
            left: 10px;
            width: 900px;
            background-color: #ffffff;
            color: #000000;
            border: 4px solid #000000;
          }

div.banner { position: relative;
             z-index: 1;
             width: 900px;
             height: 120px;
}

div.toplinks { position: relative;
             z-index: 1;
             width: 899px;
             height: 20px;
             border: 1px solid #000000;
             background-color: #ff0000;
}

div.main { width: 100%;
           height: 100%;
           position: relative;
           z-index: 1;
         }





div.mid { position: relative;
             z-index: 1;
             border: 1px solid #000000;
             background-color: #ff0000;
}

div.legal { position: relative;
             z-index: 1;
             width: 899px;
             height: 20px;
             border: 1px solid #000000;
             background-color: #ff0000;
}

table { background-color: #ffffff;
        color: #000000;
}



td.leftlinks { width: 17%;
               height: 100%;
               vertical-align: top;
               border: 1px solid #000000;
	       
}

td.rightlinks { width: 15%;
                height: 100%;
                vertical-align: top;
                border: 1px solid #000000;
                background-color: #ffffff;
                color: #000000;
}

td.gutter { width: 2%;
            height: 100%;
            vertical-align: top;
}

td.content { width: *;
             height: 100%;
             vertical-align: top;
}