body {
	background-color: #008080;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.border {
	border-top: thin solid #FFFFFF;
	border-right: thin solid #FFFFFF;
	border-bottom: thin solid #FFFFFF;
	border-left: thin solid #FFFFFF;
}
.padding {
	padding-top: 25px;
	padding-bottom: 0px;
	line-height: 1.5em;
}

.menubutton {
	height: 20px;
	background-color: #6CF;
	border: 1px solid #FFFFFF;
	text-align: center;
	width: 198px;
}

.menubuttonLeft {
	height: 20px;
	background-color: #6CF;
	border: 1px solid #FFFFFF;
	border-left: 0;
	text-align: center;
	width: 199px;
}

.menubuttonRight {
	height: 20px;
	background-color: #6CF;
	border: 1px solid #FFFFFF;
	border-right: 0;
	text-align: center;
	width: 199px;
}


.menubar {
	padding-top: 2px;	
}
a.menubar:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 20px;
}
a.menubar:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 20px;
}
a.menubar:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #FF8DD2;
	display: block;
	height: 18px;
	border-bottom: 1px solid #FFFFFF;
}
h1 {
	font-size: 24px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FF8DD2;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.footer {
	font-size: 12px;
	height: 20px;
	border-top: thin solid #FFFFFF;
	text-align: center;
	padding-bottom: 10px;
}

.adminLink {
	padding-top: 0px;
}
#alternateHTML {
	padding: 2em 2em;
	width: 500px;
	border: 1px solid #FFF;
	margin: 2em 0;
}
#alternateHTML a {
	text-decoration: underline;
}
#enter {
	text-align: right;
	font-weight: bold;
	width: 800px;
	padding-right: 80px;
}


#enter a {
	text-decoration: none;
}	

#enter a:link {
	color: #FFF;
	text-decoration: none;
}	

#enter a:hover {
	color: #FFF;
	text-decoration:underline;
}	
#enter a:visited {
	text-decoration: underline;
}	
