
    /*Stylesheet copyright  julietomlin.com     */
    
    
body {
background:#ffffff; margin: 0px;
font-family: arial, verdana, sans-serif;
color: #42210B;

}

html { min-height: 100%; margin-bottom: 1px; }

#top {
width: 100%; 
background-color: #0071BC; 
height: 18px; 

}
        
#container {
width:100%;
color:#42210B;
background: #ffffff;
    
}

        

#header {
width: 800px; 
height: 100px;
margin-left: auto; 
margin-right: auto; 
background-image: url(/jt-logo.jpg);
background-repeat: no-repeat;

}
      

 /* NAVIGATION     */    

#nav {
width: 800px;
background-color: #42210b;
margin-left: auto;
margin-right: auto;
text-align:left;
text-transform: lowercase;           
}

#navcontainer {width: 100%; background-color: #42210b;
padding-top: 5px; padding-bottom: 5px;
} 
       
a.nav {
color: #ffffff;
text-decoration: none; 
font-size: 11pt;
font-style: normal;
padding-right: 20px;
}

a.nav:visited {
color: #ffffff;
text-decoration: none; 
font-size: 11pt;
font-style: normal;
padding-right: 20px;
    
}
   
a.nav:hover {
color: #0071BC;
text-decoration: none; 

font-size: 11pt;
font-style: normal;    
    
}
    
a.nav:active {
color: #0071BC;
text-decoration: none; 
font-size: 11pt;
font-style: normal;       

} 


a.index {
color: #42210b;
text-decoration: none;
padding-right: 20px; 
font-size: 11pt;
font-style: normal;

}

a.index:visited {
color: #42210b;
text-decoration: none;
padding-right: 20px; 
font-size: 11pt;
font-style: normal;
    
}
   
a.index:hover {
color: #0071BC;
text-decoration: underline;
padding-right: 20px; 
font-size: 11pt;
font-style: normal; 

    
}
    
a.index:active {
color: #0071BC;
text-decoration: none; 
padding-right: 20px;
font-size: 11pt;
font-style: normal;       

} 

h1, h5 {
       
color:#0071BC; 
font-size: 14px; 
text-align: left;
margin-top: -1px;
margin-bottom: -1px;

}

 /* CONTENT   */ 

  
#content {
margin-left: auto; 
margin-right: auto;
margin-top: 20px;
width: 800px; 
font-size: 11pt;

} 

#left {
float: left;
display: inline;
width: 430px;

}


#right {
float: right;
display: inline;
width: 330px;
text-align: center;
margin-top: .5em;

}

#content-main {
width: 800px;
margin-left: auto;
margin-right: auto;

}

 /* LINKS   */ 
        
a {
color: #0071BC;
text-decoration: underline; 
font-size: 11pt;
font-style: normal;

}

a:visited {
color: #0071BC;
text-decoration: underline; 
font-size: 11pt;
font-style: normal;

    
}
   
a:hover {
color: #42210b;
text-decoration: underline; 
font-size: 11pt;
font-style: normal;    
    
}
    
a:active {
color: #0071BC;
text-decoration: underline; 
font-size: 11pt;
font-style: normal;       

}

p {text-align: justify;}
 
   
/* FOOTER   */ 

#footer {
width: 800px;
margin-left: auto;
margin-right: auto;
clear: both;
background: #FFFFFF;
text-align:right;
padding:10px;
color:#754C24;
font-size: 10pt;

} 

