
a:link {color:#aa4e34;text-decoration: none;}
a:hover {color:#830100;text-decoration: underline;}
a:visited {color:#ca7e68;text-decoration: underline;}
a:active {color:#ca7e68;text-decoration: underline;}

html {
	height:100%;

}

body {
	background: url(/img/backg_main.gif) repeat-x top #cccccc;
	margin:7px;
	font: 0.7em Arial,Helvetica,sans-serif; 
	color:#000000;
	height:100%; 

	}

	#banner {
	width:100%;
	height:114px;
	background: url(/images/backg_header.gif) repeat-x;
	min-width:836px;
	
	}
	#banner_left {
		background: url(/images/backg_header_left.gif) no-repeat;
		width:585px;
		height:19px;
		float:left;
		padding-top:95px;
		padding-left:10px;
		}
	#banner_right {
		background: url(/images/backg_header_logo.gif) no-repeat;
		width:241px;
		height:114px;
		float:right;
		}
		
	#menu {
	width:100%;
	height:38px;
	min-width:830px;
	background: url(/images/backgr_menu.gif) repeat-x;
	}
	#menu_border_left {
		background: url(/images/backgr_menu_left.gif) no-repeat;
		width:3px;
		height:38px;
		float:left;
	}
	#menu_content {
		background: url(/images/backgr_menu.gif) repeat-x;
		height:30px;
		color:#FFFFFF;
		font-weight:bold;
		font-size:1.4em; 
		padding-left:8px;
		padding-top:8px;
		float:left;
		}
		#menu_content a:link {color:#ffffff;text-decoration: none;}
		#menu_content a:hover {color:#666666;text-decoration: underline; font-weight:bold;}
		#menu_content a:visited {color:#ffffff;text-decoration: none;}
		#menu_content a:active {color:#ffffff;text-decoration: underline;}
		
	#menu_border_right {
		background: url(/images/backgr_menu_right.gif) no-repeat;
		width:3px;
		height:38px;
		float:right;	
	}
	#minwrap {
		min-width:836px;
	}
		
	#content_wrap{
		float: left;
		width: 100%;
		background-color:#FFFFFF;
		
		
		
		}
		#content_column{
			margin: 0 217px 0 224px; 
			/*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
			background-color:#FFFFFF;
			padding-left:7px;
			padding-right:7px;
			padding-top:10px;

			
			}
			#content_column_header{
			margin: 0 217px 0 224px; 
			/*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
			background: url(/images/backg_content_head.gif) repeat-x;
			height:31px;
			padding-top:18px;
			font-weight:bold;
			font-size:1.4em;
			color:#848383;
			padding-left:7px;
			}
		
		
	#content_lcolumn{
		float: left;
		width:224px;
		margin-left: -100%;
		/*background: url(/images/backgr_menu_left_main.gif) repeat-y;*/
		}
		#content_lcolumn_txt {
			background: url(/images/backg_content_lmenu.gif) no-repeat;
			padding-left:20px;
			padding-top:20px;
			color:#5b5a5a;
			font-size:1.2em;
			line-height:20px;
			font-weight:bold
			}
			#content_lcolumn_txt a:link {color:#5b5a5a;text-decoration: none;}
			#content_lcolumn_txt a:hover {color:#666666;text-decoration: underline; font-weight:bold;}
			#content_lcolumn_txt a:visited {color:#5b5a5a;text-decoration: none;}
			#content_lcolumn_txt a:active {color:#5b5a5a;text-decoration: underline;}

	#content_rcolumn{
		text-align:right;
		float: left;
		width:217px;
		margin-left: -217px; /*Set left marginto -(RightColumnWidth)*/
		/*background: url(/images/backgr_menu_right_main.gif) repeat-y;*/
		}
		#content_rcolumn_txt {
			background: url(/images/backg_content_rmenu.gif) no-repeat;
			padding-right:20px;
			padding-top:20px;
			color:#5b5a5a;
			font-size:1.2em;
			line-height:20px;
			font-weight:bold
			}
			#content_rcolumn_txt a:link {color:#5b5a5a;text-decoration: none;}
			#content_rcolumn_txt a:hover {color:#666666;text-decoration: underline; font-weight:bold;}
			#content_rcolumn_txt a:visited {color:#5b5a5a;text-decoration: none;}
			#content_rcolumn_txt a:active {color:#5b5a5a;text-decoration: underline;}
		#content_rcolumn_txt_header {
			font-weight:bold;
			padding-bottom:8px;
			font-size:1.4em;
		}
			

#content_footer_wrap{
	float: left;
	width: 100%;
	
	}
	#content_footer_column{
		margin: 0 217px 0 224px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/

		
		}
		#content_footer_column2{
		background: url(/images/backgr_footer_center.gif) repeat-x;
		height:29px;
		font-weight:bold;
		color:#5b5a5a;
		}
	#content_footer_lcolumn{
		float: left;
		width:224px;
		margin-left: -100%;
		height:29px;
		background: url(/images/backgr_footer_left.gif) no-repeat;
		}

	#content_footer_rcolumn{
		float: left;
		margin-left: -217px; /*Set left marginto -(RightColumnWidth)*/
		width:217px;
		height:29px;
		background: url(/images/backgr_footer_right.gif) no-repeat;
		}


.icon {
	padding-right:5px;

}
