/* Named global styles*/
.container {
	margin: 0 auto;
	overflow: visible;
	text-align: left;
	width: 1024px;
	z-index: 20;
	color: #000000;

}
#clear_both { clear: both; }

#nav_bar {
	position: absolute;
	top: 120px;
	margin-left: 118px;
	width: 775px;
	height: 20px;
	padding: 5px;
	background-color: white;
	z-index: 30;
}

#nav_bar div {
	background-color: #C7C0B2;
	height: 100%;
	text-align: center;
}
#nav_bar div div {
	display: inline;
	margin-left: 40px;
	margin-right: 40px;
}
#nav_bar a:link {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: underline;
}
#nav_bar a:visited {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: underline;
}
#nav_bar a:hover {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
}

/*HTML entity styles*/
body {
	text-align: center;
	background-color: #342E23;
	font: normal 12px Tahoma;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/Fade_BG.jpg);
	background-repeat: repeat-x;
}

h1 {
	font: bold 17px Arial, Helvetica, sans-serif;
}
h2 {
	font: italic bold 16px Arial, Helvetica, sans-serif;
}
h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
table {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
hr {
	width: 85%;
	border: thin dashed #666666;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #996600;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #996600;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #996600;
	text-decoration: underline;
}
a.tiny:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #666666;
	text-decoration: underline;
}
a.tiny:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #666666;
	text-decoration: underline;
}
a.tiny:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: lowercase;
	color: #000000;
	text-decoration: none;
}

/*Custom global styles*/

.BG_Overlay {
	position: absolute;
	top: 464px;
	left: 0px;
	width: 100%;
	height: 1033px;
	overflow: visible;
	z-index: 1;
	text-align: center;
}
.header {
	position: absolute; 
	top: 20px; 
	left: 0px; 
	width: 100%;
	height: 96px;
	text-align: center; 
	overflow: visible;
}
.footer {
}
