html {
	background-image: url(images/bg_bg.jpg);
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
body {
	margin-top: 0px;
	background-image: url(images/bgt.jpg);
	background-repeat: repeat-x;
	margin-left:0;
	margin-right:0;
}
.head {
	font-family: Calibri;
	font-size: 24px;
	font-weight: bold;
	color: #AF7A2C;
}
.head2 {
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	color: #AF7A2C;
}

.top_link {
	font-size: 11px;
	color: #87443C;
	font-weight: bold;
}
.top_link:link {
	text-decoration: none;
}
.top_link:visited {
	text-decoration: none;
	color: #87443C;
}
.top_link:hover {
	text-decoration: underline;
	color: #87443C;
}
.top_link:active {
	text-decoration: none;
	color: #87443C;
}
.seo {
	color: #FFF;
	font-size: 11px;
	text-align:justify;
}
.seo_link {
	color: #FFF;
	font-size: 11px;
}
.seo_link:link {
	text-decoration: none;
}
.seo_link:visited {
	text-decoration: none;
	color: #FFF;
}
.seo_link:hover {
	text-decoration: underline;
	color: #FFF;
}
.seo_link:active {
	text-decoration: none;
	color: #FFF;
}
#wrapper {
	margin: 0 auto;
	height: auto;
	width: 900px;
	position: relative;
	overflow: hidden;

}
#COPY{
	z-index:100;
	position: absolute;
	top:0px;
	width:900px;
	height:35px;
	overflow: auto;
	text-align:left;
	border-width:0px;
	border-style:solid;
	font-size: 12px;
	float: left;
	text-align:center;
	background-image:url(images/top_bg.png);
	left: 0px;
}
.marquee {
	position:relative;
	overflow:hidden;
	width:900px;
	height:250px;
	background-image:url(images/top.jpg);
     }
.page_link {
	font-size: 12px;
	color: #87443C;
	font-weight: bold;
}
.page_link:link {
	text-decoration: none;
}
.page_link:visited {
	text-decoration: none;
	color: #87443C;
}
.page_link:hover {
	text-decoration: underline;
	color: #87443C;
}
.page_link:active {
	text-decoration: none;
	color: #87443C;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 13px Verdana;
width: 220px; /* Main Menu Item widths */
border-bottom: 1px solid #AD893B;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #AD893B;
border-right: 1px solid #AD893B;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #C8B383; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: #5C0100;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 220px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}
.bottom {
display:block;
width:100px;
position:absolute;}
.text1 {
color:#AF7A2C;
font-weight:bold;
}
 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

