.body {
	border: 1px solid #AF9D8B;
	vertical-align: top;
	margin: 10px auto;
	}

.sidebar  {
           font-family: verdana, arial, sans-serif;
           font-size: 11px;
           color: #603913;
           line-height: 1.5;
           background-color: #DFDAB5;
	  }

.contentcell  {
           font-family: verdana, arial, sans-serif;
           font-size: 11px;
           color: #603913;
           line-height: 1.5;
	  }
	  

/* how a link will appear to the user  */
a:link {
	color: #000066;
	text-decoration: none;
; font-weight: normal
}
a:visited {
	color: #000066;
	text-decoration: none;
; font-weight: normal
}
a:hover {
	text-decoration: none;
	color: #7A9765;
}
a:active {
	color: #000066;
	text-decoration: none;
 font-weight: normal}


 /* how the background and text in the body of the page will render*/
 body      {
           background-color: #ffffff;
           }

p	  {
           font-family: verdana, arial, sans-serif;
           font-size: 11px;
           color: #603913;
           line-height: 1.5;
	  }

p.upcoming{
           font-family: verdana, arial, sans-serif;
           font-size: 11px;
           color: #603913;
           line-height: 1;
	  }
	  
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	color: #4C5930;
	margin: 0;
	padding: 0;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #603913;
	margin: 0;
	padding: 0;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold; 
	padding-top: 0;
	color: #677D56;
	padding: 0;
	margin:0;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	padding: 0;
	margin:0;
}
	  
.footer {
	margin: 10px 0 0;
	width: 700px;
	font-size: 11px;
	clear: both;
	padding: 0;
	border-top: 1px solid #E7E1DB;
}
.footer p {
	margin: 0;
	padding: 10px;
	}	  
	
.navtable {
	background: #EEEAE6;
	margin: 0;
	padding: 0;
	width: 700px;
	border-bottom: 1px solid #AF9D8B;
	border-top: 1px solid #AF9D8B;
}
.navcell {
	height: 17px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #D9D7D3;
	border-right: 1px solid #D9D7D3;
	border-bottom: 1px solid #D9D7D3;
	vertical-align: middle;
}	