@charset "UTF-8";
/* CSS Document */

body { 
	width: 800px; 
	margin: 0 auto;
	background-image: url(images/bg_grad.jpg);
	background-position: center bottom; 
	} 



#Header {
	position:absolute;
	top:5px;
	width:800px;
	height:175px;
	z-index: 1;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	
	/*left: 20%;
	right: 20%;*/
	}
#content {
	position:absolute;
	top:230px;
	width:780px;
	height: 490px;
	background-color: #fff;
	z-index: 1;
	/*left: 20%;
	right: 20%;
	horiz-scrollbar: false;*/
	overflow: auto;
	padding: 10px;	/*left: 210px;*/
	}
#footer {
	text-align:center;
	position:absolute;
	width:790px;
	z-index: 1;
	/*left: 20%;
	right: 20%;*/
	top: 735px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	background-color: #CCCCCC;
	padding: 5px;
	margin-top: 10px;
	height: 100px;
	}
/*#footer ul {
	
	width: 800px; 
	list-style: none;
	margin: auto;
	padding: 0px;

	
}*/

#content ul {
	
	width: 800px;
	list-style: none;
	margin: auto;
	padding: 0px;

	
}

#content li{
	padding-left:10px;
	padding-right:10px;

}

#footer li{
	display:inline;
	padding-left:25px;
	padding-right:25px;

} 

.footertext {
	margin-top: 10px;
	text-decoration: none;
}

.footerstrong {
	margin-top: 10px;
	font-weight: bold;
	line-height: normal;
}

.footertext2 {
 	margin-top: 10px;
	color: #BD0707;
	}

#footer a:link { text-decoration: none; color: #333; }

#menu a:link { text-decoration: none; color: #333; }
#menu a:active { text-decoration: none; }
#menu a:visited { text-decoration: none; color: #333;  }
#menu a:hover {
	text-decoration: none;
	color: #BD0707;
}

.menutext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: center;
	list-style-type: none;	
	
}
#menu {
	position:absolute;
	top:180px;
	width:790px;
	height:30px;
	background-color: #CCCCCC;
	z-index: 1;
	padding: 5px;
	margin-top: 5px;
	

}

#menu ul {
	
	width: 800px;
	list-style: none;
	margin: auto;
	padding: 0px;

	
}

#menu li{
	display:inline;
	padding-left:10px;
	padding-right:10px;

}

#menu li a{
text-decoration:none;
color:333;
}

.body {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}

.odd  {
	background-color: #e6e6e6;
	}
	

.bodyheader1 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #BD0707;
	left: 0px;
}

.bodyheader2 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #BD0707;
}

.bodyheader3 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}
.bodyheader4 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #BD0707;
}
