html { 
scrollbar-base-color: #FFBF43;
scrollbar-3dlight-color: #FFBF43; 
scrollbar-arrow-color: #FFBF43;
scrollbar-darkshadow-color: #822222;
scrollbar-face-color: #822222;
scrollbar-highlight-color: #822222;
scrollbar-shadow-color: #FFBF43;
scrollbar-track-color: #822222; 
}
A:link {text-decoration: underline; color:#404040;}
A:visited {text-decoration: underline; color:#404040;}
A:active {text-decoration: underline; color:#808080;}
A:hover {font-weight:bold; text-decoration: underline; background: #E0AB69; color:#440808;}
html 
A:link {text-decoration: underline; color:#FFFFC0;}
A:visited {text-decoration: underline; color:#FFBF43;}
A:active {text-decoration: underline; color:#FFF;}
A:hover {font-weight:bold; text-decoration: underline; background: #FFBF43; font-color: #400000;}

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#822222;
	
}
body {background-color:transparent;}

h1 { 
	font:1.5em arial,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em verdana;font-weight:bold; 
	margin:0 0 0.5em;
	color:#FFCC66;
}
	h1, {
		color:#FFCC66;
	}
}
	P, P1 { font-family:Verdana;
		color:FFF;
	}

p { 
	line-height:3.0; 
	margin:0 0 1em;
}
   P              { font-size: 10pt; line-height: 18pt; color:#FFFFC0;}
   /*P:first-letter { font-size: 300%; font-style: italic;*/
                    font-weight: bold; float: left }
   SPAN           { text-transform: uppercase }


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0em auto; /* center, not in IE5 */
	width:750px;
	hight:550px;
	background:#822222;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	padding:0,1em;
	background: #FFBF43;
	
}
	div#header H3 {
		font-family:Verdana;
		font-size:1.25em;
		color:#ffffc0;		
		padding:0.5em;
		margin-left:12;
	}

div#content {
	padding:2em 2em 0em; /* bottom padding for footer */
}
	div#content {
font-family:Verdana;
font-size:10pt;
color:#FFCC66;		
text-align:left;
		padding:0 1em;
	/*background:#822222 ;*/
	
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
left: 0;	
background:#FFBF43;
	
}
	div#footer p {
		padding:0em;
		margin:0;	
}



-->
</style>

