body{
padding:0px;
margin:0px;
background-color:#fff;
}

img{
	margin:0;
	padding:0px;
}

form{
padding:0 0 0 0px;
margin:0 0 20px 0;
}

h1 {
	color:#00f;
	font-weight:normal;
	font-size:0.8em;
	padding:0px;
	margin:0px;
	text-align:right;
	float:right;
}

a.title{
	padding:0px;
	margin:0px;
}

form textarea{
font-size:0.9em;
}

img#title-img{
	float:left;
	margin:0px;
	padding:0px;
}

#title-box{
	padding:10px 0px 5px 0px;
	margin:0px 10px 5px 10px;
	border-bottom:2px solid #4d99e5;
	/*border-bottom:2px solid #ccc;*/
	background-color:#FFFFFF;
}

#home-menu {
	font-size:0.8em;
	padding-top:0.3em;
	_padding-top:0.4em;
	text-align:center;
	width:150px;
	height:1.4em;
	float:left;
	color:#00f;
}

div#home-menu a{
	color:#00f;
}

div#home-menu a:hover{
	color:#D40000;
}

/*
#db-menu {
	font-size:0.8em;
	padding-top:0.3em;
	_padding-top:0.4em;
	text-align:center;
	width:150px;
	height:1.5em;
	_height:1.4em;
	float:left;
	color:#000;
	background-image:url(../img/bg-local.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border-left:#888 solid 1px;
	border-top:#888 solid 1px;
	border-right:#888 solid 1px;
}
*/

#db-menu a{
text-decoration:none;
color:#00f;
}

#contents-box{
	margin-left:0px;
	margin-right:130px;
	padding:0px;
	width:100%;
	float:left;
	position:absolute;
}

#local-menu {
	position:absolute;
	left:10px;
	padding:0px;
	margin:0px;
	float:left;
	width:150px;
}

#main-box {
	clear:left;
	padding:0px;
	margin:0px;
	width:100%;
}

.add120{
margin:15px;
}

#bottom-margin{
clear:both;
margin:0px;
}

div#local-menu dl{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	border-bottom:1px solid #888;
}

div#local-menu dt{
	height:1.5em;
	_height:1.4em;
	font-size:0.8em;
	text-align:center;
	border:1px solid #4d99e5;
	margin:0px;
	padding:0px;
	padding-top:0.3em;
	_padding-top:0.4em;
	color:#000;
	background-image:url(../img/bg-local.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

div#local-menu dd{
	height:1.5em;
	margin:0px;
	padding-top:4px;
	font-size:0.8em;
	text-align:center;
	border-left:1px solid #888;
	border-right:1px solid #888;
	background-color:#fff;
}

#top-menu {
	margin-left:160px;
}

div#top-menu ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

/*
div#top-menu li{
	//display:block;
	font-size:0.8em;
	padding:3px;
	float:left;
	width:7em;
	height:1.2em;
	text-align:center;
	background-color:#ece9d8;
	border-bottom:#aca899 solid 1px;
	border-right:#aca899 solid 1px;
	border-left:#ffffff solid 1px;
}
*/

div#top-menu li.selected a{
	color:#fff;
}

li.selected{
	font-size:0.8em;
	padding-top:0.3em;
	_padding-top:0.4em;
	float:left;
	width:8em;
	height:1.5em;
	_height:1.4em;
	text-align:center;
	background-color:#9b72cf;
	color:#080;
	font-weight:bold;
	/*
	background-image:url(../img/bg-top2.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	*/
	border-top:#9b72cf solid 1px;
	border-right:#9b72cf solid 1px;
	border-left:#9b72cf solid 1px;
	margin-right:2px;
}

li.not-selected{
	font-size:0.8em;
	padding-top:0.3em;
	_padding-top:0.4em;
	float:left;
	width:8em;
	height:1.5em;
	_height:1.4em;
	text-align:center;
	background-color:fff;
	background-image:url(../img/bg-top.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border-left:#aca899 solid 1px;
	border-top:#aca899 solid 1px;
	border-right:#aca899 solid 1px;
	margin-right:2px;
}

li.pa-selected{
	font-size:0.8em;
	padding-top:0.3em;
	_padding-top:0.4em;
	float:left;
	width:5em;
	height:1.5em;
	_height:1.4em;
	text-align:center;
	background-color:#9b72cf;
	color:#080;
	font-weight:bold;
	/*
	background-image:url(../img/bg-top2.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	*/
	border-top:#9b72cf solid 1px;
	border-right:#9b72cf solid 1px;
	border-left:#9b72cf solid 1px;
	margin-right:2px;
}

li.pa-not-selected{
	font-size:0.8em;
	padding-top:0.3em;
	_padding-top:0.4em;
	float:left;
	width:5em;
	height:1.5em;
	_height:1.4em;
	text-align:center;
	background-color:fff;
	background-image:url(../img/bg-top.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border-left:#aca899 solid 1px;
	border-top:#aca899 solid 1px;
	border-right:#aca899 solid 1px;
	margin-right:2px;
}

div#top-menu li a{
	text-decoration:none;
	color:#00f;
}

div#top-menu li a:hover{
	color:#D40000;
	font-weight:bold;
}

