body {
margin-top: 7px;
	background-position: center top;
    background-image: url(images/back.jpg);
    background-repeat: no-repeat;
}


/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:500px; height:380px; 
  z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:500px; height:380px; 
	clip:rect(0px 500px 380px 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content {
	position:absolute;
	visibility:hidden;
	left:0px;
	top:0px;
	z-index:1;
	font-family: Tahoma;
	font-size: 12px;
	color: #363314;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar {
	position:relative;
	left:0;
	top:0;
	width:11px;
	height:350px;
	font-size:1px;
	z-index:1;
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:136px;
  background: url("images/track.gif") #336 repeat;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#ceced6;
  z-index:1;
  }  
div#up {
	position:absolute;
	left:-10px;
	top:-5px;
	z-index:2
}  
div#down {
	position:absolute;
	left:-13px;
	bottom:0;
	z-index:3;
	top: 353px;
}  

div#line {
	position:absolute;
	left:-5px;
	top:-5px;
	z-index:2
}  


.header3/* Styles for demo, not necessary for scrolling layers */
 {
	font-family: Tahoma;
	font-size: 11px;
	color: #AD0C12;
	font-weight: bold;
	text-decoration: none;
}
.header2/* Styles for demo, not necessary for scrolling layers */
 {
	font-family: Tahoma;
	font-size: 15px;
	color: #AD0C12;
	font-weight: bold;
	text-decoration: none;
}
.header1 {
	font-family: Tahoma;
	font-size: 20px;
	color: #AD0C12;
	font-weight: bold;
	text-decoration: none;
}
.content {
	font-family: Tahoma;
	font-size: 13px;
	color: #363314;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
}
.link1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #AD0C12;
	font-weight: bold;
	text-decoration: none;
}
.link1:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #0A0000;
	font-weight: bold;
	text-decoration: none;
}
.form {
	border: 1px solid #9C9463;
	font-family: Tahoma;
	font-size: 12px;
	color: #B30E15;
	background-color: #EBE7C4;
	overflow:auto;
	scrollbar-base-color: #9C9463;
	scrollbar-arrow-color: #EBE7C4;
}
.form:focus {
    background-color: #F4EEDD;
}

a {
	font-family: Tahoma;
	font-size: 11px;
	color: #AD0C12;
	font-weight: bold;
	text-decoration: none;
}

a:hover  {
	font-family: Tahoma;
	font-size: 11px;
	color: #0A0000;
	font-weight: bold;
	text-decoration: none;
}



h1 {
	font-family: Tahoma;
	font-size: 20px;
	color: #AD0C12;
	font-weight: bold;
	text-decoration: none;
}
h2/* Styles for demo, not necessary for scrolling layers */
 {
	font-family: Tahoma;
	font-size: 15px;
	color: #AD0C12;
	font-weight: bold;
	text-decoration: none;
}
h3/* Styles for demo, not necessary for scrolling layers */
 {
	font-family: Tahoma;
	font-size: 13px;
	color: #AD0C12;
	font-weight: bold;
	text-decoration: none;
}
h4/* Styles for demo, not necessary for scrolling layers */
 {
	font-family: Tahoma;
	font-size: 11px;
	color: #AD0C12;
	font-weight: bold;
	text-decoration: none;
}
h5/* Styles for demo, not necessary for scrolling layers */
 {
	font-family: Tahoma;
	font-size: 10px;
	color: #AD0C12;
	font-weight: bold;
	text-decoration: none;
}
h6/* Styles for demo, not necessary for scrolling layers */
 {
	font-family: Tahoma;
	font-size: 9px;
	color: #AD0C12;
	font-weight: bold;
	text-decoration: none;
}