/** 
 * 
 * Styles for index page
 * 
 * @author Aaron Burms
 * 
 */
 
        #description {
            margin-bottom: 250px;
            line-height: 19px;
        }
        
        #description p#title {
            color: #014694;
            font-weight: bold;
            font-size: 22px;
            margin-top: 15px;
            margin-left: 0px;
            text-decoration: underline;
        }
        
         #description p#title2 {
            color: #014694;
            font-weight: bold;
            font-size: 13px;
            margin-top: 15px;
            margin-left: 0px;
        }
        
        #description a {
            color: #014694;
            text-decoration: underline;
        }
        
        #description a:hover {
            color: #800000;
            text-decoration: none;
        }
        
        #description img {
            float: right;
            margin-top: -85px;
            width: 240px;
        }
        
        ul.missie {
            list-style-type: disc;
            line-height: 19px;
            margin-left: 35px;
            margin-top: -17px;
        }
        
        p#missie {
            
        }
        