/* CSS Document */


	  
body {
	/*background-color: #6d6e72;
background-image: url(bg_linear.jpg);
background-repeat: repeat-x;*/
text-align: center;

}


/*==========================  DEFAULT  =======================*/

div.main_container {
	width: 950px;
	font-family: Verdana, Arial, sans-serif;
	margin:0 auto;
	text-align:left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/*========================== logo  =======================*/
.logo_box{
	height:110px;

}
.logodiv{
	float:left;
	width:400px;
	margin-left:64px;
	margin-top:20px;

}

.display_area{

}



/*========================== display =======================*/

.left_menu
{
	width:189px;
	float:left;
	padding-left: 64px;
	padding-top:20px;
	padding-bottom:20px;
}
.left_menu A:link {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.left_menu A:visited {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.left_menu A:hover {
	text-decoration: none;
	color: #3333FF;
	font-weight: normal;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.left_menu A:active {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}


.prop
{
height:500px;
width:1px;
float:left;
}

.right_content
{
	width:420px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:50px;
	color: #000000;
	font-size: 12px;
	float:left;
	
}

.right_content A:link {
	text-decoration: none;
	color: #3333FF;
	font-weight: normal;

}
.right_content A:visited {text-decoration: none; color: #3333FF;font-weight: normal; }
.right_content A:hover {text-decoration: none;	color: #FF6592 ; font-weight: normal;}
.right_content A:active {text-decoration: none; color: #3333FF; font-weight: normal;}


.clearer
{clear:both;
}




/*==========================footer =======================*/
.footer_menu{
	height: 20px;
	width: 890px;
	margin-left: 3%;
	padding-left:30px;
	padding-right:30px;
	margin:0 auto;
	font-size: 10px;
	text-align: right;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.footer_menu A:link {text-decoration: none; color: #000000;font-weight: normal; }
.footer_menu A:visited {text-decoration: none; color: #000000;font-weight: normal; }
.footer_menu A:hover {text-decoration: none;	color: #3333FF; font-weight: normal;}
.footer_menu A:active {text-decoration: none; color: #000000;font-weight: normal; }



.headline{

	font-size: 14px;
	font-weight: bold;

}
.back_to{
	float: left;
	padding-top: 15px;
}


.emphasis{
	color: #FF0033;
}




 .image_caption_floatleft
{
	float: left;
/*	font-weight: bold;*/
/*	width: 310px;*/
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
 .general_image_floatleft
{
	float: left;

	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.form_box_width { width: 380px; } 