@charset "utf-8";
body {
	background-color: #FFFFFF;




	background-image: ../images/back.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../images/back.jpg);
}

#enter {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	position: absolute;
	left: 100px;
	top: 92px;
}
#entertxt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	position: absolute;
	left: 23px;
	top: 110px;
	width: 452px;
	line-height: 20px;
	color: #000000;
	height: 193px;
}
#banner {
	position: absolute;
	left: 10px;
	top: 50px;
}
#images {
	position: absolute;
	left: 746px;
	top: 50px;
}
#content {
	background-color: #FFFFFF;
	left: 235px;
	top: 150px;
	position: absolute;
	width: 500px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-left: 5px;
	margin-right: 5px;
	padding-bottom: 5px;
}
#content p {
	font-size: 80%;
	margin-top: 0px;
}
#content a {
	margin-top: 0px;
	color: #330099;
	text-decoration: none;
}
#content a:hover {
	margin-top: 0px;
	color: #CC0099;
	text-decoration: none;
}


#content h1 {
	margin-top: 12px;
	margin-bottom: 8px;
	font-size: 120%;
	font-weight: bold;
}
#content h2 {
	margin-top: 12px;
	margin-bottom: 0px;
	font-size: 110%;
	font-weight: bold;
}
#content h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 100%;
	font-weight: bold;
}
#content ul {
	font-size: 80%;
	list-style-type: square;
	margin-top: 5px;
}





#leftnav {
	position: absolute;
	left: 10px;
	top: 150px;
}



#entertxt a {
	color: #000099;
	text-decoration: none;
}
#entertxt a:hover {
	color: #CC0099;
}
.topnav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	position: absolute;
	width: 180px;
	left: 571px;
	top: 79px;
}
.topnav li {
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #E4E4E4;
	display: inline;
	padding-left: 5px;
	padding-right: 8px;
}
.topnav li a {
	color: #000000;
	text-decoration: none;
	list-style-type: none;
}
.topnav li a:hover {
	color: #CC0099;
	text-decoration: none;
	list-style-type: none;
}




.slidedoormenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 205px; /* thick left border of menu */

}

.slidedoormenu li{

}

.slidedoormenu li a{
	font: bold 80% Geneva, Arial, Helvetica, sans-serif;
	display: block;
	color: black;
	width: auto;
	border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
	padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
color: black;
}

.slidedoormenu li a:hover{
	background-position: top; /* Shift background image horizontally 387px, or the start of the 2nd background image */
	color: black;
	background-image: url(../images/navback1.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}

