body {
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 28px;
	text-decoration: none;
}

div#centerHull {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 780px;
	height: 576px;
	margin: -288px 0px 0px -390px;
	color: inherit;
	background-color: #FFFFFF;
	/*border: 1px solid rgb(77,77,77);*/
}

div#mainText, div#mainTextEdit {
	position: absolute;
	top: 145px;
	left: 20px;
	width: 760px;
	height: 410px;
	overflow: auto;
	padding: 0px 10px 0px 0px;
}

div#smallLogo {
	position: relative;
	top: 20px;
	left: 20px;
	width: 180px;
	height: 97px;
}

div#navigationHull{
	position: absolute;
	top: 26px;
	left: 250px;
	width: 500px;
}

div.naviItem {
	width: 120px;
	height: 47px;
	float: left;
}

div.naviText {
	height: 27px;
	line-height: 13px;
	float: left;
}

div.naviText span {
	font-size: 10px;
}

div.adminSpace {
	height: 20px;
}

a {
	text-decoration: none;
	color: rgb(76,76,76);
	background-color: inherit;
}

a:hover {
	text-decoration: none;
	color: rgb(183,199,42);
	background-color: inherit;
}

a.anav {
	text-decoration: none;	
	color: rgb(76,76,76);
	background-color: inherit;
	font-size: 11px;
}

a.anavSelected {
	text-decoration: none;
	color: rgb(183,199,42);
	background-color: inherit;
	font-size: 11px;
}
img {
	border: none;
}

img.mainImage {
	border: 0px solid rgb(76,76,76);
	margin: 0px 0px 0px 0px;
}

span.bgColor1, span.bgColor2, span.bgColor3, span.bgColor4, span.bgColor5 {
	width: 27px;
	height: 27px;
	margin: 0px 10px 0px 0px;
	float: left;
	display: block;
}

.bgColor1 {
	color: inherit;
	background-color: rgb(76,76,76);
}

.bgColor2 {
	color: inherit;
	background-color: rgb(122,122,122);
}

.bgColor3 {
	color: inherit;
	background-color: rgb(176,176,176);
}

.bgColor4 {
	color: inherit;
	background-color: rgb(226,226,226);
}

.bgColor5 {
	color: inherit;
	background-color: rgb(183,199,42); /*b7c72a*/
}

.shadow {
	color: inherit;
	background-color: rgb(226,226,226);
	margin: 0px 0px 0px 2px;
}