/* CSS Document */

body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	color:#000;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
	line-height:0;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
/*------------------------------------------------main--------------------*/

/*------------------------------------------------body--------------------*/
#body{
	width:950px;
	background-attachment: scroll;
	background-image: url(images/innerbg.gif);
	background-repeat: repeat-y;
	background-position: -25px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#headerspace {
	background-image: url(images/a_header_space.gif);
	background-repeat: repeat-x;
}

/*------------------------------------------------left--------------------*/
#left{
	width:296px;
	float:left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#left ul.leftLink{
	width:240px;
	background-color:#F4F4F4;
	color:#000;
	border-left:#E1E1E1 solid 1px;
	border-right:#E1E1E1 solid 1px;
	padding:21px 23px 25px 23px;
}
#left ul.leftLink li{
	line-height:0;
	font-size:0;
}
#left ul.leftLink li a{
	display:block;
	background:url(images/arrow.gif) 0 9px no-repeat;
	font:normal 12px/23px Arial, Helvetica, sans-serif;
	color:#3E3E3E;
	background-color:inherit;
	text-decoration:none;
	padding:0 0 0 13px;
}
#left ul.leftLink li a:hover{
	color:#3E3E3E;
	background-color:#ECE8E8;
}

/*------------------------------------------------left--------------------*/

/*------------------------------------------------right--------------------*/
#right{
	width:654px;
	float:right;
}
#right .cim {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #404040;
	margin-bottom: 20px;
	margin-left: 20px;
}

#right h1 {
	font-size: 18px;
	font-weight: bold;
	color: #404040;
}

#right h2 {
	font-size: 14px;
	font-weight: bold;
	color: #404040;
	padding-left: 20px;
	margin-bottom: 10px;
}


#right p{
	display:block;
	font-size:14px;
	line-height:20px;
	color:#444444;
	background-color:inherit;
	padding-top: 0;
	padding-right: 0;
	padding-left: 20px;
	margin-bottom: 10px;
}
#right p strong {
	color: #f5821f;
	font-weight: bold;
}
#right p.datum {
	font-size: 10px;
}


#right a.rm{
	display:block;
	font:bold 12px/20px Arial, Helvetica, sans-serif;
	color:#f5821f;
	text-align:right;
	background-color:inherit;
	height:20px;
	text-decoration:none;
	width: 200px;
	margin-top: 24px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 450px;
}
#right a.rm:hover{
	color:#000;
	background-color:inherit;
}
#right ul {
	display:block;
	font-size:14px;
	line-height:20px;
	color:#444444;
	background-color:inherit;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
	list-style-type: disc;
}
#right p a {
	color: #f5821f;
	text-decoration: none;
}
#right p a:hover {
	color: #f5821f;
	text-decoration: none;
}
