body {
	background:#000 url(images/BGpage.jpg) repeat-x;
}

a:link { color:#99022F; text-decoration:none; }
a:visited { color:#99022F; text-decoration:none; }
a:hover { color:#FF0000; text-decoration:underline; }
 
.style1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: italic;
	color:#333333;
}
.style2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	color:#333333;
}
.style3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight: bold;
	color:#333333;
}
.style4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight: bold;
	color:#99022F;
}

input { background-color:white ! important}

#body {
	position:relative;
	width:800px; 
	margin-left:auto;
	margin-right:auto;	
	background:white;
	border:1px solid #999999;		
	}
		
#header {
	position:relative;
	left:0px;
	top:0px;
	height:200px;
	background:#000 url(images/toplogo.jpg) no-repeat;		
	border:0px solid #000;	
	}	
	#header1 {
		position:absolute;
		left:20px;
		top:20px;
		border:0px solid #000;	
		}	
 
#nav {
	height:30px;
	text-align:center;
	line-height: 30px;	
	background:#C0C0C0 url(images/BGbar.jpg) repeat-x;
	}
	#nav a {
		padding:0px 20px 0px 20px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:1.1em;
		font-color:#99022F;		
		text-decoration:none;
		}
	#nav a:hover {
		font-color: #FF0000;
		text-decoration:underline;
		}

#content {
	position:relative;
	margin-left:30px;
	margin-right:30px;
	border:0px solid #000000;	
	}	

#footer {
	position:relative;
	height:30px;
	line-height: 30px;
	text-align:center;
	background:#C0C0C0 url(images/BGbar.jpg) repeat-x;
}

