body
{
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
}

#logo
{
	background: url("./images/logo.jpg");
	width: 215px;
	height: 175px;
}

#header
{
	position: absolute;
	left: 215px;
	top: 0px;
	width: 700px;
	height: 175px;
	background: url("./images/end.jpg");
	background-position: right center;
	text-align: center;
}

#menu
{
	background: url("./images/menu.bmp");
	width: 215px;
	height:  500px;
}

#body
{
	position: absolute;
	left: 215px;
	top: 175px;
}

.center
{
	text-align: center;
}

.content
{
	width: 700px;
	padding-top: 25px;
}
.teal
{
	color: teal;
	text-decoration: none;
}

ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.dropdown
{
	display: none;
}

ul.menulist0
{
	padding-left: 15px;
	line-height: 36px;
	font-size: 18px;
}

ul.menulist1
{
	padding-left: 10px;
	font-size: 14px;
	line-height: 16px;
	color: teal;
}

ul.menulist1 a
{
	color: teal;
	text-decoration: none;
}

ul.menulist2
{
	padding-left: 5px;
	font-size: 14px;
	color: #000000;
}

ul.menulist2 a
{
	color: #000000;
	text-decoration: none;
}

.resultstable
{
	border: 1px #000000 solid;
	border-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 624px;
}
.resultstable tr td
{
	border-style:solid;
	border-color:gray;
	border-width:1px;
	text-align:center;

}
.resultstable tr td.tablehead
{
	background-color: #DAB1FF;
	font-weight: bold;
	border: 0px;
	border-bottom: 1px #000000 solid;
	border-top: 1px #000000 solid;
}

.picturetable
{
	width: 624px;
}

.picturetable td
{
	vertical-align: top;
}

div iframe
{
	display: none;
}
