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

body {
	background-color: #000;
	background-image: url(images/bkgnd_strip.jpg);
	background-repeat: repeat-x;
}
#main_wrapper {
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* resets the centering hack for IE6 on the body tag */
	width: 1067px;
}
#main_window {
	width: 731px;
	float: left;
}
#main_window img {
	text-align: center;
}

#navbar {
	float: left;
	margin: 0px;
	height: 44px;
	width: 731px;
	background-image: url(images/navbar.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navbar_inner {
	width: 600px;
	position: relative;
	left: 100px;
	top: 8px;
}
#main_window_contentarea {
	clear: both;
	width: 780px;
}
#main_column {
	float: left;
	width: 610px;
	position: relative;
	top: 10px;
	left: 40px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFF;
	clear: both;
}

.footer {
	width: 691px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	clear: both;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FBB83F;
	text-decoration: underline;
}
.footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.intro_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #90C648;
	text-decoration: none;
}
.header_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #F7E135;
	text-decoration: none;
}
#main_column a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#main_column a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F7E135;
	text-decoration: underline;
}
#main_column a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

