/* CSS Document */
html {
	height: 100%;
	width: 100%;
}
body {
	background-image: url(../img/pageback.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F8D308;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	width: 100%;
}
#centertab {
	background-image: url(../img/center_back.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 780px;
}
#headerbase {
	height: 161px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/header-left_shadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#headerinside {
	height: 161px;
	width: 780px;
	background-image: url(../img/header-right_shadow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
}
#headercontent {
	height: 161px;
	width: 746px;
	text-align: center;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/header-back.gif);
	background-repeat: repeat-x;
	position: relative;
}
#headercontent #date {
	position: absolute;
	left: 10px;
	top: 142px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #f7d307;
}
#headercontent #logo {
	position: absolute;
	left: 0px;
	top: 29px;
	background-image: url(../img/header_logo.gif);
	height: 99px;
	width: 746px;
}
#pagebase {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/page-left_shadow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#pageinside {
	width: 780px;
	background-image: url(../img/page-right_shadow.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	height: 100%;
}
#pageback {
	width: 534px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	padding-left: 212px;
	height: 400px;
}
#mainmenu {
	position: absolute;
	width: 212px;
	left: 0px;
	top: 0px;
	padding-bottom: 147px;
	background-image: url(../img/menu_bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#mainmenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #F7D307;
	text-decoration: none;
	background-image: url(../img/menu_dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
	height: 21px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4a4a4a;
	width: 201px;
	padding-left: 10px;
}
#mainmenu a:hover {
	text-decoration: underline;
}
#submenu {
	padding: 0px;
	color: #3F3F3F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	position: relative;
}
#submenu a {
	display: block;
	background-color: #F8D308;
	color: #3F3F3F;
	display: block;
	color: #3F3F3F;
	font-size: 11px;
	line-height: 12px;
	height: 17px;
	padding-top: 3px;
	padding-left: 20px;
	width: 191px;
}#mark {
	background-color: #f7d307;
	position: absolute;
	height: 21px;
	width: 2px;
	left: 0px;
	top: 0px;
}
