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

body {

font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:16px;




}


A {

font-family:"Century Gothic";
font-size:11px;
color:#c20000;
line-height:14px;
text-decoration:none;
margin-bottom:5px;

}

A:hover {

color:black;

}

.main_table {

border: 1px solid #bbbbbb;

}

.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #fff;
	/*border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;*/
	font-size: 14px;
	font-weight: normal;
	font-family: 'Century Gothic', sans-serif;
	width:92%;
}
 
 
 .menu {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #fff;
	/*border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;*/
	font-size: 14px;
	font-weight: normal;
	font-family: 'Century Gothic', sans-serif;
	width:92%;
}
 
.element {
 
}

.toggler:hover {

color:#c20000;

}

H3:hover {

color:#c20000;

}

 
.element p {
	margin: 0;
	margin-left:20px;
	padding: 4px;
	width:92%;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}

B, strong {

color:#a50000;

font-size:12px;

}

#news {

padding:5px;
position:relative;
color: #000;
font-size:12.5px;
line-height:18px;

height:auto;
border-bottom:2px #cecece dotted;
float:left;	
}



#knobScroll{
	height: 25px;
	width: 10px;
	background-image:url(_images/slide.gif);
	background-color:white;
	background-repeat:no-repeat;
	cursor: pointer;
}
#areaScroll {
	/*background-image:url(../_images/bg_slider.gif);
	background-repeat:repeat-y;*/
	position:relative;
	background-color:#4b4a43;
	height: 600px;
	width: 10px;
	float:right;
	right:25%;
	top:54px;
}

#container_Scroll {
	margin:0px;
	width: 300px;
	height: 600px;
	overflow:hidden;
	float:left;
}

#container_Scroll_content {
	padding:0px;
	margin:0px;
	width: 300px;
}

#news_container {
	display:block; width:809px; /* cannot exceed 359, so padding into consideration */
	float:right;
}
#news_inner_cont {
	display:block; width:770px; margin:10px 13px 10px 16px; /*  */
	height:auto;
}
.news_pics { display:block; float:left; width:150px; padding:4px 4px 1px 1px; clear:left; }
.news_txt { display:block; height:auto; }

