/* GENERAL STUFF*/
body {
background-color: white;
color: #000099;


}

.navbottom{
font-size:9pt;text-align:center; padding-top:10px;
}


/* Turn off bullets on <li> _inside_ our special padding <ul> */
 ul.plain {
  list-style: none;
  padding: 0;
  margin: 10 0;
}



.clearleft{
clear:left;
}

.clearright{
clear:right;
}




.photoright{
float:right;
margin-left:5px;
border:solid thin white;
}

.photoleft{
float:left;
margin-right:20px;
border:solid 10px white;

}



 a:link,  a:visited {
color: #004848;
text-decoration:none;

}


a:hover {
color: 16C537;

}



.photocenter{
text-align:center;
}





.footer{
text-align:center;
color: #000099;
font-size:smaller;
}




