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

body {
background-color:#000000;
background-image: url(Background.jpg);
Margin:0px;

}

#container {
	width: 800px;
	Margin: 0px auto;
	background-color:#000000;
}

#h1 {
	width: 800px;
	height:275px;
	Margin: 0px auto;
	background-image:url(header.jpg);
}

#navmenu {
	width: 800px;
	height: 26px;
	padding: 0px;
	margin:0px auto;
	border-bottom:solid #010137 3px;
	Border-top: solid #010137 3px;
	background-color:#DACABA;
	text-align:center;
	}
#navmenu ul {
	list-style-type:none;
	margin:0px;
	padding:0px 3px;
	text-align:center;
	
	}
#navmenu ul li{
	width:110;
	float:left;
	margin: 0px 4px;
	}
#navmenu ul li a {
	font-family: TImes New Roman, arial;
	text-decoration:none;
	color:#010137;
	display:compact;
	padding:6px;
	Width:110px;
	height:20px;
	line-height:20px;
	font-size:8pt;
}

#navmenu a:hover {
	font-weight:bold;
	color:#988960;
	}
	
#navmenu a:active {
	font-weight:bold;
	color:#988960;
	}
	
#flash {
	Width: 800px;
	height:250px;
	margin:0px auto;
}

#iframearea {
	Width: 800px;
	height:auto;
	margin: 0px auto;
	background-color:#000000;
	
}


#footer {
	width: 800px;
	height: 26px;
	padding: 0px;
	margin:0px auto;
	border-bottom:solid #010137 3px;
	Border-top: solid #010137 3px;
	background-color:#DACABA;
	text-align:center;	
}

#footer ul {
	list-style-type:none;
	margin:0px auto;
	padding:0px 100px;
	text-align:center;
	
	}
#footer ul li{
	float:left;
	margin: 4px 1px;
	}
#footer ul li a {
	font-family: TImes New Roman, arial;
	text-decoration:none;
	color:#010137;
	display:compact;
	padding:5px;
	Width:40px;
	height:10px;
	line-height:10px;
	font-size:8pt;
}

#footer a:hover {
	font-weight:bold;
	color:#988960;
	}
#footer a:active {
	font-weight:bold;
	color:#988960;
	}

#copyright  {
	width: 800px;
	height: 10px;
	margin:0px auto;
	background-color:#000033;
	font-family: Times New Roman, Times, serif;
	font-size: 8px;
	text-align:center;
	color:#FFFFFF;
	
	
}