/*  	-----------------------------------------------------------------------------
		INTERFACE LAYOUT
		----------------------------------------------------------------------------- 	*/
		
HTML, body {
	margin:0;
}

BODY	{
	background: #535353 url(../../images/bg_tile.jpg);
	background-position: top center;
	background-repeat: repeat-x;	
	color: #ffffff;
	margin:0;
}

#container {
	position: absolute;
	left: 50%;
	top: 0;
	width: 850px;
	margin-left: -425px;
	margin-bottom: 100px;
	background:black url(../../images/bg_rl.gif);
	font-family: 'trebuchet ms', arial, verdana;
	color:white;
	font-size:8pt;
}

h1 {
	top:0;
	margin:0;
	padding:0;
	width:850px;
	height:157px;
	text-indent:-999px;
	overflow:hidden;
	display:block;
	background:url(../../images/bg_top_header.jpg);
}



/*  	-----------------------------------------------------------------------------
		MENU NAVIGATION
		----------------------------------------------------------------------------- 	*/	


#menu {
	margin:0 0 10px 0;
	text-align: left;
	background:url(../../images/bg_menubar.jpg);
	width:850px;
	height:30px;
	display:block;
	overflow:hidden;
	font-size:1px;
}

#menu ul {
	list-style: none;
	display:inline;
	margin:0;
	padding:0;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	font-family: 'trebuchet ms';
	font-size:10pt;
	font-weight:bold;
	color: white;
	text-decoration:none;
	padding:0 8px;
	line-height:25px;
}
#menu ul li a.first {
	margin-left:22px;
}

#menu ul li a.here {
	color: #DD9B2C;
}

#menu ul li a:hover {
	color: #DD9B2C;
}


#image_sidebar {
	float:right;
	padding:30px 30px 30px 10px;
	width:170px;
	color:#777777;
}
	#image_sidebar img {
		border:1px solid #555555;
		display:block;
		margin-bottom:20px;
	}

#contents {
	padding:30px;
	text-align: justify;
	font-size:10pt;
	line-height:19px;
	color:#dddddd;
	width:575px;
}

#contact_footer {
	display:block;
	width:850px;
	height:105px;
	background:black url(../../images/bg_contact_footer.gif);
	text-align:center;
	padding-top:10px;
	font-size:8pt;
	color:#999999;
	clear:right;
	position:relative;
}
	#contact_footer_inside {
		position:absolute;
		width:240px;
		left:530px;
		top:10px;
		text-align:left;
		display:block;
	}
	#contact_footer a {
		color:#999999;
		text-decoration:none;
	}
	#contact_footer a:hover {
		color: #cccccc;
	}
	#contact_footer_2 {
		display:block;
		width:850px;
		height:80px;
		background:black url(../../images/bg_contact_footer2.gif);
		text-align:center;
		padding-top:20px;
		font-size:8pt;
		color:#999999;
		clear:right;
	}
	
	b {
		color: #DD9B2C;
	}
	
	h2 {
		color: #DD9B2C;
		font-size:14pt;
		font-weight:bold;
		margin:0;
	}
	
	h3 {
		color: #DD9B2C;
		font-size:11pt;
		font-weight:bold;
		margin:0;
	}

/*  	-----------------------------------------------------------------------------
		GENERAL STYLES
		----------------------------------------------------------------------------- 	*/

a {
	color: #DD9B2C;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a.hidetext {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}

table.norm tr td img {
	margin-bottom:10px;
}
table.norm tr td {
	font-size:8pt;
}