/*
CSS for www.AzureGreenW.com
*/


/* layout */




#container {
    font-family: Georgia, Times New Roman Times, Serif;				
    width: 100%; 
    margin: 0 auto;
    background-image: url('bg.jpg');
}

#header {
    text-align: center;
    
}

#tagline {
    
    text-align: center;
    
    
    
    
}
/*Columns */ 

.columns {
    
}
.navigation {
    width: 198px; 
    padding-right: 25px;
    
}
    
.bodycopy {
    width: 500px; 
    padding-left: 25px; 
    padding-right: 25px; 
}

.infopanel {
    width: 198px; 
    padding-left: 25px; 
     
    
}

/*navigation */

#navigation {
    background-image: url('SIDENAV2.png');
    background-repeat: no-repeat;
    padding:15px; 
    padding-left: 0px; 
    width: 250px; 
    color: #ffffff;
    height: 100%;
    font-size: 1em;
    text-align: center;
    line-height: 1.5em;
    }


h2.navheading {
    font-size: large;
    font-family: Courier New, Courier, Monospace;
    
}
.navlinks {
    
}
a.navlinks {
    color: white; 
    text-decoration: none; 
    line-height: .5em;
    
    }
    



a.hover {
    text-decoration: underline; color: black;
    
}

 
 strong {
    font-size: 1.25em;
 }
 
 .caption {
    line-height: .5em;
 }
 
 /* Links */
 
 a {
    text-decoration: none;
 }
 
 a:hover {
    
    text-decoration: underline; 
    color: black;
 }
 /*Body Copy*/ 
 
 #bodycopy {
    text-align: left; 
    margin: 15px; 
    padding: 10px; 
    background: white;
    width: 500px;
    border: outset;  
 }
 .body {
    font-size: medium;
    font-style:  !important;
 }
 .bodylist li {
 
    margin-top: 1em; 
 }
 h1.fantasy {
    text-align: center;
    background: white;
    color:  black;
 }
 
 .formbodycopy {
    text-align: left; 
    margin: 15px; 
    padding: 10px;
    background: white; 
    width: 700px; 
    border: outset; 
 }
 
 /*info bar*/ 
 
 #infopanel {
    background-image: url('SIDENAV2.png');
    padding: 25px; 
    width: 198px; 
    color: #ffffff;
    height: 100%; 
    background-repeat: no-repeat;
 }

/*All Divs*/

.nobullet {
    list-style: none;
}

.imagecenter {
    text-align: center;
}
