﻿BODY {    
width:1024px;  
background-color: #000000;
background-image: url('images/mainimage.jpg'); /* sets the background image */
background-position: top left; /* positions the background image */
background-attachment: fixed;
background-repeat: no-repeat;
color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size:small;
margin-top:-175px; 
margin-bottom:-125px; 
padding-left:150px;
padding-top:200px; 
scrollbar-arrow-color:#635951; 
scrollbar-face-color:#F8D9A5; 
scrollbar-3dlight-color:#000000; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#000000; 
}
P, TD, LI, UL, Table {
	font-size: small;
}
/* this group sets the normal link colors */
A:LINK {
color: #F0DDBD;
text-decoration: none;
font-weight: bold;
line-height: 18 px;
}
A:VISITED {
color: #F0DDBD;
text-decoration: none;
font-weight: bold;
line-height: 18 px;
}
A:HOVER {
	color: #FF0000;
	background color: #F0DDBD;
	text-decoration: underline;
	font-weight: bold;
	line-height: 18 px;
}
A:ACTIVE {
color : #F0DDBD;
text-decoration: none;
font-weight: bold;
line-height: 18 px;
}
/* this grouping sets the heading colors and sizes */
H1 {
font-size:xx-large;
font-weight : bold;
font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
color : #20100A;
}
H2, H3, H4, H5, H6 {
font-size: 110%;
font-weight: bold;
color: #20100A;
letter-spacing: 2px;
}
/* this class sets the properties for the horizontal rule bar */
hr {
color: #635951;
height: 1px;
width: 80%;
}
.textarea { 
font-family: Verdana, Arial, sans-serif;
background:#FDF0DB;
border-left: 1px solid #20100A;
background-image: url('images/paper.jpg'); /* sets the background image */
background-position: bottom left; /* positions the background image */
background-repeat: repeat;
font-size: 100%;
text-align: justify;
line-height: 20px;
padding-left: 20px;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 20px;
}
.textarea a:link  {
	color: #800000;
	text-decoration: none;
	font-weight: bold;
}
.textarea a:visited {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
.textarea a:hover {
	color: #0000FF;
	background color: #F0DDBD;
	text-decoration: underline;
	font-weight: bold;
}
.textarea a:active {color : #361B10; text-decoration: none; font-weight: bold;}
.style3 {
				list-style-type: upper-alpha;
}                                         
.navcell {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	width: 150px;
	background-color: #361B10;
	filter: alpha(opacity=80, style=0);
	-moz-opacity: 0.80;
	opacity: 0.80;
	border-right: 1px solid #20100A;
	border-left: 1px solid #20100A;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}
.topnav {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	height: 20px;
	text-align: justify;
	padding: 20px;
}
.copyright {
font-size: 85%;
filter: alpha(opacity=80, style=0);
-moz-opacity:0.80;
opacity: 0.80;
background-color: #361B10;
border: 1px solid #20100A;
letter-spacing: 2px;
padding-left: 5px;
padding-right: 5px;
padding-top: 15px;
padding-bottom: 15px;
font-weight: bold;
}