body { background: #99b5b6; }

a { color: #000066;
    text-decoration: none; }

h2 { font-family: serif;
     color: #000066; }
		
h3 { font-family: sans-serif; }		

h4 { font-family: sans-serif; }		

p { font-family: serif;
    padding: 20px;
    line-height: 125% }

.banner { position: relative;
          left: 65px;
          top: 0px; 
          width: 90%;
          background: #6e9394}

.menubar { position: relative;
           left: 65px;
           top: 0px;
           width: 90%;
           font-family: sans-serif;
           font-size: small;
           font-weight: bold;
           background: #6e9394; }
.menubar a { color: black; }
.menubar a:hover { color: #ffffca; }

.sitename { font-family: serif;
            font-weight: bold;
            text-decoration: underline; }

.paralink {	font-family: serif;
            font-weight: normal;
            text-decoration: none;
            background: #E6E6FA; }

.url { font-family: "Tahoma",sans-serif;
       font-style: italic;
       font-size: small;
       line-height: 175%; }
			

.leftcontent { float: left;	 
               font-family: sans-serif;
               font-weight: bold;
               background: #99b5b6;
               padding: 5px;
               margin-top: 50px;
               margin-left: 35px;
               line-height: 200%; }	
.leftcontent a { color: #000000; }
.leftcontent a:hover { color: #ffffca; }			

.rightcontent { float: right;
                width: 55%;
                border: 25px solid #c3d7d7;
                font-family: serif;
                font-weight: normal;
                background: #ffffff;
                padding: 20px;
                line-height: 100%;
                margin-top: 50px;
                margin-right: 60px; }

.backtop { font-family: "Arial";
           font-size: x-small; }
.backtop a { color: #191970; }						
.backtop a:hover { font-weight: normal;
                   color: black;
                   background: silver;
                   font-size: 10pt; }						
								
.bookcite_title { font-family: serif;
                  font-weight: bold; }
.bookcite_author {font-family: serif;
                  font-weight: normal;
                  font-size: small; }

.signature { position: relative;
             float: right;
             font-size: small;
             font-style: italic;
             font-weight: normal;
             text-align: right;
             line-height: 150%; }
.signature a:hover { color: blue; }
