@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: 34px;
	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 0px;
	text-align:center;
		
	}
	
#navmenu ul li{
	width:96px;
	float:left;
	margin: 0px 0px;
	}
	
#navmenu ul li a {
	font-family: TImes New Roman, arial;
	text-decoration:none;
	color:#010137;
	display:inline-block;
	padding:2px;
	Width:120px;
	height:16px;
	line-height:13px;
	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: 30px;
	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 20px;
	text-align:center;
	
	}
#footer ul li{
    width:100px;
	float:left;
	margin: 4px 1px;
	}
#footer ul li a {
	font-family: TImes New Roman, arial;
	text-decoration:none;
	color:#010137;
	display:inline-block;
	padding:1px;
	Width:100px;
	height:15px;
	line-height:10px;
	font-size:7pt;
}

#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;
	
	
}