body,
html {
	margin:0;
	padding:0;
	background-color: #F6F6F6;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #676767;
	text-align:justify;
	line-height:17px;
	
}

.home_cell_topic {
	background-image:url(images/home_box_topic_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	height:19px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:10px;
	
}

.home_cell_content {
	background-image:url(images/homebox_buttom_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height:102px;
	padding:10px;
	
}

.wrap {
	width:946px;
	margin:0 auto;
	background-image:url(images/bg_hor.png);
	background-repeat:repeat-y;
	background-position:top;
}
.innerwrap {
	width:930px;
	padding:0px 8px 0px 8px;
	
}

.homebox {
	border:1px solid #E1E1E1;
}

a {
	color:#A51800;
	text-decoration:none;
}


.left {
	float:left;
	width:700px;
	min-height:400px;
}

.tube {
	padding:22px;	
}

.right {
	float:right;
	width:228px;
	background-image:url(images/right_border.png);
	background-position:left;
	background-repeat:no-repeat;
	min-height:400px;
	
}

.right:after { 
	content:"clear"; 
	clear:left; 
	display:block; 
	height:0; 
	overflow:hidden; 
	visibility:hidden; 
}

.BigTopic {
	color:#9D1500;
	font-weight:bold;
	font-size:24px;
}

.Topic {
	color:#9D1500;
	font-weight:bold;
	font-size:16px;
}

.SmallTopic {
	color:#9D1500;
	font-weight:bold;
	font-size:14px;
	padding-bottom:3px;
}

.boxlink {
	background-image:url(images/lil_arrow.png);
	background-position:left;
	background-repeat:no-repeat;
	font-weight:bold;
	padding-left:18px;
	color:#676767;
}

.sidebarlink {
	background-image:url(images/sidebarlink.png);
	background-position:left;
	background-repeat:no-repeat;
	font-weight:bold;
	padding-left:18px;
	color:#676767;
}

.treelink {
	background-image:url(images/sidebarlink.png);
	background-position:left;
	background-repeat:no-repeat;

	padding-left:18px;

}

.box_text {
	font-size:12px;	
	line-height:14px;
	padding-bottom:4px;
}
.header_top {
	background-image:url(images/header_top.png);
	background-position:top;
	background-repeat:no-repeat;
	height:51px;
}

.header_red {
	background-image:url(images/header_red_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	height:23px;
}

.header_menu {
	background-image:url(images/menu_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	height:32px;
}


.footer {
	clear:both;
	background-image:url(images/footer_bg.png);
	height:35px;
	padding-left:30px;
	color:#FFF;
	font-weight:bold;

}

a:link.navileft, a:visited.navileft {
	background: url(images/menu_button.png) no-repeat left;
	height: 32px;
	float:left;
	line-height:32px;
	text-indent:10px;
	text-transform:uppercase;
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
	font-size:12px;
	letter-spacing:-0px;
}

a:hover.navileft {
	
	background: url(images/menu_button_hover.png) repeat-y left;
	background-color:#FCFCFC;
	color: #5E6365;		
	font-weight:bold;
}

a:link.navileft_fix, a:visited.navileft_fix {
	background: url(images/menu_button.png) no-repeat left;
	height: 32px;

	float:left;
	line-height:32px;
	text-indent:10px;
	text-transform:uppercase;
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
	font-size:12px;
	letter-spacing:-0px;
}

a:hover.navileft_fix {
	
	background: url(images/menu_button_hover.png) repeat-y left;
	background-color:#FCFCFC;
	color: #5E6365;	
	
	font-weight:bold;
}