@charset "utf-8";
/* CSS Document */


/* default styles */
*{ margin: 0; padding: 0; }* 

body
{ 
	font: .7em Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	background: #fff; 
	color: #444; 
}

a {	color: #E0691A;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 2.4em "Trebuchet MS", Arial, Sans-Serif; padding: 7px 0 0 8px; margin: 0; }
h3 { font: normal 1.0em "Trebuchet MS", Arial, Sans-Serif; padding: 0px 0 0 10px; margin: 0; }
h1 a { color: #737373; background: inherit; }
.orange { color: #E0692A; }
sup { font-size: .5em; }

h3 a { color: #737373; background: inherit; }
.orange { color: #E0692A; }
sup { font-size: .5em; }

h1 a, h2 a, h3 a { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover { color: #FF6600; background: inherit; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
h2_right { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
p {	margin: 0 0 5px 0; }

ul { list-style : none; }



.content
{ 
	margin: 0 auto;
	width: 747px;
	padding: 10px; 
}




.header
{ 
	height: 70px;
	background: #fff url('../i_headerbg.gif') repeat-x bottom;
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
}

.top_info
{
	float: right;
	width: 355px;
	padding: 5px 0 4px 0;
	color: #808080;
}

.top_info_right
{
	float: right;
	width: 280px;
	padding: 0 10px 0 35px;
}



.orange { color: #E0692A; }



#outer
{
position: relative;
width: 747px;
margin: 0 auto;
}


#menu
{
position: relative;
background: #46461F url('../i_a16b.gif') repeat-x;
height: 56px;
padding: 0px 20px 0px 5px;
margin: 0px 0px 3px 0px;
}

#menu ul li.first
{
border-left: 0px;
}

#menu ul li
{
display: inline;
line-height: 52px;
padding-left: 3px;
}

#menu ul li.first
{
border-left: 0px;
}

#menu ul li a
{
background-color: transparent;
background-repeat: repeat-x;
padding: 8px 7px 8px 7px;
font-size: 11px;
color: #fff;
font-weight: bold;
}

#menu ul li a:hover
{
background: #fff url('../i_a18.gif') repeat-x top;
color: #4A4A24;
text-decoration: none;
}




/* left side */

.left
{
	float: left;
	width: 747px;
	margin: 6px 0 0 0;
}

.left h2
{
	clear: both;
	background: #E8E8E8 url(../i_h2bg.gif) no-repeat center left;
	color: #444;
	padding: 3px 0 4px 43px;
	font: bold 1.4em "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 10px 0;
}

.left_side
{
	float: left;
	width: 160px;
	padding: 0 0 0 10px;
	margin: 10px 0 0 38px;
}
	
.left_side a, .right_side a { color: #414141; background: #FFF; }

.image
{
	float: left;
	margin: 0px 9px 12px 0px;
}

.left_box
{ 
	margin: 0 0 6px 0; 
	color: #000; 
	background: #FFF; 
	padding: 6px 0; 
}
	
	
	
	
	
/* footer */

.footer
{ 
	clear: both;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	line-height: 2em;
}
	.footer a { color: #808080; background: #fff; }
