/* default overrides */
body {
	position: relative;
	font-family: Verdana;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	padding-top: 30px;
	background-color: white;
}

.container {
	position: relative;
	width: 986px;	
	left: 50%;
	margin-left: -483px;
}

/* base layout */
#D01 { float: left;	width: 30px;  height: 27px;  background: url(01.jpg) no-repeat; }
#D02 { float: left; width: 927px; height: 27px;  background: url(02.jpg) no-repeat; }
#D03 { float: left; width: 29px;  height: 27px;  background: url(03.jpg) no-repeat; } 

#D04 { float: left; width: 30px;  height: 104px; background: url(04.jpg) no-repeat; } 
#D05 { float: left; width: 927px; height: 104px; background: url(05.jpg) no-repeat; }
#D06 { float: left; width: 29px;  height: 104px; background: url(06.jpg) no-repeat; }

#D07 { float: left; width: 30px;  height: 19px; background: url(07.jpg) no-repeat; } 
#D08 { float: left; width: 927px; height: 19px; background: url(08.jpg) no-repeat; }
#D09 { float: left; width: 29px;  height: 19px; background: url(09.jpg) no-repeat; }

#D10 { float: left; width: 30px;  height: 10px; background: url(10.jpg) no-repeat; } 
#D11 { float: left; width: 927px; height: 10px; background: url(11.jpg) no-repeat; }
#D12 { float: left; width: 29px;  height: 10px; background: url(12.jpg) no-repeat; }


#D13 { position: absolute; left: 0px; top: 0px; width: 30px; height: 188px; background: url(13.jpg) no-repeat; z-index: 1;}
#D15 { position: absolute; right: 0px; top: 0px; width: 29px; height: 188px; background: url(15.jpg) no-repeat; z-index: 1; }

#D16 { position: relative; float: left; width: 986px; min-height: 400px; background: url(16.jpg) repeat-y; }

#leftmenu { float: left; width: 159px; padding-left: 30px; }
#content { float: right; width: 760px; padding-right: 29px;}

.footer { float: left; width: 920px; height: 43px; text-align: right; font-size: 10px; padding-left: 33px; padding-right: 33px; color: #BCBCBC; }
.footer a { text-decoration: none; color: #BCBCBC; }	

#D20 { float: left; width: 986px; height: 26px; background: url(20.jpg) no-repeat; }
#D21 { float: left; width: 986px; height: 43px; background: url(21.jpg) no-repeat; }

/* menu */
.menuitem {
	float: left;
	font-size: 90%;
	padding-top: 4px;
	height: 22px;
	background: url(mnudiv.gif) repeat-x;
	background-position: bottom;
	padding-right: 5px;
	padding-left: 3px;
	text-align: right;
	width: 140px;
	color: #707070;
	cursor: pointer;
	text-decoration: none;
} 

.menuitem.active{
	color: black;
}

#leftmenu {
	width: 159px;
	padding-top: 0px;
}

#leftmenu a{
	display: block;
	text-decoration: none;
}

.menuitem:hover {
	background-color: #C8CECD;
	color: black; 
}

.menuitem_active {
	padding: 0;
	margin: 0;
	width: 5px;
	height: 24px;
	float: right;
	background: url(mnuaro.gif) no-repeat;
}

.topmenu {
	padding-top: 2px;
	float: right;
	font-size: 80%;
	color: black;
}

.topmenuitem {
	float: left;
}

.topmenu a{
	text-decoration: none;
	color: black;
}

.topmenudivider {
	float: left;
	background: url(tmnudiv.gif) no-repeat;
	width: 12px;
	height: 14px;
}

.bottommenu {
	float: left;
	color: black;
	padding-left: 166px;	
	width: 500px;
}

.bottommenuitem {
	float: left;
}

.bottommenu a{
	text-decoration: none;
	color: black;
}

.bottommenudivider {
	float: left;
	background: url(tmnudiv.gif) no-repeat;
	width: 12px;
	height: 14px;
}
