/* CSS Document */

body{	 
	padding:0px; 
	margin:0px;
	background-color:#5f442b;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

a{
	outline:none;
}

a:hover{
	outline:none;
}

.menubg{
	background-image:url(images/menubar.jpg);
	background-repeat:no-repeat;
	height:31px;
	font:14px Arial;
	color:#FFFFFF;
	text-decoration:none;
}

.menubg a:link{
	color:#FFFFFF;
	text-decoration:none;
}

.menubg a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

.menubg a:hover{
	color:#000000;
	text-decoration:none;
}

.leftbg{
	background-image:url(images/left.png);
	background-repeat:repeat-y;
	background-position:top;
}

.rightbg{
	background-image:url(images/right.png);
	background-repeat:repeat-y;
	background-position:top;
}

.bodytext{
	font:12px Arial;
	color:#000000;
	text-decoration:none;
	text-align:justify;
	line-height:16px;
}

.bodytext a:link{
	font-weight:bold;
	color:#774f00;
	text-decoration:underline;
}

.bodytext a:visited{
	font-weight:bold;
	color:#774f00;
	text-decoration:underline;
}

.bodytext a:hover{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

.bodytext .header{
	font:bold 22px Arial;
	color:#774f00;
	text-decoration:none;
	text-align:left;
}

.bodytext .header a:link{
	color:#774f00;
	text-decoration:none;
}

.bodytext .header a:visited{
	color:#774f00;
	text-decoration:none;
}

.bodytext .header a:hover{
	color:#000000;
	text-decoration:none;
}

.heading{
	font:16px Arial;
	color:#572b00;
	text-decoration:none;
}

.bottombg{
	background-image:url(images/bottombg.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

.footer{
	font:12px Arial;
	color:#FFFFFF;
	text-decoration:none;
	line-height:18px;
}

.footer a:link{
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.bullet{
	margin:10px;
	padding:5px;
	font:12px Arial;
	color:#f2cf8b;
	text-decoration:none;
	list-style-image:url(images/bullet.jpg);
}

.bullet a:link{
	color:#f2cf8b;
	text-decoration:none;
}

.bullet a:visited{
	color:#f2cf8b;
	text-decoration:none;
}

.bullet a:hover{
	color:#ffffff;
	text-decoration:none;
}

.bullet li{
	margin-bottom:5px;
	padding-bottom:5px;
}

h2{
	font:bold 18px Arial;
	color:#000000;
	text-decoration:none;
	margin:0px;
	padding:0px;
}




div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable img a{
	border: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
