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

html {
	overflow-y:scroll;
}

body {
	margin-top:10px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}

a {
	color:#ffb600;
}

#headerbg {
	width:959px;
	height:308px;	
	margin:auto;
	background-image:url(../images/structure/banner.jpg);
}

#dropdownbg {
	width:935px;
	height:25px;
	background-color:#ffb600;
	margin:auto;
	padding-left:24px;
}

	.drop_link {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#FFFFFF;
		text-decoration:none;
		padding-right:15px;
	}
	
	.drop_link:hover {
		color:#8d4c1b;
	}

#shadowbg {
	width:959px;
	height:9px;
	background-image:url(../images/structure/shadow.jpg);
	line-height:1px;
	font-size:1px;
	margin:auto;
}

#contentarea {
	width:857px;
	
	background-color:#ffffd1;
	margin:auto;
	padding-left:51px;
	padding-right:51px;
	padding-top:35px;
	padding-bottom:35px;
}

	.subheader {color:#000000;font-weight:bold;}
	
	.moreinfo {color:#E28E07;font-weight:bold;text-decoration:none;}
	.moreinfo:hover {text-decoration:underline;}
	
	.title {color:#ef6400; font-size:30px;}
	.title2 {color:#000000; font-size:30px;}
	
	ul {list-style-image: url(../images/structure/bullet.gif);padding: 0;margin-left: 23px;}
	li {padding-bottom:5px;}

#contentarea2 {
	width:857px;	
	background-color:#e8dba7;
	border-top:1px solid #ffb600;
	margin:auto;
	padding-left:51px;
	padding-right:51px;
	padding-top:11px;
	padding-bottom:35px;
}

#footerline {
	width:959px;
	height:12px;
	background-image:url(../images/structure/footerline.jpg);
	margin:auto;
	line-height:1px;
	font-size:1px;
}

#footerarea {
	width:959px;
	height:108px;
	padding-top:17px;
	background-image:url(../images/structure/footerbg.jpg);
	margin:auto;
	
}
	.footer_link {
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
		color:#321f02;
		text-decoration:none;
	}
	
	.footer_link:hover {
		text-decoration:underline;
	}
	
	.footer_sublink {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;		
		color:#321f02;
		text-decoration:none;
		line-height:18px;
	}
	
	.footer_sublink:hover {
		text-decoration:underline;
	}

#footerarea2 {
	width:959px;
	height:23px;
	background-image:url(../images/structure/footerbg2.jpg);
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

	.footer_link2 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#333333;
	}
	
.slideshowImg {
	border:1px solid #000000;
}

.rsslink {
	color:#000000;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}

.rsslink:hover {
	text-decoration:underline;
}
	
.blogtitle {
	font-size:16px;
	font-weight:bold;
}

.blogfineprint {
	font-size:10px;
}