@CHARSET "UTF-8";

body  {
	font-family: Verdana,arial,sans-serif;
	font-size: 12px;
	color: #4C4C4C;
	line-height:17px;
}

body  table {
	font-family: Verdana,arial,sans-serif;
	color: #4C4C4C;
	line-height:17px;
}

#container {
	width: 900px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#container .contentBody {
	float:left;
	width:798px;
	border:1px solid #808080;
	background-image:url(../../img/contentbackg.jpg);
	padding:0px 50px 0px 50px;
	margin-bottom: 20px;
}

.contentBody .header {
	position:relative;
	float:left;
	width:800px;
	height:105px;
}

.contentBody .header .topnavi {
	padding-top:35px;
	font-size:11px;
}

.contentBody .header .navi {
	position:absolute;
	bottom:1px;
	left:0px;
	font-size:12px;
	font-weight:normal;
	z-index: 1;
}

.contentBody .header .navi .item {
	float:left;
	padding:5px 5px 3px 5px;
	margin-right: 30px;
}

.contentBody .header .navi .highlight {
	border-bottom:2px solid #fbb321;
	padding:5px 5px 3px 5px;
}

.contentBody .header .logo{
	position:absolute;
	bottom:35px;
	left:561px;
}

.contentBody .content {
	float:left;
	width: 798px;
	border: 1px solid #B2B2B2;
	background-image:url(../../img/contentbackg2.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
}

.contentBody .footer {
	position:relative;
	float:left;
	width:800px;
	height:58px;
}

.contentBody .footer .copyright {
	position:absolute;
	bottom:35px;
	left:0px;
	width:500px;
}

#ErrorPop {
	background-color:#F4F6E5;
	background-image:url(../../img/contentbackg2.jpg);
	background-position:0px;
	background-repeat:no-repeat;
	border:1px solid #808080;
	color:#4C4C4C;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	left:120px;
	position:absolute;
	text-decoration:none;
	top:-200px;
	display:none;
	width:200px;
	z-index:1;
}
