/* CSS Document */
body {
 margin-top: 10px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background: #fff;
}
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 20px;
 color: #000;
 font-weight: bold;
}
h2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #000;
 font-weight: bold;
 font-style: italic;
}
a {
 color: blue;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
}
div#header {
 margin: 0px;
 padding: 0px;
 width: 799px;
 height: 185px;
 text-align: left;
 background: #fff url(images/header-bg.jpg) no-repeat;
}
div#header-info {
 position: relative;
 top: 82px;
 left: 200px;
 width: 350px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #ff0;
}
div#orange-line {
 height: 15px;
 background: url(images/orange-line.jpg) repeat-x;
}
div#slideshow-wrapper {
 background: #00319C;
}
table#slideshow {
 margin: 0px;
 padding: 0px;
}
#SLIDESIMG {
 border: 4px solid #000;
 border-left: 8px solid #000;
 border-right: 8px solid #000;
}
div#topnav {
 margin: 0px;
 padding: 8px 0px;
 text-align: center;
 background: #00074A;
 border-top: 1px solid #FFCF5B;
 border-bottom: 1px solid #FFCF5B;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 14px;
 color: #ff0;
}
#topnav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 14px;
 color: #ff0;
 text-decoration: none;
}
#topnav a:hover {
 color: #fff;
}
table#content {
 margin: 0px;
 padding: 0px;
 width: 800px;
 text-align: left;
}
td#left-col {
 margin: 0px;
 padding: 5px;
 background: #01319D url(images/left-col-bg.jpg) top repeat-x;
 text-align: center;
}
td#main-col {
 margin: 0px;
 padding: 5px;
 background-color: #fff;
 text-align: left;
}
td#right-col {
 margin: 0px;
 padding: 5px;
 background-color: #fff;
 text-align: left;
 border-left: 1px solid #E1E8EF;
 border-right: 1px solid #E1E8EF;
}
div#upcoming-events-title {
 padding: 3px;
 margin-bottom: 2px;
 text-align: center;
 color: #00074A;
 font-weight: bold;
 background: #DBDA96;
}
div#upcoming-events {
 padding: 5px;
 border: 4px solid #DBDA96;
}
div#mission-statement {
 padding: 5px;
 text-align: center;
 background: #E1E8EF;
}
table#footer {
 margin: 0px;
 padding: 0px;
 width: 800px;
 background: #00074A;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
}
#footer td {
 padding: 5px;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}
.pics {  
    height:  269px;  
    width:   589px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 1px auto;   
    background-color: #000000;  
    width:  587px; 
    height: 267px; 
    top:  0; 
    left: 0 
} 