#menu-box{
padding:0px;
margin-top:5px;
margin-left:10px;
	border-top:1px solid #ffffff;
}

#sub-box{
	padding:0px;
	margin:0px 10px 0px 0px;
	width:200px;
	float:right;
}

#adds-box{
	float:right;
	margin-right:10px;
	_margin-right:5px;
	width:120px;
	height:100px;
	z-index:4;
	position:relative;
	/*display:none;*/
}

#adds-box h4{
margin:0px;
padding:0.3em 0 0 0;
background-color:#ecf5fa;
font-weight:normal;
height:1.5em;
}

#contents {
	font-size:0.9em;
	margin-left:170px;
	border:1px solid #9b72cf;
	margin-right:140px;
	width:auto;
	padding:10px 0 0 0px;
	background-color:#fff;
}

div#contents h2{
	font-size:0.9em;
	font-weight:normal;
	margin:0px;
	padding:0px 0px 0px 10px;
	color:#000;
}

div#contents h3{
	margin:10px 0px 10px 0px;
	padding:0.3em 0em 0px 10px;
	color:#080;
	height:1.4em;
	_height:1.3em;
	width:auto;
	font-size:1.2em;
	/*background-color:#f8f8f8;*/
	border-bottom:1px solid #9b72cf;
	border-top:1px solid #9b72cf;
	/*
	background-image:url(../img/bg-h4.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	*/
}

div#contents p{
	margin:10px 0px 20px 0px;
	line-height:1.5em;
	padding-left:10px;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
}


div#contents dl{
	margin:0px;
	padding:0px;
	margin-left:10px;
	margin-bottom:20px;
	padding-left:0px;
}

div#contents dt{
	margin:0px;
	padding:0px;
	margin-top:10px;
	margin-bottom:3px;
	font-size:1.0em;
	color:#00f;
}

div#contents dt a{
	text-decoration:none;
}

div#contents dd{
	margin:0px;
	padding:0px 10px 0 0;
	margin-left:0px;
	text-indent:0px;
	line-height:1.5em;
}

div#contents strong{
	color:#008;
	font-weight:100;
}

div#contents h5{
	margin:0px;
	padding:0px;
	font-size:1px;
}

/*
div#contents img{
	float:left;
	margin:0px;
	margin-right:10px;
	padding:0px;
}
*/

div#contents br{
clear:left;
}

div#contents hr{
clear:left;
padding:0px;
margin:0px 10px 0px 10px;
border-top:1px dotted #888;
border-left:0px;
border-right:0px;
border-bottom:0px;
color:#fff;
}

div#contents dl ol{
	padding:0px;
	padding-left:20px;
	color:#000;
}

div#contents table{
font-family:Arial, Helvetica, sans-serif;
vertical-align:middle;
font-size:1.0em;
border-spacing:1px;
background-color:#ccc;
margin:10px;
text-align:center;
}

div#contents th{
padding:5px;
background-color:#FFFFAA;
}

div#contents td{
font-weight:normal;
padding:5px;
}


div.data-box{
padding:1px 0 0 0;
_padding:3px 0 0 0;
margin:10px;
margin-bottom:1px;
margin-top:1px;
}

div.data-box br{
line-height:1px;
}

div.data-box img{
	float:left;
	margin:0px;
	margin-right:10px;
	padding:0px;
}

div#contents dl dt img{
	margin:0px;
	margin-right:10px;
	padding:0px;
}

div.image-box{
width:100%;
height:auto;
}

div.image-box img{
	float:left;
	padding:0px;
	margin:0px;
}
div.image-box p{
	color:#D40000;
}
div.image-box h6{
clear:left;
}

span.cl{
clear:both;
color:#0000FF;
}

div#footer {
	border-top:1px dotted #9b72cf;
	clear:both;
	color:#00f;
	margin:0px;
	padding:0px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:0px;
}

div#footer p{
	margin:0px 0 0 0;
	font-size:0.8em;
}
