﻿body	
{  
     margin: 0px auto 30px auto;
     background-image:	url('Graphics/bambooBG.gif');
	 background-repeat:	repeat;
}
a:link /* Begin Site Hyperlinks */
{ 
     font-family: Comic Sans MS, Lucida Console, sans-serif; 
     color: #5E2F00; 
     font-weight: normal; 
     text-decoration: none;
}
a:visited    
{ 
     font-family: Comic Sans MS, Lucida Console, sans-serif; 
     color: #5E2F00; 
     font-weight: normal;  
     text-decoration: none;
}
a:active     
{ 
     font-family: Comic Sans MS, Lucida Console, sans-serif;
     color: #A88126; 
     font-weight: normal;  
     text-decoration: none;
}
a:hover 
{    
     font-family: Comic Sans MS, Lucida Console, sans-serif;
     color: #A88126; 
     font-weight: normal; 
     text-decoration: none;
}
a.topNav:link 
{ 
	background-color : transparent; 
	font-family : Comic Sans MS, Lucida Console, sans-serif;
	color : #FAF0CD; 
	font-size : 0.9em; 
	font-weight : normal; 
	text-decoration : none; 
	margin : 0 10px 0 10px; 
} 
a.topNav:visited 
{ 
	background-color : transparent; 
	font-family : Comic Sans MS, Lucida Console, sans-serif; 
	color : #FAF0CD; 
	font-size : 0.9em; 
	font-weight : normal; 
	text-decoration : none; 
	margin : 0 10px 0 10px; 
} 
a.topNav:hover
{ 
	background-color : transparent; 
	font-family : Comic Sans MS, Lucida Console, sans-serif; 
	color : #fff; 
	font-size : 0.9em; 
	font-weight : normal; 
	text-decoration : none; 
	margin : 0 10px 0 10px; 
}
#siteWrapper /* Site Contentt */
{
	width: 900px;
	background-color: #FAF0CD;
	margin: 0 auto 0 auto;
}
#banner /* Header with Banner Content */
{
	width: 900px;
	background-color: transparent;
}
.nav /* Site Navigation Container */
{
	width: 900px;
	padding: 3px 0 3px 0;
	background: #5E2F00;
	text-align:center;
}
.fullContentr /* Full Width Container */
{
	width: 900px;
	margin-top:20px;
	background-color: transparent;
}
.comContent /* Site Content */
{
	width: 860px;
	background-color: transparent;
	margin:20px auto 10px auto;
}
.comTbl /* Common Table */
{
	width: 900px;
	margin-top:20px;
	background-color: transparent;
}
.tdCen /* Center Table Cell */
{
	background-color: transparent;
	text-align:center;
}
h1  /* Heading Text */
{    
     font-family: Comic Sans MS, Lucida Console, sans-serif;
     color:#5E2F00; 
     font-size: 1.2em; 
     font-weight: normal; 
     text-decoration: none;
}
.siteText /* Footer Site Text */
{    
     font-family: Comic Sans MS, Lucida Console, sans-serif;
     color: #000; 
     font-size: 0.8em; 
     font-weight: normal; 
     text-decoration: none;
}
.imgRt /* Right Aligned Image */
{    
     border:0px;
     float:right;
     padding:10px;
}
.imgLink /* no border image link */
{    
     border:0px
}
#Footer
{
	width: 900px;
	background-color: transparent;
	margin-top:20px;
	padding: 20px 0 20px 0;
	text-align:center;
	clear:both;
}