html {
         overflow: -moz-scrollbars-vertical;
}


body {
	text-align: center;
	background-color: #ffffff;
	font-family: 'trebuchet ms', verdana, sans-serif;
}

h3 {
	text-align: center;
	color: #000000;
	letter-spacing: 1px;
	font-size: 22px;
	font-style: italic;	
	font-weight: normal;
	margin: 0;
}

#container {
 	position: relative;  
	top: 0px;  
	width: 900px;
	height: auto;
	overflow: hidden;
	margin: 0 auto; 
	padding: 0px;
	font-size: 13px;
	background-color: #4d0808;
	background-image: url(graphics/pattern.jpg);
	color: #000000;
    border: none; 
}

#heading {
	position: relative;
	top: 0;
	width: 900px;
	background-color: #4d0808;	
}

#subheading {
	position: relative;
	top: 0;
	width: 900px;
	height: 24px;
	color: #ffffff;
	text-align: center;
	word-spacing: 7px;
	font-size: 16px;
	background-color: #294d08;	
	background-image: url(graphics/bgslice.jpg);		
}

.mainpanel {
	position: relative;	
	display: block;
	top: 0;
	line-height: 1.36em;/line-height: 1.38em;
	padding-bottom: 22px;
	width: 900px;
	height: 400px;
	overflow: auto;
	background-color: #4d0808;
	border: none;
	filter: alpha(opacity=82);
	-moz-opacity: 0.82;
	-khtml-opacity: 0.82;
	opacity: 0.82;	
}

.mainpanel_opaque {
	position: relative;
	top: 0;
	display: block;
	line-height: 1.36em;/line-height: 1.38em;
	width: 900px;
	height: 400px;
	font-family: verdana, 'futura lt','trebuchet ms', sans-serif;
	text-align: justify;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	padding: 0px;		
	background-color: transparent;   /* transparent background      */
   	position: absolute;              /* absolute positioning        */
   	z-index: 2; 
}


.subpanel {
	position: relative;	
	display: block;
	top: 206px; 
	width: 730px; 
	left: 140px; 
	height: 360px;
	line-height: 1.36em;/line-height: 1.38em;
	color: #000000;
 	background-color: #ffffff;
	filter: alpha(opacity=10);
	-moz-opacity: 0.10;
	-khtml-opacity: 0.10;
	opacity: 0.10;	
	border: none;
}

.subpanel_opaque {
	position: relative;
	display: block;
	top: 206px; 
	width: 730px; 
	left: 140px; 
	height: 360px;
	line-height: 1.36em;/line-height: 1.38em;
	padding: 6px;
	font-family: 'trebuchet ms', sans-serif;
	text-align: justify;
	font-size: 12px;
	font-weight: normal;
	color: #000000;	
	background-color: transparent;   /* transparent background      */
   	position: absolute;              /* absolute positioning        */
   	z-index: 3; 
	border: none;
}

.menupanel_opaque {
	position: relative;
	top: 206px; 
	width: 130px; 
	left: 5px; 
	height: 360px;
	line-height: 1.36em;/line-height: 1.38em;
	padding: 6px;
	padding-top: 0;
	font-family: perpetua, 'trebuchet ms', sans-serif;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #000000;	
	background-color: transparent;   /* transparent background      */
   	position: absolute;              /* absolute positioning        */
   	z-index: 3; 
	border: none;
}


.pagehead {
	display: block;
	width: 280px;
	height: 40px;
	line-height: 2em;
	margin: 0 auto;
	margin-bottom: 48px;/margin-bottom: 4px;
	color: #ffffff;
	font-size: 21px;
	font-weight: bold;	
	font-family: 'futura lt', 'trebuchet ms', sans-serif;
	background-color: transparent;
}

.pagefoot {
	clear: both;
	position: relative;
	top: 14px;/top: 9px;
	display: block;
	line-height: 1.6em;	
	width: 718px;
	height: 24px;
	word-spacing: 3px;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	background-color: #294d08;
	background-image: url(graphics/bgslice.jpg);			
}

.fbullet {
	display: block;
	margin: 0 auto;
	margin-top: 19px;
	color: #ffffff;
	font-size: 16px;	
}

.content {
	position: relative;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	color: #ffffff;
	font-size: 14px;	
}

.menutext {
	font-size: 15px;
	color: white;	
	margin-top: 12px;
}

.menutext td {
	font-size: 15px;
	padding-bottom: 12px;	
}

li.menubutton {
	width: 112px; 
	height: 24px; 
	font-size: 2px; 
	margin-bottom: 3px; 	
}


a.cont:link, a.cont:visited {
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;	
	color: #ffffff;			
}

a.cont:hover {
	text-decoration: none;
	color: #000000;			
}

a:link, a:visited {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;	
	color: #000000;			
}

a:hover {
	text-decoration: none;
	color: #ffffff;			
}

li.menubutton a:link, li.menubutton a:visited {
	text-decoration: none;
	font-size: 2px;	
	width: 112px;
	padding: 0;
	border: solid 1px #4d0808;			
}

li.menubutton a:hover {
	text-decoration: none;	
	border-left: solid 1px #ffffff;	
	border-right: solid 1px #ffffff;		
}

