/* CSS Document */

/* Defaults */

* {
	font-family: terbuchet ms, arial, verdana;
	color:#333333;
}

body {
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) repeat-x left top;
	/*background:url(../images/slicebgs.jpg);*/
	background-color:#241A11;
	font-size:11px;

}
.mainbody {
	margin:0px 5px;
	background-color:#FFFFFF;
	margin-top:5px;
	border:1px solid #D8BB9F;
	padding:5px;
	}
.headtitle {
	font-size:14px;
	color:#241A1;
	font-weight:bold;
	}
.specialfont {
	font-size:14px;
	font-weight:bold;
	}
strong {
	color: #333333;
}

h1, h2 {
	display:block;
/*	background:url(../images/headline.gif) repeat-x left bottom	*/
}

h1 {
	font-size:14px;
	color: #333333;
	padding:0px;
	
}

h2 {
	font-size:20px
}


p {
	text-align:justify
}

#PageWrapper {
	width:574px;
	margin:0 auto	
}

ul.Green {
	margin:0;
	padding:0;
	list-style:none
}

ul.Green li {
	padding-left: 20px;
	background:url(../images/arw-green.gif) no-repeat 10px 6px
}

/*The left bar */

.leftbar {
	width:182px;
	height:375px;
	background:#D8BB9F;
	}
.leftbar .leftbutton {
	width:149px;
	background:url(../images/button.jpg) no-repeat;
	height:24px;
	padding-left:25px;
	padding-top:7px;
	color:#FFF;
	font-weight:bold;
	}
.leftbar .leftbutton a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	}
.leftbar .leftbutton a:hover{
	color:#FF6600;
	text-decoration:underline;
	font-weight:bold;
	}
.navigations {
	background-color:#BA8755;
	height:20px;
	background:url(../images/bullet.jpg) 12px 5px no-repeat;
	padding-left:36px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:5px;
	}
.navigations2 {
	background-color:#BA8755;
	height:20px;
	background:url(../images/bullet.jpg) 4px 4px no-repeat;
	padding-left:28px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:5px;
	}
.footer {
	background:url(../images/footer.jpg);
	height:27px;
	font-size:10px;
	color:#FFF;
	text-align:center;
	padding-top:15px;
	}
.footer a{
	color:#FFF;
	}
.footer a:hover{
	color:#FF9900;
	}
.headtop {
	background:url(../images/head.jpg) no-repeat;
	height:236px;
}
