/* CSS Document */
body{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/back.gif) repeat-x #FEEDB7;
	color:#919191;
	font-size:14px;
	}
img, ul, li, h1, h2, h3, p, div{
	padding:0;
	margin:0;
	}
.blank {
		clear:both;
		line-height:0px;
		font-size:0px;
		}	
/*-------------------main frame------------*/
#main{
	width:850px;
	height:100%;
	margin:0 auto 0 auto;
	}
/*---------------------header------------*/
#header{
	width:850px;
	height:180px;
	position:relative;
	background:url(images/header.png) no-repeat #FEEDB7;
	color:#FFFFFF;
	}
#header img{
	margin:10px 0 0 182px;
	}
/*
	#header h1{
	position:absolute;
	top:56px; left:238px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	}
*/
/*-------------------menu---------------*/
#menu{
	width:750px;
	height:26px;
	position:relative;
	color:#503A00;
	background-color:transparent;
	bottom:-154px;
	}
#menu ul {
	margin: 0 0 0 0;
	padding: 5px;
	display:inline;
	float: left;
	width:850px;
}
#menu li {
	display:inline;
	padding: 10px;
}
#menu ul a {
	text-decoration:none;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color:#503A00;
}
#menu ul a:hover{
	color: #999;
}


/*-------------------body---------------*/
#body{
	background-color:transparent;
	width:850px;
	position: relative;
	clear: both;
	float: left;	
	padding: 0px 0 20px 0; 		
	display: inline;
	border:#000 1px;
	}
/*----------------------middle part------*/
#mid{
	width:650px;
	height:100%;
	float:left;
	color:#503A00;
	font-size:14px;
	padding: 10px 0 0 0;
	background-color:transparent;
	}
#mid h1 {
	font: normal 1.9em arial, helvetica, sans-serif;
	color: #FCA22A; 
	text-transform: none;
	padding: 10px 0 0 0; 			
}
#mid h2{
	font-family: Arial, Helvetica, sans-serif;
	color:#FCA22A; 
	font-size:28px;
	display:block; 
	float:left;
	font-weight:normal;
	margin:0 0 0 0;
	padding-left:86px;
	margin-bottom:20px;
	}
	
#mid p{
	width:600px;
	margin:5px 0 0 5px;
	line-height:17px;
	font-family: arial, helvetica, sans-serif;
	font-size:14px;
	}
#mid table, .contenttable {
	width: 570px;
	padding: 5px;
	font-size: 12px;
	color: #000;
}
#mid table tr, #mid table td{
	height: 30px;
	width: 33%;
}
#mid ul {
	padding: 0 0 0 35px; 			
}

#mid a{
	margin:0 0 0 0;
	font-family:arial, helvetica, sans-serif;
	font-size:14px;
	color:#503A00;
	text-decoration:underline;
	}
#mid a:hover {
	color:#FCA22A;
	text-decoration:underline;
	}
/*------------------------right-------------------*/
#right_bg{
	background:url(images/back_1.gif) repeat-x #CCCCCC;
	color:#503A00;
	width:200px;
	height:100%;
	float:right;
	text-align: left;
	font-family:arial, helvetica, sans-serif;
	}

#right_bg ul{
	width:190px;
	list-style-type:none;
	display:block;
	margin:5px 0 0 5px;
	}
/*
#right_bg ul li{
	display:block;
	border-bottom:#A89761 1px dashed;
	height:29px;
	}
#right_bg ul li a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#503A00;
	text-decoration:none;
	line-height:29px;
	height:28px;
	padding-left:11px;
	display:block;
	background:url(images/arrow.gif) no-repeat 0 13px;
	}
#right_bg ul li a:hover{
	background-color:#FFF6D1;
	}
*/
#right_bg #navlist {
	margin: 0;/*removes indent IE and Opera*/
	padding: 0;/*removes indent Mozilla and NN7*/
	width: 190px;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color:#503A00;
}

#right_bg #navlist a, #right_bg #navlist a:visited {
	display: block;
	height: 30px;
	padding: 2px 2px 2px 14px;
	border: none;
	border-bottom:#A89761 1px dashed;
	background:url(images/right_arrow.gif) no-repeat 0 13px;
	color:#503A00;
	font-size: 11px;
	line-height: 30px;/* this value must match the height in order to center vertically the text*/
	text-decoration: none;
}

#right_bg #navlist a:hover {
	background-color:#FFF6D1;
}
/*Subnavi*/
#right_bg #subnavlist {
  margin: 0;/*removes indent IE and Opera*/
  padding: 0;/*removes indent Mozilla and NN7*/
  list-style-type: none;/*turns off display of bullet*/
  width: 190px;
}

#right_bg #subnavlist a, #right_bg #subnavlist a:visited {
  display: block;
  height: 30px;
  padding: 2px 2px 2px 30px;
  border: none;
  border-bottom:#A89761 1px dashed;
  background:url(images/right_arrow.gif) no-repeat 15px 13px;
  color:#503A00;
  font-size: 11px;
  line-height: 30px;/* this value must match the height in order to center vertically the text*/
  text-decoration: none;
}

#right_bg #subnavlist a:hover {
  background-color:#FFF6D1;
}
/*-----------------------end body-------------*/
#bottom_table{
	width:100%;
	background-color:#FFFFFF;
	color:#919191;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto 0 auto;
	float:left;
	padding-top:31px;
	padding-bottom:32px;
	}
#bottom{
	width:850px;
	margin:0 auto 0 auto;
	background-color:#FFFBEF;
	height:448px;
	}
#bottom p.line{
	width:1px;
	height:369px;
	background:url(images/line.gif) repeat-y #FFFBEF;
	float:left;
	margin-top:31px;
	}
/*---------------------------footer--------------*/
#footer{
	width:100%;
	height:146px;
	background-color:#A99661;
	float:left;
	border-bottom:#FFFFFF 4px solid;
	color:#FFFFFF;
	}
#footer_div{
	width:850px;
	margin:0 auto 0 auto;
	}

#footer_div p{
	padding:20px 0 0 190px;
	font:11px/11px arial, helvetica, sans-serif;
	color:#FAFAFA;
	font-weight:normal;
	height:14px;
	}

