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

body{
	background-color:#e0e1d3;
	margin-left:0px; margin-top:0px; margin-top:0px; margin-right:0px;
	font:"Times New Roman", Times, serif;
	font-size:13px;
	color:#333333;
}
a:link {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}
.main_header{
background-color:#e0e1d3;
background-image:url(../images/back_drop.gif);
background-position:bottom;
background-repeat:repeat-x;
padding-bottom:40px;
}
.main_logo{
padding:10px;
}
.main_logo img{
border:0px;
}
.main_table_enclose{
width:100%;
}
.main_table_enclose td{
vertical-align:top;
}
.main_table_right_col{
background-color: #CFD0C5;
border-left:1px solid lightgray;
}
.main_tabs_stage{
width:200px;
border-left:1px solid lightgray;
border-right:1px solid lightgray;
border-bottom:1px solid lightgray;
background: #F2F2F2;
margin-left:15px;
margin-top: 15px;
margin-bottom:15px;

}
.main_content_background{
background-color:#EAEBDF;
}
.main_content_stage{
width:752px;
border:1px solid lightgray;
margin:15px;
background-color:#EDEDED;

}
.main_footer{
background-color:#e0e1d3;
background-image:url(../images/back_drop_bottom.gif);
background-position:top;
background-repeat:repeat-x;
height:40px;
}
.main_legal_notice{
padding:10px;
border:1px solid lightgray;
border-top:1px solid lightgray;
background-color:#EDEDED;
width:350px;
margin-left:5px;
}
.right_column_top_link{
background:#E1E1D3;
border-top:1px solid lightgray;
border-bottom:1px solid lightgray;
padding:10px;
margin-top:5px;
text-align:center;
}
.right_col_container{
margin-left:5px;
width:250px;
border:1px solid lightgray;
}