﻿*{
    padding:0;
    margin:0;    
}

body{
    font-family: Tahoma, Times New Roman, Sans-Serif;
    font-size: 16px;
    background: black url(Images/Background.png) repeat-x left top;   
}

p{
    margin:0 .3em .1em .3em;    
}

h1, h2, h3{
    color:#c5750a;
    margin:0 .3em .1em .3em;
}



h1{
    padding: 0px 10px 2px 0px; 
    border-bottom:solid 1px #c5750a;
    font-size:1.7em;
}

h2{
   font-size:1.4em;
   margin: 0 0 .39em 0;     
}

h3{
    font-size:1.4em;
    text-decoration:underline;
       
}
.exclamation{
  font-size:.9em;
  color:#271d00;
}

h4{
    color:#271d00;
    margin:0 0 .2em 0;
    text-decoration:underline;    
}

#content a{
    color:#c5750a;
    text-decoration:underline;    
}

#content a:hover{
    color:White;
    background-color:#271d00;
    text-decoration:none;    
}

#top_nav a:hover, #top_nav a.selected{
    color:white;
    display:block;
    background-color:#c5750a;    
}
/*-----------------------------------------------------
          Begin List formatting
-----------------------------------------------------------*/
.policy, .list{
margin:0;
padding:0; 
list-style-type:none;   
}
.policy li, .list li
{

background: url(Images/bulletOrange.jpg) no-repeat center left;
padding-left:30px;
margin-bottom:17px;
margin-left:7px;
display:block;
height: auto;
}

.policy li:hover{
    background:white;
    list-style-image:none;
    display:block;
    background-color:#271d00;
    color:White;    
}
