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