@charset "UTF-8";
// CSS Document //

body {
	background:url(../img/bg.png);
}

div {
}

div.leftstroke{
	position:absolute;
	background:url(../img/leftstroke.png);
	width:41px;
	height:461px;
	top:50px;
	left:-20px;
}

div.fade{
	position: absolute;
	width:885px;
	height:25px;
	background:url(../img/fadebar.png);
	top: 90px;
	z-index:999;
}

div.fadebottom{
	position: absolute;
	width:885px;
	height:25px;
	background:url(../img/fadebar_bottom.png);
	top: 575px;
	z-index:999;
}

div.body {
	background-color: #FFFFFF;
	position: relative;
	margin: 0px auto;
	top: 20px;

	width:900px;
	height:620px;
}

div.menu {
	border-bottom: 1px solid black;
	
	width:150px;
	height:75px;
	
	position: absolute;
}

div.top {
	width: 100%;
	height: 75px;
	top:0px;
	left:0px;
	
	position: absolute;		
}

div.content {
	width: 100%;
	height: 530px;
	top:90px;
	left:0px;
	
	position:absolute;
	overflow:auto;
	
	background:url(../img/contentbg.png);
}

div.contentbox {
	position: absolute;
	height:500px;
	width: 865px;
	left: 10px;
}


div.login {
	position: relative;
	margin: 0px auto;
	align: center;
	top: 50px;
	border: solid 1px red;
	background-color: #ffffff;
	width:500px;
	height:250px;
}

body, p, h1, h2, h3, td, tr, table {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #D30022;
}

body, p, td {
	font-size: 12px;
}

div.message_ok {
	position: absolute;
	background-color: green;
	top:75px;
	width: 100%;
	height:15px;
}

div.disclaimer {
	position: absolute;
	height:50px;
	width:700px;
	top:470px;
	left:150px;
	
	text-align: justify;
	font-size:9px;
}

#main	{	font-weight: bold;		}
