body {
	background-image: url(images/bodybg.png);
	background-repeat: repeat;
}
h1 {
	font-family:verdana, helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	text-align:center;
}
h2 {
	font-family:verdana, helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}

#bodywrap {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
}
#container {
	width:900px;
	background:#000000;
	min-height:600px;
	z-index:1;
	padding-bottom:10px;
	float:left;
}

#topbannerhp {
	width:900px;
	height:152px;
	background-image: url(images/banner-hp.png);
	background-repeat: no-repeat;
	position:relative;
	z-index:3;
}
#clickbanner {
	position:absolute;
	width:360px;
	height:20px;
	margin-left:515px;
	margin-top:107px;
	font-family:verdana, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	text-align:center;
}
#backgroundbox {
	z-index:-1;
	background: #514a4a;
	border:solid thin white;
	width:630px;
	margin-left:50px;
	position:relative;
	margin-top:-26px;
	z-index:2;
	height:auto;
	float:left;
}

#backgroundbpxcontentcontainer {
	width:500px;
	height:auto;
}
#navpanelcontainer{
	width:192px;
	height:auto;
	background-image:url(images/navbg.png);
	background-repeat: repeat-y;
	z-index:4;
	position:relative;
	float:left;
	margin-top:20px;
	margin-left:-30px;
}

#navpanel {
	width:182px;
	height:auto;
	font-family:verdana, arial, sans-serif;
	font-size: .84em;
	font-weight:bold;
	padding-top: 5px;

}

#navpanel ul
{
	line-height: 18pt;
	list-style-image: url(images/tinypagoda.png);
	list-style-position: outside;
	margin:.-10em;
}
#navpanel a {
	text-decoration:none;
	color:#000000;
}

#tabbedpanelcontainer {
	width:375px;
	background:#514a4a;
	min-height:400px;
	position:relative;
	z-index:5;
	margin-left:180px;
	padding:5px;
	float:left;
	margin-top:-250px;
}
#slideshowcontainer {
	width: 190px;
	height: auto;
	float:left;	
	position:relative;
	float:right;
	margin-top:10px;
	padding-bottom:10px;
	
}
.slideboxes {
	width:180px;
	text-align:center;
}
.slideshowarrows {
	width:200px;
	height:auto;
	text-align:center;
}
.slides {
	width:200px;
	height:auto;
}
* root element for scrollable */ 
div.scrollable {   
     
    /* required settings */ 
    position:relative; 
    overflow:hidden;     
 
    /* vertical scrollers have typically larger height than width */     
    height: auto;      
    width: 200px;     
} 
 
/* root element for scrollable items */ 
div.scrollable div.items {     
    position:absolute; 
     
    /* this time we have very large space for height */     
    height:20000em;     
}
.beltleftcol {
	width:200px;
	float:left;
	font-size:12px;
	font-family:verdana, helvetica, sans-serif;
}
.beltrightcol {
	width:100px;
	float:left;
	font-size:12px;
	font-family:verdana, helvetica, sans-serif;
}

/* Document specific */

#topbanner {
	width:900px;
	height:115px;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	position:relative;
	z-index:3;
}

#docbackgroundbox {
	z-index:-1;
	background: #514a4a;
	border:solid thin white;
	width:800px;
	margin-left:50px;
	position:relative;
	margin-top:15px;
	z-index:2;
	height:auto;
	float:left;
	min-height:600px;
}
#pagecontent {
	width:730px;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	font-family: verdana, helvetica, sans-serif;
	font-size:11pt;
	min-height:500px;
	padding:10px;
}

#footer {
	margin-left:auto;
	margin-right:auto;
	font-size:10pt;
	font-family:verdana, helvetica, sans-serif;
	text-align:center;
	width:500px;
	color:#ccc;
}
#footer a {
	text-decoration:none;
	color:#fff;
}
#doccontainer {
	width:900px;
	background:#000000;
	height:100%;
	z-index:1;
	padding-bottom:10px;
	float:left;
}
#menucontainer {
	height:auto;
	width:900px;
	z-index:7;
	border:solid thin white;
	float:left;
	margin-left:auto;
	margin-right:auto;
	background:#cccccc;
}