
body {	background: #fff ;
	color: #000;
	padding: 0 ; 
	margin: 0; 
	font: .7em Arial, sans-serif; 
	line-height: 1.5em;
}

a {color: #5b6b61; }
a:hover { color: #647B6D;}
a:visited {color: #647B6D;}
h1 a { color: #5b6b61;}

h1 { 	margin: 0; 
	padding: 0; 
	font: normal 1.6em Arial, sans-serif; 
	letter-spacing: -1px; 
}


p {	margin: 0 0 0px 0;
	line-height: 1.5em; 
	background: transparent;
}

.main { 	margin: 0 auto;
	padding: 0px;
	width: 886px;
	color: #5b6b61;
}

.top {	background:  url('images/top2.png') no-repeat center bottom;
	width: 886px;
	height: 71px;
	margin: 0;
	padding: 0
}

.top a { background: inherit; text-decoration:none; }
.top a:hover { background: inherit;}

.top .padding {
	float: right;
	padding: 52px 70px 0 0;
	
}

.header {	
	background: #000 url('images/header2.png') no-repeat center bottom;
	width: 886px;
	height: 78px;
	margin: 0;
	padding: 0
}

.header .title {
	float: left;
	padding: 12px 0 0 84px;
	font: bold 1.8em Arial, sans-serif;
}

.header .address {
	float: right;
	clear: both;
	padding: 3px 74px 0 0 ;
	color: #fdf8a3;
	text-align: right;
	font-size: 0.9em;
	font-family: Arial, sans-serif;
	line-height: 1em;
}

#nav {
	background: #9e9e9e url('images/menu2.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	width:886px; 
	height:28px; 
	margin:0; 
	padding:0; 
}

/*#nav ul { 
	margin:0; 
	list-style:none; 
	padding: 0px 0 0 76px; }

#nav a, #nav strong, #nav span { 
	float:left; 
	display:block; 
	color: #fdf8a3; 
	padding: 5px 10px 5px 10px; 
	background: #9e9e9e; 
	text-decoration:none; 
	font-weight: bold; }


#nav a { 
	float:none; 
}

#nav li { 
	float:left; 
	color: #fdf8a3; 
	background: #959595; 
	margin:0; 
	padding:0 0 0 0px; 
}

#nav .current { 
	float:left; 
	background: #9e9e9e; 
	color: #378c51; 
}
#nav .current a { 
	float:left; 
	background: #9e9e9e; 
	padding:5px 10px 5px 10px;
	color: #378c51; 
	font-variant: small-caps; 
	font-size: 1.2em; 
}

#nav a:hover { 
	float:left; 
	color: #fdf8a3; 
	background: #aeaeae; 
}  
#nav .padding { 
	padding: 5px 0 0 10px; 
	font-weight: bold;
}

*/
.content {
	background: url('images/bg2.png') repeat-y center bottom;
	margin:0 auto; padding:0px; width:886px; height:350px; 
}


.left_col {  
	background-color: #fdfef0;
	color: #000;
	margin: 0 0 0px 80px;
	padding: 0px 20px 0px 5px;
	width: 540px;
	height: 350px;
	border-right: 1px dotted #ccc;
	overflow-y: auto;
}	

.right_col {
	clear:both;
	background-color: #fdfef0;
	float: right;
	color: #000;
	margin: 0 90px 0 0;
	padding: 30px 0px 0 15px;
	width: 180px;
	font-weight: bold;
}

.right_col ul {
	list-style:none;
}

.right_col li:hover {
	list-style: circle;
	color: #3d6d3b;
	font-weight: bold;
}


/* For IE... */
* html .right_col {
	clear:both;
	background-color:#fdfef0;
	float: right;
	color: #000;
	margin: 0 40px 0 0;
	padding: 0px 0px 0 15px;
	width: 170px;

}

*html .right_col ul {list-style:none;}
*html .right_col li:hover {list-style: circle;
color: #3d6d3b;}
	

/*.text_padding {
	padding: 15px 0 0 0;
}*/

.content h1 {
	background-color: #fdfef0;
	padding: 5px 0 5px 0;
	color: #5b6b61;
	font: bold 1.6em Arial, sans-serif;
}


.footer { 
	background: #000 url('images/footer2.jpg') no-repeat center;
	width: 886px;
	height: 78px;
	color: #444;  
	font-size:80%;
	text-align:center; 
	clear:both
}

	
.footer .padding {
	padding: 40px 0 0 0;

}


.date {
	color: #bbb; 
	font-style: italic;
}