@import url("general.css");
@import url("system.css");
body{
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#container{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg-page.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#container div.head{
	height: 242px;
	background-image: url(../images/pic-head.jpg);
	background-repeat: no-repeat;
}
#container .head div.menubar{
	height: 30px;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 209px;
	text-align: center;
}
/*
#container .head .menubar a:link,#container .head .menubar a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container .head .menubar a:hover,#container .head .menubar a:active{
	color: #006666;
	background-image: url(../images/bg-menubar-hover.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
*/
#container div.body{
	background-image: url(../images/bg-body.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#container div.foot{
}
#container .foot div.t{
	line-height: 20px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#container .foot .t a:link,#container .foot .t a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#container .foot .t a:hover,#container .foot .t a:active{
	color: #990000;
}
#container .foot div.b{
	height: 130px;
	background-image: url(../images/pic-foot.jpg);
	background-repeat: no-repeat;
}
#container .foot .b div.legacy{
	line-height: 20px;
	text-align: center;
	top: 35px;
	position: relative;
}

.button-form{
	background-image: url(../images/bg-button.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: 2px outset #663300;
}

.indicator-form{
	background-color: #FFFFFF;
	background-image: url(../images/wait-2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;
	width: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	/* display: none; */
}


/* MENU BAR */
ul#navlist {
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	margin: 0;
}
ul#navlist li {
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	line-height: 30px;
	padding: 0px;
}
#navlist a, #navlist a:link {
	margin: 0;
	color: #000000;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-left: 10px;
}
#navlist a:hover {
	color: #663300;
	background-image: url(../images/bg-menubar-hover.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
