@charset "iso-8859-1";

/* Layout Stylesheet */ 
d
		A:link { text-decoration: underline; color: #6595D6 ; }
		A:visited { text-decoration: underline; color: #6699FF; }	
		A:active { text-decoration: underline; color: #6595D6 ; }
		A:hover { text-decoration: none; color: #ffffff; background: #6595D6; }	

	body { background: #6595D6;
		font-family: "Lucida Grande", "Lucida Sans Unicode", lucida, verdana, sans-serif; 
		line-height: 1.3em;
		text-align:center;
		font-size:small;
		}
		
	h2 { background: #6595D6; 
		color: #ffffff;
		font-size: 120%; 
		line-height: 2em;
		text-align:center;
		}
	
	h3 { color: #6595D6; 
		font-size: 105%; 
		}
	

		.datelog { color: #6595D6;
		font-size: 80%; 
		font-variant: small-caps;
		}
	
		#menulist {
			padding: 5px;
			margin: 0;
			background-color: #FFFFFF;
			text-align:center;
			font-size: small;
			color: #6699FF;
			}

		A.menu:link { text-decoration: none; color: #8b4513 ; }
		A.menu:visited { text-decoration: none; color: #8b4513 ; }	
		A.menu:active { text-decoration: none; color: #8b4513 ; }
		A.menu:hover { text-decoration: underline; color: #FFFFFF ; background: #6595D6; }		
		
		A.note:link { text-decoration: none; color: #000000 ; }
		A.note:visited { text-decoration: none; color: #000000 ; }	
		A.note:active { text-decoration: none; color: #000000 ; }
		A.note:hover { text-decoration: none; color: #000000 ;background: #FFFFFF;  }	
		
		#container {
			width: 100%;
			margin: 0px;
			margin-left: auto;
			margin-right: auto;
			padding: 0px 0px 1px 0px;
			background-color: #E1F0FF;
			text-align:left;
			}

		#banner {
			padding: 10px;
			text-align:left;
			}

		#content {
			padding: 10px;
			margin: 10px;
			background-color: #E1F0FF;
			}
					
		.footer { color: #FFFFFF;
		}
		
		A.footer:link {text-decoration: none; color: #FFFFFF;}
		A.footer:visited {text-decoration: none; color: #FFFFFF;}	
		A.footer:active {text-decoration: none; color: #FFFFFF;}
		A.footer:hover {text-decoration: underline; color: #FFFFFF;;}	


		
		
