body{
	margin: 60px 0px;
	padding: 0px;
	text-align: center;
	background-color: #006600;
	font-family: arial;
}

a{
	color: #000099;
	text-decoration: none;
}
a:visited{
	color: #9900FF;
	text-decoration: none;
}
a:hover{
	color: #990000;
	text-decoration: none;
}
a.moki_link{
	color:#000000;
	text-decoration: none;
}
a.moki_link:hover{
	color:#000000;
	text-decoration: underline;
}

div{
}

#wrapper{
	
}

#info_header{
	background-color: #8e5c27;
	color: #FFFFFF;
}

div#grass{
	width: 100%;
	height: 133px;
}

div#main{
	width:800px;
	margin:0px auto;
	text-align:left;
	padding:20px;
	border:2px solid #000000;
	background: #FFFFFF;
}

div#splash_main{
  background-color:#FFFFFF;
	width:600px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	border:2px solid #000000;
}

img#border{
	border:2px solid #000000;
}

table.registration{
	width: 500px;
	font-size: 12px;
}

td.registration{
	background: #EEEEEE;
	font-weight: none;
}

th.registration{
	text-align: right;
	width: 200px;
	font-weight: normal;
}

th.orange{
	text-align: right;
	background: #fcb017;
	width: 200px;
	font-weight: normal;
}

th.grey{
	text-align: right;
	background: #CCCCCC;
	width: 200px;
	font-weight: normal;
}

ul.nav,
.nav ul{
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: table;
}
ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}

ul.nav>li:hover{
	
}

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	min-width: 10ex;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
	padding: 2px 10px;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #009900;
	color: #FFFFFF;
}

ul.nav li:hover,
.nav ul li a:hover{
	background-color: #006600;
	color: #FFFFFF;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #003300;
	color: #FFFFFF;
}

ul.nav,
.nav ul{
}

.nav a{
	text-decoration: none;
	color: #FFFFFF;
}
