body {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	
}
div {
	margin: 0px;
	padding: 0px;
}

#calendar_story {
	background-color: #CCCC99; 
	border: 0.5em; 
	border-style: double; 
	border-color: #663300; 
	padding: 0.5em; 
	font-size: 0.8em; 
	width: 430px;
	color: #663300;
}


#calendar_quote {
	background-color: #CCCC99; 
	border: 0.1em; 
	border-style: solid; 
	border-color: #663300; 
	padding: 1em; 
	font-size: 1em; 
	width: 580px;
	color: #663300;
	font-style: italic;
	line-height: 1.3em;
}

p {
	margin-top: 5px;
}
h1 {
	font-size: 16px;
	color: #663300;
}
h1.cal {
	text-align: left;
	font-size: 28px;
	color: #663300;
	padding-top: 0.5em;
	padding-bottom: 0px;
	margin: 0px;
}
h1.cal_covers {
	line-height: 28px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 22px;
	background-color: #663300;
	color: #FFFFFF;
	text-align: center;
}

h2 {
	display: inline;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 14px;
	color: #663300;
}
hr {
    color: #663300;
    background-color: #663300;
    height: 1px;
	margin-bottom: 10px;
}
ul {
	display: list;
	margin: 0;
	padding: 0 0 5px 0;
		}
li {
	margin-left: 35px;
	dislplay: inline;
	padding: 0px;
}
a:link, a:visited {
	color: #663300;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
.textLeft {
	font-size: 10px;
	color: #fff;
	text-align: center;
}
.textSmall {
	font-size: 10px;
}
.textLeft a:link, .textLeft a:visited {
	font-size: 10px;
	color: #fff;
	text-align: center;
	text-decoration: underline;	
}
.textLeft a:hover {
	font-size: 10px;
	color: #666;
	text-align: center;
	text-decoration: underline;	
}
.tableHeader {
	background-color: #CCCC99;
	width: 755px;
}	
.tableContent {
	background-color: #E8E8D0;
	width: 755px;
}
.pageMenu {
	background-color: #006633;
	width: 123px;
	line-height: 15px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.pageContent {
	background-color: #E8E8D0;
	width: 460px;
	line-height: 16px;
	padding: 8px;
	font-size: 12px;
	text-align: justify;	
}
.photoContent {
	background-color: #E8E8D0;
	width: 169px;
	line-height: 15px;
	border-right: 1px solid #fff;
	text-align: center;	
	font-size: 12px;
}
.padding a:link, .padding a:visited {
	color: #663300;
	text-decoration: underline;
}
.padding a:hover {
	color: #666;
	text-decoration: underline;
}
.photo {
	border: 1px solid #fff;
	margin: 0 8px 0 8px; 
}
.photoBreak {
	height: 10px;
}
.newsletterContent {
	background-color: #E8E8D0;
	width: 629px;
	line-height: 16px;
	padding: 8px;
	font-size: 12px;
	text-align: justify;	
}
.bulletinContent {
	background-color: #E8E8D0;
	width: 613px;
	font-size: 12px;
  border-collapse: collapse;
}
.bulletinContent td {
  border:1px solid #663300;
}
.bulletinContentTop {
	background-color: #C1D1C1;
}
.bulletinContentMiddle {
	background-color: #D1D1B2;
}
.textNormal {
	font-size: 12px;
}
.bottomLeft {
	width: 9px;
	height: 20px;
	background-color: #006633;
	background-image: url(images/corner_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}
.bottomLeft2 {
	width: 115px;
	background-color: #006633;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;	
}
.bottomMiddle {
	background-color: #E8E8D0;
	width: 460px;
	line-height: 16px;
}
.bottomRight {
	width: 9px;
	background-color: #E8E8D0;
	background-image: url(images/corner_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
}
.bottomRight2 {
	width: 160px;
	background-color: #E8E8D0;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #E8E8D0;		
}

/* Nav List */
#navlist {
	width: 123px;
	text-align: left;
	background-color: #006633;
}
#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none; /*turns off display of bullet*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navlist li {
	margin: 0 0 0 0;
	padding: 0;
}
#navlist a:link, #navlist a:visited {
 	width: 123px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	border-bottom: 1px solid #fff;
	background-color: #006633;	
	color: #fff;
	text-decoration: none;
}
#navlist a:hover {
	border-bottom: 1px solid #fff;
	background-color: #99CC99;
	color: #666;
}
/*current navlist */
#current a:link, #current a:visited {
 	width: 123px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	border-bottom: 1px solid #fff;
	background-color: #99CC99;	
	color: #666;
	text-decoration: none;
}
#current a:hover {
	border-bottom: 1px solid #fff;
	background-color: #99CC99;
	color: #666;
}
/* End Nav List*/	
.naturalHistory {
	height: 570px;
}
.padding {
	padding-left: 5px;
}
.footer {
	color: #fff;
	font-size: 12px;
	text-align: center;
}
.footer a:link, .footer a:visited {
	color: #fff;
	font-size: 12px;
}
.footer a:hover {
	color: #ffffcc;
	font-size: 12px;
}
