body {
background-color:#B8C3E7;
color:#2222bf;
}

a {
font-weight:bold;
text-decoration:none;
color:#2222bf;
}

a:hover {
color:#6899BF;
}


/* style for title in blue bar */
div.title {position:absolute; top:10px; left:10px; 
width:575px; height:25px;
background-image:url('graphics/content_bar.gif');
color:white; font-weight:bold; text-align:center;
padding-top:2px;
}

/* style for white content box */
div.box {border: 1px solid #687DBF; 
background-color:white; padding:8px;
position:absolute; left:10px; top:35px; width:557px;
}

/*image on main page */
img.mainpage{float:right; border:2px solid #687DBF; 
             margin:3px; width:250px; height:242px;}

/* main page disclaimer */
div.disclaimer {border:2px solid #687DBF; background-color:white;
position:absolute; left:70px; top:740px; width:440px; height:41px; padding:7px;
font-size:11px;
}

/* to center a section of text */
div.center {text-align:center;}

ul {margin-left:0px; padding-left:12px;}
ul li {list-style:none; font-weight:bold;}
li ul li {font-weight:normal; list-style:disc;}

/*partial styling for copyright div at bottom of each page */
div.copy {position:absolute; left:10px; width:575px;  
         text-align:center; color:#687DBF; font-size:12px;}

hr {height:1px; width:50%;}

/* thumbnail image link styles */

a.thumb {border-style:none;}
a.thumb img {border:solid 8px #C4DCFD;}
a.thumb:hover img{border: solid 8px #035DD8;}
