/*Main Configuration*/

*{
	margin: 0;
	padding: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #474848;
/*	background-color: #66A3D2;*/
	background-color: #FFFFFF;
	margin: 0; 
	padding: 0; 
	height: 100%;
}
img{
	border: 0px;
}
a:link, a:visited{
	color: #5B6D7F;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active{
	color: #5B6D7F;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

/*Main Container and Header*/

#header{
	position: absolute;
	width: 100%;
	height: 120px;
	background-color: #5B6D7F;
	z-index: 2;
}

#logo{
	position: absolute;
	margin: 0px 0px 0px 50px;
	height: 120px;
	width: 240px;
	
	z-index: 3;
}

#tmenu{
	position: absolute;
	right: 0px;
	z-index: 2;
	color: white;
	margin-top: 100px;
	margin-right: 270px;
	font-weight: bold;
	font-size: 11px;
}
#tmenu a:link, #tmenu a:visited{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#tmenu a:hover, #tmenu a:active{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#lbackground{
	float: left;
	position: fixed;
	left: 50px;
	width: 240px;
	height: 100%;
	background-color: #89A4BF;
	z-index: 2;
}

#lmenu{
	float: left;
	position: absolute;
	left: 50px;
	width: 240px;
	height: 100%;
	background-color: #89A4BF;
	z-index: 2;
}

#lmenu ul{
	list-style-type: none;
}

#nav{
	padding-top: 140px;
	color: white;
}

.menu{
	background-color: #89A4BF;
	padding: 5px 0px 5px 25px;
}
.menu_hover{
	background-color: #5B6D7F;
	padding: 5px 0px 5px 25px;
	cursor: pointer;
}

.menu_title{
	background-color: #89A4BF;
	padding: 5px 0px 5px 25px;
	font-size: 12px;
	font-weight: bold;
	border-bottom-style: solid;
	border-width: 1px;
}

.menu_title_hover{
	background-color: #5B6D7F;
	padding: 5px 0px 5px 25px;
	font-size: 12px;
	font-weight: bold;
	border-bottom-style: solid;
	border-width: 1px;
	cursor: pointer;
}

#nav a:link, #nav a:visited{
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover, #nav a:active{
	background-color: #5B6D7F;
	cursor: pointer;
}

#content{
	position: relative;
	height: 100%;
	padding: 140px 260px 0px 310px;
	font-size: 11px;
}

#content h1{
	font-size: 18px;
	border-bottom-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
	color: #5B6D7F;
}

#rbackground{
	float: right;
	position: fixed;
	right: 0px;
	width: 240px;
	height: 100%;
	background-color: #89A4BF;
	z-index: 0;
}

#rmenu{
	float: right;
	position: absolute;
	right: 0px;
	width: 240px;
	height: 100%;
	background-color: #89A4BF;
	z-index: 1;
}

#legend{
	padding: 25px 0px 5px 25px;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 11px;
}

.rmenu{
	background-color: #66A3D2;
	padding: 5px 0px 5px 25px;
}
.rmenu_hover{
	background-color: #89A4BF;
	padding: 5px 0px 5px 25px;
	cursor: pointer;
}

.rmenu_title{
	background-color: #66A3D2;
	padding: 5px 0px 5px 25px;
	font-size: 12px;
	font-weight: bold;
	border-bottom-style: solid;
	border-width: 1px;
}

.rmenu_title_hover{
	background-color: #89A4BF;
	padding: 5px 0px 5px 25px;
	font-size: 12px;
	font-weight: bold;
	border-bottom-style: solid;
	border-width: 1px;
	cursor: pointer;
}

#prev{
	padding-top: 25px;
}
.spacer{
	padding-bottom: 25px;
}

div.first{
	background-color: #F5F5F5;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #EEEEEE;
}
div.second{
	background-color: #F8F8FF;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #EEEEEE;
}

div.text{

}
div.text_error{
	color: red;
}
div.text_left{
	width: 150px;
	font-weight:bold;
	float:left;
}
div.text_right{
	padding: 0px 0px 5px 150px;
}
div.text_left_error{
	width: 150px;
	font-weight:bold;
	color: red;
	float: left;
}

div.notice{
	background-color: #FDE0E0;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	text-align: center;
}
span.important{
	color: red;
}
.formular{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 11px;
}
.formular_error{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 11px;
	background-color: #FDE0E0;
}
