/* CSS Document */
.cell-border {
	border: 1px solid #000000;
	background-color: #670001;
}

.leftImg { margin-right: 15px;
           margin-bottom: 15px;
		   margin-top: 0;
	       border: 1px solid black;
         }
.topImg { margin-right: 15px;
           margin-bottom: 15px;
		   margin-top: 24px;
	       border: 1px solid black;
         }
.bottomImg { margin-right: 0;
             margin-left: 24px;
             margin-bottom: 24px;
		     margin-top: 5px;
	         border: 1px solid black;
           }
.rightImg { margin-left: 15px;
            margin-bottom: 15px;
			margin-top: 0;
	        border: 1px solid black;
          }
p {
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 15px;
	padding: 15px;
}
p#topParagraph { padding-top: 22px; }
p#bottomParagraph { padding-bottom: 22px; }
p#oneParagraph { padding-top: 22px;
                 padding-bottom: 22px; }
p a { color: #aaaacc; 
      text-decoration: none;
	}
p a:hover { text-decoration: underline; }  
.title { font-family: arial, helvetica, san-serif;
         font-size: 20px;
		 line-height: 20px;
	     color: #FFFFFF;
	     text-decoration: underline;
	     font-weight: bold;
}
.subtitle { font-family: arial, helvetica, san-serif;
            font-size: 18px;
		    line-height: 20px;
	        font-weight: bold;
          }
.subtitle a { color: white;
            }
.subtitle a:hover { color: #bbbbcc;
                    text-decoration: underline;
				  }
		  
.biggerFont {
         font-size: 15px;
}
.miniFont { font-size: 10px; }
.autoHeader {
         font-size: 15px;
		 font-weight: bold;
		 height: 20px;	 
}

.copyright {
	font-family: arial, helvetica, san-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 12px;
}
.copyright a { color: #FFFFFF;
               text-decoration: none; }
.copyright a:hover { text-decoration: underline; }

#nav { list-style-type: none;
       margin: 0;
	   padding: 0;
	   margin-left: 15px;
       margin-top: 20px;
	   margin-bottom: 20px;
	 }
#nav li { margin: 0;
		  border: 0;
		  padding: 0;
		  width: 170px;
          margin-bottom: 10px;
          height: 30px;
		}		  
#nav li a {
		 display: block;
	     text-decoration: none;
		 background-color: #283A42;
		 border-top: 2px solid #687A82;
		 border-right: 2px solid #687A82;
		 border-left: 2px solid black;
		 border-bottom: 2px solid black;
		 padding: 5px;
		 margin: 0;
	     font-family: arial;
	     font-size: 13px;
	     color: #FFFFFF;
	     font-weight: bold;
	     line-height: 15px;
}
#nav li a:hover {
	     background-color: #98AAB2;
}
#nav li a.current {
         border: 2px solid #670001;
		 background-color: #670001; 
} 
#nav li a.current:hover {
         border: 2px solid #670001;
		 background-color: #670001; 
} 

#sponsors { border-top: 2px solid black;
		  }
#sponsors p { color: black;
              font-size: 20px;
			}
form table#searcher { margin: 0;	
                      padding: 0;
					  border: 0;
					}
