@charset "UTF-8";

html,body {
	height: 100%;
	background: url(../img/pix_mainbg.gif);
}
BODY{
	SCROLLBAR-3DLIGHT-COLOR:#cdcab0;	
	SCROLLBAR-DARKSHADOW-COLOR:#b2af98;
	SCROLLBAR-FACE-COLOR:#dddbc9;
	SCROLLBAR-HIGHLIGHT-COLOR:#f5f3e2; 
	SCROLLBAR-SHADOW-COLOR:#cdcab0;
	SCROLLBAR-TRACK-COLOR:#dddbc9; 
	SCROLLBAR-ARROW-COLOR:#a39c6a;
	SCROLLBAR-BASE-COLOR:#dddbc9;
}
#pagebuilding {
	position: relative;
	width: 810px;
	height: 100%;
	background: url(../img/mainlayout_bg.gif) repeat-y;
}
#globalmenu {
	position: relative;
	width: 800px;
	height: 40px;
	margin: 0 auto;
	background: #ffffff url(../img/menu_bg.gif) no-repeat;
}
#menulist {
	position: absolute;
	top: 7px;
	left: 10px;
	width: 780px;
	height: 50px;
	margin: 0 auto;
}
a {
	color: #0261A6;
	text-decoration: none;
}
a:visited {
	color: #4C8EBF;
}
a:hover {
	color: #0261A6;
	text-decoration: underline;
}
hr {
	display: none;
}
h1 {
	font:normal "", Osaka;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
}
h2 {
	font:normal "", Osaka;
	font-size: 0.75em;
	line-height: 2em;
	padding-left: 5px;
}
p.cap{
	padding-left:1em;
	text-indent:-1em;
}
#searchbox {
	width: 744px;
	border: 1px solid #999966;
	position: absolute;
	z-index: auto;
	top: 447px;
	left: 43px;
}

