/* additional styles for this site */

body 
{
    color: #FFF;
    background-color: #000;
    background-image: url(../images/background.png);
    background-position: center top;
    background-repeat: repeat-x;
    text-align: center;
    
}
h1, h2, h3, h4 
{
    color: #FFF;
  
}
.clear 
{
    clear: both;
}

a, a:visited {
    color: White;
}

img.imgBorder 
{
     border: 1px solid #BAE3C4;
    padding: 2px;
}

#PageContainer {
    margin: 0 auto;
    text-align: left;
    width: 960px;
    position: relative;
   
}

#Masthead {
    margin-top: 50px;
    margin-bottom: 16px;
}

#Masthead h1 {
    margin: 0; padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.7em;
    font-size: 28px;
    
   
    line-height: normal;
    
}
#Masthead h2 {
     margin: 0; padding: 0;
    display: inline;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-size: 16px;
    float: right;
    margin-top: -20px;
  
    line-height: normal;
    
}
#Masthead #SiteLogo img {
    display: inline;
   
}
#Masthead #SiteLogo {
    clear: both;
    display: inline;
    
    
}
#PrimaryNav {
  
    background-image: url(../images/navBack.png);
    background-position: top left;
    background-repeat: repeat-x repeat-y;
    
    padding: 0px 10px;
    
    height: 97px;
    width: 796px;
    
    float: right;
    margin-top: -97px;
    
}
#PrimaryNav ul {
    
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 40px;
}

#PrimaryNav ul li {
    margin: 0;
    padding: 0;
    font-size: 17px;
    letter-spacing: 0.1em;
    display: inline;
    padding: 0px 27px;
}

#PrimaryNav ul li a {
    text-decoration: none;
}
#PrimaryNav ul li a:visited {
}

#PrimaryNav ul li a:hover {
    color: #000;
}

#PrimaryNav ul li.selected a {
     color: #000;
}

#MainBody {
    clear: both;
   
}

#BodyContent {
    margin-bottom: 16px;
    background-image: url(../images/BodyBackground.png);
    background-position: top center;
    background-repeat: repeat-y;
    color: Black;
    
}
#LeftCol {
    padding-top: 18px;
    color: Black;
   
}
#LeftCol h2 {
    
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    color: White;
}
#RightCol {
   
}
#RightCol h1, #RightCol h2, #RightCol h3, #RightCol h4 {
    color: Black;
}

#RightCol a:hover {
    color: black;
}

#RightCol h1 {
    background-color: White;
    color: Black;
    font-size: 18px;
    padding: 10px 9px;
    margin-left: -10px;
    width: 685px;
   
}
#RightCol h2 {
    font-size: 16px;
}
#RightCol h3 {
    font-size: 14px;
    font-weight: bold;
    
}
#RightCol a, #RightCol a:visited
{
    color: #718667;
}

#Footer {
    clear: both;
    background-color: #626262;
    text-align: right;
   
    height: 43px;
    /* this veritcal centers the footer text. Only works for one line of text */
    line-height: 43px; 
    padding-right: 12px;
}
    
#Footer p {
    
}

#HomePageFlashElement {
    background-color: White;
    width: 100%;
    height: 480px;
    margin-bottom: 16px;
    
}

.sborder {
    border: 1px solid red;
}

/* image styles */
img.right {
    float: right;
    margin-bottom: 18px;
    margin-left: 18px;
}
img.left {
    float: left;
    margin-bottom: 18px;
    margin-right: 18px;
}

dl.file_list{ list-style:none; margin:0; padding:0; float:left; margin-bottom:17px;}
dl.file_list dt{ margin:0; padding:0; margin-right:10px; width:75px; height:80px; float:left; clear:both;}
dl.file_list dd{ margin:0; padding:0; width:140px; float:left; }
dl.file_list dt img {
    border: 1px solid #666;
    padding: 2px;
}


/* link styles */
a.pdflink {
    background-image: url(../images/small_pdf_icon.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 30px;
    padding-left: 25px;
    display: block;
    
  
}

blockquote {
    color: white;
    font-size: 14px;
    line-height: 2;
   
   
}
