@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #757575;
	background-color: #fff;
}
body {
	margin-left: 0px;
	margin-top: 0px;
}
a:link {
	color: #272727;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #626262;
}
a:hover {
	text-decoration: underline;
	color: #272727;
}
a:active {
	text-decoration: none;
	color: #272727;
}

#imagenav {
	position: absolute;
	left: 900px;
	height: 30px;
	background-color: #66FF99;
	padding: 5px;
	z-index: 30;
	width: 60px;
}

#hideinfocontainer h1 {
	font-size: 13px;
	border-bottom: 1px solid teal;
	margin: 24px 10px 0;
	font-weight: normal;
	font-style: normal;
}

#hide {
	float: right;
	margin-right: 20px;
	margin-top: 23px;
}


#hideinfocontainer {
	position: absolute;
	z-index: 49;
	width: 600px;
	left: 285px;
	background-color: #cfffde;
	height: auto;
}

#infocontainer {
	position: absolute;
	z-index: 50;
	width: 600px;
	left: 285px;
	background-color: #cfffde;
	height: auto;
}

#infocontainer h1 {
	font-size: 13px;
	border-bottom: 1px solid teal;
	margin: 24px 10px 0;
	font-weight: normal;
	font-style: normal;
}

#infocontainer p {
	margin: 0;
	padding: 5px 10px 10px;
}

ul {
	list-style-type: none;
	text-shadow: #000000 0 0 0;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 0;
	margin-left: 10px;
}

#logoholder {
	width: 250px;
	height: 218px;
	margin-top: 30px;
}


#menuholder {
	width: 250px;
	height: 630px;
	position: absolute;
	left: 20px;
	background-color: #aaff69;
	z-index: 31;
}

#footer {
	font-size: 10px;
	padding: 10px;
	line-height: 12px;
}

div.bodytext {
	padding: 5px 10px 10px;
}

#p1 {
	background-color: #FFFF99;
}
#p2 {
	background-color: #FF99FF;
}
#p3 {
	background-color: #99FFFF;
}
#p4 {
	background-color: #66FF99;
}
#p5 {
	background-color: #FFFF66;
}
#p6 {
	background-color: #FF9966;
}
#p7 {
	background-color: #66CCFF;
}

#plaincontentholder {
	position: relative;
	width: 1024px;
	height: 650px;
	padding: 0px;
	border: none;

}