.content a:link{
	font-weight: normal;
	color: gray;
	text-decoration: none;
}

.content a:visited{
	font-weight: normal;
	color: purple;
	text-decoration: none;
}

.content a:hover, a:active {
	font-weight: normal;
	color: green;
	text-decoration: none;
}

a:link, a:visited, a:hover, a:active{
	font-weight: normal;
	color: white;
	text-decoration: none;
}

form {
	margin: 0px; 0px; 0px; 0px;
}

#logo {
	margin: 0 auto;
	background: url(header.swf);
	width: 768px;
	height: 150px;
	text-align: center;
	cursor: default;
}

#everything {
	margin: 0 auto;
	background-color: #E4E4E4;
	width: 766px;
	border-style: solid;
	border-width: 1px;
	border-color: #AE5280;
	border-top-style: none;
	border-top-width: 0px;
	text-align: left;
}

#menu {
	background-color: #E4E4E4;
	margin: 0 auto;
	cursor: default;
	height: 45px;
}

.menu_cell {
	background-color: #802041;
	padding: 2px;
	color: white;
	font-family: Arial;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	position: absolute;
	cursor: pointer;
	width: 156px;
}

.menu_top {
	color: white;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	width: 156px;
}

.menu_con {
	color: white;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-top-width: 1px;
	cursor: pointer;
	width: 146px;
	padding-left: 10px;
}

.splash_menu_top {
	width: 146px;
	color: white;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	padding-left: 10px;
}

.splash_menu_con {
	width: 146px;
	color: white;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-top-width: 1px;
	cursor: pointer;
	padding-left: 10px;
}

.green_bar {
	color: white;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	cursor: default;
	background-color: #9C376A;
}

.content {
	color: black;
	background-color: white;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	padding: 20px;
}

.txtpri {
	color: #802041;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}

.txtsub {
	color: #802041;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.home {
	background-color: #166620;
	padding: 2px;
	border: solid 1px white;
	font-size: 12px;
	width: 100px;
	font-family: arial;
	position: absolute;
	cursor: pointer;
}

.on {
	display: block;
	overflow: hidden;
	text-align: left;
	background-color: #166620;
	cursor: pointer;
}
.off {
	display: none;
	overflow: hidden;
	text-align: left;
	background-color: #166620;
}
.splashmenuon {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 146px;
	background-color: #166620;
	border: solid white 1px;
	cursor: pointer;
	padding: 2px;
	color: white;
	font-family: Arial;
	font-size: 12px;
	overflow: hidden;
	z-index: 10;
}
.splashmenuoff {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 146px;
	background-color: #166620;
	border: solid white 1px;
	cursor: pointer;
	padding: 2px;
	color: white;
	font-family: Arial;
	font-size: 12px;
	overflow: hidden;
}
.splashdescon {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 248px;
	background-color: #166620;
	border: solid white 1px;
	cursor: default;
	padding: 2px;
	color: white;
	font-family: Arial;
	font-size: 12px;
	overflow: hidden;
}
.splashdescoff {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 248px;
	background-color: #166620;
	border: solid white 1px;
	cursor: default;
	padding: 2px;
	color: white;
	font-family: Arial;
	font-size: 12px;
	overflow: hidden;
}