@CHARSET "UTF-8";

body  {
	font-family: Verdana,arial,sans-serif;
	font-size: 12px;
	color: #4C4C4C;
	line-height:17px;
	background-color: #EEEEEE;
	background-image: url("../../img/body_back.jpg");
	background-repeat: repeat-x;
}

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 .contentHead {
	float:left;
	width:900px;
	height: 10px;
	background-image: url("../../img/content_header.png");
	background-repeat: no-repeat;
}

#container .contentBody {
	float:left;
	position:relative;
	width:838px;
	border:1px solid #808080;
	border-top:0px;
	border-bottom:0px;
	/*background-image:url(../../img/contentbackg.jpg);*/
	background-color: #FFFFFF;
	padding:13px 30px 0px 30px;
}

#container .contentFooter {
	float:left;
	width:900px;
	height: 10px;
	background-image: url("../../img/content_footer.png");
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.contentBody .header {
	position:absolute;
	top:13px;
	left:30px;
	width:800px;
	height:105px;
}

.contentBody .header .topnavi {
	padding-top:35px;
	font-size:11px;
}

.contentBody .header .navi {
	position:absolute;
	bottom:0px;
	left:0px;
	font-size:12px;
	font-weight:normal;
}

.contentBody .header .navi .item {
	float:left;
	padding:5px 0px 5px 10px;
	background-image: url(../../img/top_menu.png);
}
.contentBody .header .navi .itemRight {
	float:left;
	width:12px;
	height:27px;
	background-image: url(../../img/top_menu.png);
	background-position: -189px 0px;
	background-repeat: no-repeat;
}

.contentBody .header .navi .item_highlight{
	color:#ffffff;
	float:left;
	padding:5px 0px 5px 10px;
	background-image: url(../../img/top_menu_over.png);
}
.contentBody .header .navi .itemRight_highlight {
	color:#ffffff;
	float:left;
	width:12px;
	height:27px;
	background-image: url(../../img/top_menu_over.png);
	background-position: -189px 0px;
	background-repeat: no-repeat;
}

.contentBody .header .logo{
	position:absolute;
	bottom:26px;
	left:663px;
}

.contentBody .content {
	float:left;
	width: 838px;
	border: 1px solid #B2B2B2;
	background-image:url(../../img/contentbackg2.jpg);
	background-color: #FFFFFF;
	position:relative;
	padding-top: 180px;
	margin-top: 105px;
}


.contentBody .footer {
	position:relative;
	float:left;
	width:800px;
	height:58px;
}

.contentBody .footer .copyright {
	position:absolute;
	bottom:35px;
	left:0px;
	width:500px;
}

.breadcump_backg {
	background-image: url("../../img/breadcump_backg.png");
	float:left; 
	margin-bottom:15px; 
	width:827px !important;
	border-top:1px solid #B2B2B2;
}


#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;
}

