body,html {
	background: #727354;
	font-size: 100%;
	font-family: arial,helvetica;
	text-align: center;
}

* {
 	padding: 0;
	margin: 0;
}

p {
	font-size: .8em;
	margin-bottom: 18px;
}

#content h3 {
	padding-bottom: 20px;
	padding-top: 20px;
	color: #333;
	font-weight:400;
}

#content_home {
	padding: 20px;
}

#content_home h3 {
	padding-bottom: 20px;
	padding-top: 20px;
	color: #333;
	font-weight:400;
}

#content_home a, #content_home a:visited {
	color: #484839;
	text-decoration: none;
}

#content_home a:active, #content_home a:hover {
	color: #484839;
	text-decoration: none;
}

#content a, #content a:visited {
	color: #484839;
	text-decoration: none;
}

#content a:active, #content a:hover {
	color: #484839;
	text-decoration: none;
}

#breadcrumb {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: .8em;
	width: 400px;
}



#dropshadow {
	width: 912px;	
	margin: 0 auto;
	text-align:center;
	height: auto;
	background: #727354 url(../images/bg_y1.jpg) 0 0 repeat-y;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align:left;
	background: #FFF;	
	height: auto;

}

a img {
	border: 0;
}

#header {
	width: 100%;
	max-height: 234px;
	background: url(../images/header2.jpg) 0 0 no-repeat;
	height: 234px;	
	padding:0;
}

#header a, #header a:visited {
	color: #FFF;
	text-decoration: none;
}

#header a:hover, #header a:active {
	color: #FFF;
	text-decoration: none;
}

/*#header h1 {
	background: url(../images/logo.jpg) 0 0 no-repeat;
	width: 267px;
	height: 53px;
	margin-top: 9px;
	margin-left: 2px;
	float:left;
}*/

#home_btn {
	background: url(../images/home.gif) 0 0 no-repeat;
	width: 50px;
	height: 20px;
	margin-top: 25px;
	margin-right: 25px;
	padding:0;
	float:right;
}

#home_btn .home_btn_txt {
	padding-left:25px;
	color:#fff;
}

#navigation {
	
	position:relative;
	top: 163px;
	left: 20px;
	font-size: .7em;
	font-weight: 600;
	clear:both;
	text-align:left;
}

#navigation a,#navigation a:visited {
	color: #fff;
	text-decoration:none;
	font-weight: 600;
	padding-left: 12px;
}

#navigation a:hover,#navigation a:active {
	color: #fff;
	text-decoration:none;
	font-family: arial,helvetica;
	font-weight: 600;
	padding-left: 12px;
}

#navigation ul li {
	list-style:none;
	display:inline;
	padding: 6px;
}

#title {
	text-align: center;
}

a:hover,a:active {
	color: #dfc896;
	text-decoration:underline;
}

a:visited,a:link {
	color: #dfc896;
	text-decoration:none;
}

#content {border: 0px solid green;}

#content a, #content a:visited {
	text-decoration: underline;
}

#content a:active, #content a:hover {
	text-decoration: underline;
}

#left_col {
	float:left;
	width: 668px;
	border: 0px solid #FF0000;
	background: #FFF;
	margin-left: 15px;
	display:inline;
}

#right_col {
	float:right;
	width: 200px;
	border: 0px solid #FF0000;
	background: #dfc896;
	margin-left: 15px;
	font-size:18px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display:inline;
}

#right_col ul {
	list-style:none;
	font-size: .6em;
	font-weight: 400;	
	color: #333;
	padding: 12px;
}

#right_col ul li { 
	
}

#right_col a,#right_col a:visited {
	text-decoration:none;
	color: #3a3a2b;
	
}

#right_col a:hover,#right_col a:active {
	text-decoration:underline;
	color: #3a3a2b;
	
}

#right_col h3 {
	font-size: 1.2em;
	padding-bottom: 12px;
}

.hide {
	display:none;
}

#left_col li {
	margin-left:40px;
	font-size: .8em;
}

/*#body_content {
	padding: 15px;
}*/
#bottom_content {clear:both; height:1px; width:100%;}
#footer {
	margin: 0 auto;
	width: 900px;
	text-align:left;
	background: #1e255b;
	color: #FFF;
	clear:both;
	padding: 0px;
}

#footer p {

	padding: 15px;
}



