@charset "utf-8";
/* CSS Document */

Body {
	background:url(style_imgs/background.jpg) repeat-x;
	background-color:#990000;
	font-size:12px;
	}
H1 {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-bottom:-15px;
	}
H2 {
	color:#990000;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-size: 19px;
	margin-bottom:-5px;
	}

#Main_Nav {
	background:url(style_imgs/main_nav.jpg) repeat-x scroll;
	height: 80px;
	width:920px;
	color:#FFFFFF;
	font-size:18px;
	margin: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	z-index:100;
	float:left;
}
.Nav_Button{
	height:50px;
	padding-top:30px;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
	width:120px;
	text-align:center;
	
	}

.Nav_Button:hover{
	background-image:url(style_imgs/main_nav_hov.png);
	height:45px;
	padding-top:25px;
	color:#FFFFFF;
	font-size:20px;
	text-decoration:none;

}
#Main_Page {
	width:890px; height:100%;
	background: url(style_imgs/back.png);
	padding-left:30px;
	padding-right:30px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin: auto;

	}
#display {
	background-color:#FFFFFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	white-space: normal;
	display: block;
	padding-top:50px;
}
#Footer {
	background: url(style_imgs/footer.png) center no-repeat;
	width:960px; height:90px;
	color:#FFFFFF;
	text-align:center;
	padding-top:10px;
	margin: auto;
	margin-bottom:-20px;
	z-index:5;
}
.menu{
	background: url(style_imgs/menu.png);
	visibility:hidden;
	font-size:18px;
	position:absolute;
	width:160px;
	margin-top:0px;
	margin-left:-40px;
	padding:20px;
	padding-top:75px;
	height:305px;
	color:#000000;
	cursor:auto;
	font-family:"Times New Roman", Times, serif;
	font-style: normal;
	text-align:center;
	z-index:2;
	}
.menuitem{
	width:160px; height:35px;
	padding-top:15px;
	color:#000000;
	
	
	
	}
.menuitem:hover{
	background:url(style_imgs/hovermenu.png) center;
	color:#990000;
	cursor:pointer;
	text-decoration:underline;
	}
	
a {
	color: #990000;
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
}
