/* Bad Justice CSS Document 
   Tarra@TarraDesigns.com*/
   
body {
  background-color: #ffffff;
  margin:0px;
  padding:0px;
  width:1024px;
  height:100%;
  }
.header {
  background-color: #000000;
  background:url(../images/titlebar.jpg) top right no-repeat;
  height:100px;
  width:1024px;
  }  
  
.dropdown {  
  color: #ffffff;
  position:absolute;
  top:40px;
  left:790px;
  text-align:left;
  }
  
.dropdown a:link {
  color: #cccccc;
  text-decoration: none;
  font-style:normal;
  }  
  
.dropdown a:visited {
  color: #cccccc;
  text-decoration: none;
  font-style:normal;
  }    

.container {
  width:1024px;
  margin:0px auto;
  padding:0px;
  }
  
.separator {
  border: #cccccc thin groove;
  margin:0px;
  padding:0px;
  line-height:0px;
  width:100%;
  }
  
.content {
  margin:0px auto;
  text-align:justify;
  padding:10px;
  width:85%;
  }
  
.content a:link {
  color:#990000;
  font-size:18px;
  font-weight:bold;
  text-decoration:none;
  }

.content a:visited {
  color: #000099;
  font-size:18px;
  font-weight:bold;
  font-style:italic;
  padding-right:2px;
  text-decoration:none;
  }

.content a:hover {
  color:#ff0000;
  font-size:18px;
  font-weight:bold;
  text-decoration:underline;
  }
  
.footer {
  background-color:#cccccc;
  border-top: #cccccc medium groove;
  clear:right;
  color: #000066;
  font-family:"Times New Roman", Times, serif;
  font-size:20px;
  font-style:oblique;
  margin: 0px auto 0px auto;
  padding: 0px;
  text-align:center;
  width: 100%;
  }

.footer a:link {
  color:#0000ff;
  text-decoration:none;
  }

.footer a:visited {
  color: #000000;
  font-style:italic;
  padding-right:2px;
  text-decoration:none;
  }

.footer a:hover {
  color:#0000cc;
  text-decoration:underline;
  }
  
.plink  a:link {
  color:#990000;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-style:italic;
  font-weight:normal;
  }
  
.plink  a:hover {
  color:#990000;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-style:italic;
  font-weight:normal;
  }
  
.plink  a:visited {
  color:#990000;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-style:italic;
  font-weight:normal;
  }



