/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	background-color:#999999;
	margin:0px;
	}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%; font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
	}
	
.Quote {  
	font-family:Georgia, Times, serif;
	font-size: 85%;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	font-variant:normal;
	font-style:italic;
	color: #848160;
	text-align: left;
	}
	
.QuoteAuthor {  
	font-family:Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 135%;
	font-weight: bold;
	font-variant:normal;
	color: #848160;
	text-align: left;
	margin:1px 0px 0px 40px;
	}


a:link, a:active {
	color: #333366;
}

a:visited {
	color: #333366;
}

a:hover {
	/* border:1px solid #CCCC99; */
	color: #990000;
}

.MenuLink {
	text-decoration:none;
	}

h1 {
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 100%; 
	 font-style: normal; 
	 line-height: 110%; 
	 font-weight: bold;
	 color: #000033;
	 margin-bottom:0px;
 }
 
 h2 {
	 font-family:Georgia, Times, serif;
	 font-size: 100%; 
	 font-style: normal; 
	 line-height: 110%; 
	 font-weight: bold; 
	 color: #000033;
	 margin-bottom:0px;
	 border-top:1px solid #CCCC99;
	 padding-top:4px;
	 
 }
 
  h3 {
	 font-family:Georgia, Times, serif;
	 font-size: 90%; 
	 font-style: normal; 
	 line-height: 100%; 
	 font-weight: normal; 
	 color: #000033;
	 margin:0px 0px 6px 0px;
	}

 h4 {
	 font-family:Georgia, Times, serif;
	 font-size: 100%; 
	 font-style: normal; 
	 line-height: 110%; 
	 font-weight: bold; 
	 color: #000033;
	 margin-bottom:0px;
	 padding-top:4px;
	 
 }

.horizRule {
	border-bottom:1px solid #CCCC99;
	margin:10px 0px 10px 0px;
	}
	
.menu {
	font-size:90%;
	text-align:right;
	border-bottom:1px solid #CCCC99;
	padding:2px 3px 2px 0px;
	text-decoration:none;
	
	}
	
.date {
	font-size:90%;
	text-align:right;
	border-bottom:1px solid #CCCC99;
	padding:2px 3px 2px 0px;
	text-decoration:none;
	
	}
.schedule {
	font-size:90%;
	text-align:left;
	border-bottom:1px solid #CCCC99;
	padding:2px 3px 2px 0px;
	text-decoration:none;
	
	}

.box {
	border:1px solid #CCCC99;
	padding:3px;
	}
