@CHARSET "ISO-8859-1";
/*main tags*/
body{
	background-color: white;
	font-family: sans-serif;
	color: 
}
img {border: none;}
a:link{
	text-decoration: none;
	color:#6C502D;
}
a:visited{
	text-decoration: none;
	color:#6C502D;
}
a:hover{
	text-decoration: none;
	color:#6C502D;
}
a:active{
	text-decoration: none;
	color:#6C502D;
}
ol {
	margin : 0 0 0 40px;
  	padding : 0;
}
ul{
	margin : 0 0 0 40px;
  	padding : 0;
}
li{
	margin : 0;
  	padding : 0;
  	list-style: circle; 		
}
li.guest{
	margin : 20px 0;
	list-style: decimal;
}
li.general {
	list-style: none;
}
p {
	margin : 0;
  	padding : 0;
}

h1{
	font-size:18px;
	text-transform: capitalize;
	color : #cc6633;
  	font-family : georgia, palatino, serif;
  	font-style : italic;
  	letter-spacing: 0.1em;	
}
h2{
	font-size:16px;
	text-transform: uppercase;
	margin : 0;
  	padding : 0;
}
h3{
	font-size:14px;
	text-transform: capitalize;	
  	margin : 0;
  	padding : 0;
  	color : #cc6633;  		
}
h4{
	font-size:12px;
	text-transform: capitalize;
	margin : 0;
  	padding : 0;
}
h5{}
h6{}
address {
	margin :10px 0;
}


/*classes*/
.clear{clear: both;}
.leftCol {
	padding:20px 10px 20px 20px;
	float:left;		
	width:380px;
}
.rightCol{
	float:right;	
	width:360px;
	padding:20px 20px 20px 0px;
	text-align: left;
}
.title {
	font-size: 18px;
	color: black;
	font-weight: bold;
}
.wrapper{
	background-color: #F6F5E1;
	width:830px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	
	border:1px #F6F5E1 solid;
}
.innerWrapper {
	background-color: #F6F5E1;
	border:5px white solid;
}
.bannerImage{
	padding:5px 0 0 15px;
}
.navigation {
	width:820px;
	height:25px;	
}
.nav {
	
	width:194px;
	text-align: center;
	font-family: sans-serif;
	font-size: 20px;
	float:left;	
}
.nav_end{	
	width:225px;
	text-align: center;
	font-family: sans-serif;
	font-size: 20px;
	float:left;
}
.links:link{
	color:#6C502D;
	text-decoration: none;
	
}
.links:visted{
	color:#6C502D;
	text-decoration: none;
	
}
.links:hover{
	color:#6C502D;
	text-decoration: none;
	background-color: #E6A163;
}
.links:active{
	color:#6C502D;
	text-decoration: none;	
	
}
.highlighted_links {
	background-color: #E6A163;
}
.subNavigation {
	width:820px;
	height:20px;
	background-color: #6C502D;
}
.subNav {
	width:194px;	
	text-align: center;
	font-family: sans-serif;
	font-size: 16px;
	float:left;	
}
.subLinks:link{
	color:white;
	text-decoration: none;
}
.subLinks:visited{
	color:white;
	text-decoration: none;
}
.subLinks:hover{
	color:white;
	text-decoration: none;
}
.subLinks:active{
	color:white;
	text-decoration: none;
}
.content {
	padding:10px;
}
.copyright{
	font-family: sans-serif;
	font-size: 10px;
	text-align: right;
}
.footerContent{
	padding:5px 0 5px 0;
}
.footerCol{
	font-size:12px;
	text-align:center;
	float:left;
	width:195px;
}
.party {
	margin: 30px 0;
}
.sponsorbox {
	width:700px;
	margin: 0 auto;
	background-color: white;
}