body 
	{
	color: #000; 
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background: #6A5E6A;
	background-image: url(../images/texture9.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: 12px
	}

#page     
	 { 
	 color: #000; 
	 background: #fff;
	 margin-right: auto; 
	 margin-left: auto; 
	 position: relative; 
	 width: 1100px; 
	 height: auto; 
	 border-width: 1px;
 	 border-style: solid;
	 border-color: #fff;
	 visibility: visible; 
	 display: block 
	 }

#inner    
	{
	background-color: transparent;
	text-align: left;
	margin: 20px 20px 0 20px;
	height: auto;
	}


/* 		NAV				 */ 

.navContainer
	{
	width: 1080px;
	height: 28px;
	margin: 13px 0 0 0;
	font-size: 130%;
	clear: both;
	}
.nav1, .nav1 a, .nav1 a:visited
	{
	height: 28px;
	text-align: center;
	background-color: white;
	border-width: 6px 0 0 0;
	border-style: solid;
	padding: 6px 0 0 0;
	text-decoration: none; 
	border-color: #B4B59F;
	color: #B4B59F;
	display: inline;
	}
.nav1 a:hover
	{
	background-color: #B4B59F;
	color: white
	}
.nav2, .nav2 a, .nav2 a:visited
	{
	height: 28px;
	text-align: center;
	background-color: white;
	border-width: 6px 0 0 0;
	border-style: solid;
	padding: 6px 0 0 0;
	text-decoration: none; 
	border-color: #29807B;
	color: #29807B;
	display: inline;
	}
.nav2 a:hover
	{
	background-color: #29807B;
	color: white
	}
.nav3, .nav3 a, .nav3 a:visited
	{
	height: 28px;
	text-align: center;
	background-color: white;
	display: inline;
	border-width: 6px 0 0 0;
	border-style: solid;
	padding: 6px 0 0 0;
	text-decoration: none; 
	border-color: #79122B;
	color: #79122B;
	}
.nav3 a:hover
	{
	background-color: #79122B;
	color: white
	}
.nav4, .nav4 a, .nav4 a:visited
	{
	height: 28px;
	text-align: center;
	background-color: white;
	display: inline;
	border-width: 6px 0 0 0;
	border-style: solid;
	padding: 6px 0 0 0;
	text-decoration: none; 
	border-color: #A2731A;
	color: #A2731A;
	}
.nav4 a:hover
	{
	background-color: #A2731A;
	color: white
	}
.nav5, .nav5 a, .nav5 a:visited
	{
	height: 28px;
	text-align: center;
	background-color: white;
	display: inline;
	border-width: 6px 0 0 0;
	border-style: solid;
	padding: 6px 0 0 0;
	text-decoration: none; 
	border-color: #2A7BBC;
	color: #2A7BBC;
	}
.nav5 a:hover
	{
	background-color: #2A7BBC;
	color: white
	}
.nav6, .nav6 a, .nav6 a:visited
	{
	height: 28px;
	text-align: center;
	background-color: white;
	display: inline;
	border-width: 6px 0 0 0;
	border-style: solid;
	padding: 6px 0 0 0;
	text-decoration: none; 
	border-color: #35802F;
	color: #35802F;
	}
.nav6 a:hover
	{
	background-color: #35802F;
	color: white
	}
.nav7, .nav7 a, .nav7 a:visited
	{
	height: 28px;
	text-align: center;
	background-color: white;
	display: inline;
	border-width: 6px 0 0 0;
	border-style: solid;
	padding: 6px 0 0 0;
	text-decoration: none; 
	border-color: #828387;
	color: #828387;
	}
.nav7 a:hover
	{
	background-color: #828387;
	color: white
	}
.nav8, .nav8 a, .nav8 a:visited
	{
	height: 28px;
	text-align: center;
	background-color: white;
	display: inline;
	border-width: 6px 0 0 0;
	border-style: solid;
	padding: 6px 0 0 0;
	text-decoration: none; 
	border-color: #841300;
	color: #841300;
	}
.nav8 a:hover
	{
	background-color: #841300;
	color: white
	}
.nav9, .nav9 a, .nav9 a:visited
	{
	height: 28px;
	text-align: center;
	background-color: white;
	display: inline;
	border-width: 6px 0 0 0;
	border-style: solid;
	padding: 6px 0 0 0;
	text-decoration: none; 
	border-color: #0462f9;
	color: #0462f9;
	}
.nav9 a:hover
	{
	background-color: #0462f9;
	color: white
	}
	
/* 		BOXES				 */ 

.boxContainer
	{
	width: 1080px;
	height: auto;
	margin:0 auto;
	}
.box-blue
	{
	background-color: #67ADAF;
	border-width: 2px;
	border-style: solid;
	border-color: #67ADAF;
	overflow: hidden;
	}
.box-blue h1
	{
	color: #fff;
	font-size: 200%;
	font-weight: normal;
	line-height: 120%;
	margin: 0;
	}
.box-blue a, .box-blue a:visited
	{
	font-size: 12px;
	line-height: 18px;
	color: black;
	text-decoration: none;
	}
.box-blue a:hover
	{
	color: #fff;
	text-decoration: none;
	}

.box-white
	{
	background-color: #fff;
	border-width: 2px;
	border-style: dotted;
	border-color: #828387;
	overflow: hidden;
	}
.box-white h1
	{
	color: black;
	font-size: 200%;
	font-weight: normal;
	line-height: 120%;
	margin: 0;
	}
.box-grey
	{
	background-color: #BAB9B9;
	border-width: 2px;
	border-style: dotted;
	border-color: #828387;
	overflow: hidden;
	}
.box-grey h1
	{
	color: black;
	font-size: 200%;
	font-weight: normal;
	line-height: 120%;
	margin: 0;
	}
.box-grey a, .box-grey a:visited
	{
	font-size: 12px;
	line-height: 18px;
	color: black;
	text-decoration: none;
	}
.box-grey a:hover
	{
	color: #fff;
	text-decoration: none;
	}
.events-box1
	{
	background-color: #F2F2E6;
	float: left;
	}
.events-box1-head
	{
	color: white;
	background-color: #82815C;
	overflow: hidden;
	font-size: 200%;
	font-weight: normal;
	line-height: 120%;
	margin: 0;
	padding: 0 0 0 5px;
	}
.events-box1 h1
	{
	color: white;
	background-color: #82815C;
	font-size: 200%;
	font-weight: normal;
	line-height: 120%;
	margin: 0;
	}
.events-box2
	{
	background-color: #F2F2E6;
	float: left;
	}
.events-box2-head
	{
	color: white;
	background-color: #79122B;
	overflow: hidden;
	font-size: 200%;
	font-weight: normal;
	line-height: 120%;
	margin: 0;
	padding: 0 0 0 5px;
	}
.events-box2 h1
	{
	color: white;
	background-color: #79122B;
	font-size: 200%;
	font-weight: normal;
	line-height: 120%;
	margin: 0;
	}
.events-box-inner
	{
	width: 100%;
	border-width: 0 2px 2px 2px;
	border-style: dotted;
	border-color: #828387;
	overflow: auto;	
	}
.box3
	{
	width: 248px;
	background-color: #fff;
	height: 270px;
	border-width: 2px;
	border-style: dotted;
	border-color: #828387;
	float: left;
	margin: 20px 0 20px 15px;
	overflow: hidden;
	}

/* 		MISC				 */ 

p
	{
	margin: 7px 0 7px 0;
	}
.linx, .linx a, .linx a:visited    
	{
	color: #245311;
	text-decoration: none;
	background-color: transparent
	}

.linx a:hover   
	{
	color: #fff;
	text-decoration: none;
	background-color: #78C3DF;
	}
.linx-blue, .linx-blue a, .linx-blue a:visited    
	{
	color: #0c8f93;
	text-decoration: none;
	background-color: transparent
	}

.linx-white a:hover   
	{
	color: #fff;
	text-decoration: none;
	background-color: #67ADAF;
	}
.linx-white, .linx-white a, .linx-white a:visited    
	{
	color: white;
	text-decoration: none;
	background-color: transparent
	}

.linx-blue a:hover   
	{
	color: #fff;
	text-decoration: none;
	background-color: #67ADAF;
	}
.textBox
	{
	margin: 10px;
	}
.ruleBox
	{
	width: 1060px;
	background-image: url(../images/rule6.gif);
	float: right;
	line-height: 6px;
	}
.footer, .footer a, .footer a:visited
	{
	width: 1080px;
	font-size: 150%;
	color: #000000;
	text-align: center;
	line-height: 26px;
	}
.footer a:hover
	{
	color: white;
	background-color: #828387;
	}

