body {
	background-color: #eee;
	margin: 0px;
	padding: 0px;
	}
	
	
a {
	font-size: 12pt;
	text-decoration: none;
	color: #f7a31f;
	}

a:hover {
	text-decoration: underline;
}
	
p {
	font-size: 12pt;
}
	
#content_image {
	padding: 10px;
}	
	
#header {
	background-color:#999999;
	background-image:url('images/header_bg.jpg');
	height: 153px;
	width: 100%;
	}
	
#header_logo {
	top: 16;
	left: 50;
	position: absolute;
	visibility: show;
	}
	
#header_txt {
	top: 45;
	left: 190;
	position: absolute;
	visibility: show;
	}		



#leftcolumn {
	float: left;
	width: 180px;
	margin-bottom: 10px;
	}



#content {
	min-height: 350px;
	max-width: 80%;
	width: 80%;
	font-size: 10pt;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	}
	






/*--------------------------*/
/* 		Left Navigation 	*/
/*--------------------------*/


#left_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
    
#left_menu li a {
	background: #777 bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: middle;
	width: 9em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #f7a31f;
	text-decoration: none;
	} 
	
#left_menu li {
	background: #555 bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float:  middle;
	width: 9em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #f7a31f;
	text-decoration: none;
}
    
#left_menu li a:hover {
	background: #f7a31f bottom left repeat-x;
	color: #777777;
	text-decoration: none;
	}






/*--------------------------*/
/* 	Horizontal Navigation 	*/
/*--------------------------*/


#navbar {
	margin: 0;
	padding: 0;
	height: 1em; 
	top: 115;
	left: 190;
	position: absolute;
	z-index: 1;
	}
	
#navbar li {
   display: block;
   float: left;
   background-color: #555; 
   color: #f7a31f; }
   
#navbar li a {
   display: block;
   padding: 3px 8px;
   background-color: #777;
   color: #f7a31f;
   text-decoration: none; }
   
#navbar li ul {
   display: none; 
   width: 10em;
   background-color: #69f;}
   
#navbar li:hover ul, #navbar li.hover ul {
   display: block;
   position: absolute;
   margin: 0;
   padding: 0; }
   
#navbar li:hover li, #navbar li.hover li {
   float: none; }
   
#navbar li:hover li a, #navbar li.hover li a {
   background-color: #777;
   border-bottom: 1px solid #fff;
   color: #f7a31f; }
   
#navbar li li a:hover {
   background-color: #f7a31f;
   color: #555; }
   
   
   
   
   
   
#footer {
	clear: both;
	background: #777;
	height:  50px;
	margin-bottom: 10px;
	}
	

#footer_text {
	text-align: right;
	margin: 10px;
	font-size: 10pt;
}   

#copyright {
	clear: both;
	background: #fff;
}

#copyright_text {
	font-size: 8pt;
	text-align: center;
}