body  {
	font: 100% Tahoma, Geneva, sans-serif;
	background: #e6e6e6;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}



ul,li {
	color: #000000;
}

li {
	font-size:0.8em;
}

a img {
	border:none;
}

p a{
	text-decoration:none;
}

map, area {
	background:#FFF;
	z-index:1000;
}

#container { 
	width: 956px;
	background:url(../gfx/main_bg.gif) repeat-y #FFF;
	margin: 0 auto;
	text-align: left;
} 
#header { 
	height:213px;
	width:956px;
	position:relative;
} 

#icons_set {
	position:absolute;
	left:75px;
	top:7px;
}

#icons_set a {
	float:left;
}

#icons_set a img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
}

#icons_set a img:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

#sidebar1 {
	float: left;
	width: 220px;
	background:url(../gfx/left_sidebar_bg.gif) left repeat-y #0075B5;
}

#menu {
	margin:15px 0 0 0;
}

#menu .menu_title  {
	height:24px;
	background:url(../gfx/menu_arrow.gif) left no-repeat #0069A3;
	color:#FFF;
	display:block;
	margin:3px 0 3px 0;
	font-size:0.9em;
	padding:7px 0 0 29px;
}

#menu a:hover {
	background:#FCCC17 !important;
	color:#333 !important;

}

#submenu a, #submenu a:hover  {
	background:url(../gfx/submenu_arrow.gif) left no-repeat #246da7;
	color:#FFF;
	display:block;
	margin:3px 0 3px 23px;
	height:20px;
	font-size:0.8em;
	padding:5px 0 0 18px;
	text-decoration:none;
}

#submenu2 a, #submenu2 a:hover  {
	background:#246da7;
	color:#FFF;
	display:block;
	margin:3px 0 3px 23px;
	height:20px;
	font-size:0.8em;
	padding:5px 0 0 18px;
	text-decoration:none;
}


#sidebar2 {
	float: right;
	width: 230px;
}
#sidebar2 a{
	text-decoration:none;
}

#sidebar2 .box {
	width:204px;
	background:#e6e6e6;
	font-size:0.7em;
	color:#333;
	margin:15px;
}

#sidebar2 .box .box_title {
	height:21px;
	font-size:1.2em;
	color:#FFF;
	background:#FF9717;
	padding:5px 0 0 5px;
}

#sidebar2 .box .box_content {
	padding:0 8px 8px 8px;
}

#mainContent { 
	margin:0 245px 0 235px;
} 

#mainContent hr {
	border:1px #06F dashed;
	border-width:1px 0 0 0;
}

#mainContent #content {
}

#content .content_item {
}

#content .content_item h1 {
	border:#4689be solid;
	border-width:0 0 0 13px;
	height:26px;
	font-size:0.9em;
	font-weight:bold;
	padding:6px 0 0 8px;
	background-color:#E6E6E6;
	color:#FF9717;
}

#content .content_item h2 {
	border:#4689be solid;
	border-width:0 0 0 10px;
	height:18px;
	font-size:0.8em;
	font-weight:normal;
	padding:6px 0 0 8px;
	color:#000000;
	background-color:#E6E6E6;
}

.video_header,.video_header_big  {
	border:#4689be solid;
	border-width:0 0 0 11px;
	font-size:0.8em;
	font-weight:normal;
	padding:6px 0 0 8px;
	background-color:#E6E6E6;
}

.video_header {
	height:18px;
}

.video_header_big {
	height:40px;
}

#content .content_item p {
	font-size:0.8em;
	padding:0 10px 10px 10px;
}


#footer { 
	background:#e6e6e6;
	height:35px;
	text-align:center;
	font-size:0.7em;
	padding:10px;
	color:#666;
} 

#footer a{
text-decoration:none;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}