a:link {
	outline: none
}
#header {
	height: 150px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	background-image: url(../img/header_backgroud.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
}
#flash_header {
	height: 150px;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
}
#container {
	background-color: #FFFBEA;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#footer {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCC;
	clear: both;
	padding-top: .5em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	overflow: visible;
	text-align: center;
	line-height: 1.3em;
}
#nav_bar_container{
	background-color: #B50636;
	width: 100%;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	height: auto;
}
#nav_bar {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: .2em;
	padding-right: 0px;
	padding-bottom: .2em;
	padding-left: 0px;
	overflow: visible;
	text-align: center;
	line-height: 1.3em;
}
#main_content {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 6px;
	padding-left: 6px;
	color: #000;
	padding-top: 10px;
	height: 100%;
}
.nav_bar_text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFFBEA;
	padding-right: 0.3em;
	padding-left: 0.3em;
	float: none;
	height: auto;
	width: 8%;
	line-height: 18px;
	text-align: center;
	font-size: 1em;
	padding-bottom: 0.2em;
	text-decoration: none;
	font-weight: normal;
}
.nav_bar_text:hover {
	color: #FF0;
	background-color: #6B0320;
	text-decoration: none;
	font-weight: normal;
}
.footer_text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #00C;
	text-decoration: underline;
	padding-right: 0.3em;
	padding-left: 0.3em;
	float: none;
	height: auto;
	width: 9%;
	line-height: 1.5em;
	text-align: center;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-size: 16px;
	font-weight: normal;
}
.footer_text:hover {
	color: #B50636;
	background-color: #FCCF6A;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
}
body {
	background-color: #999;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.body_center {
	text-align: center;
}
.body_bold {
	font-weight: bold;
}


h1 {
	font-size: xx-large;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #689769;
	text-align: center;
}
h2 {
	font-size: x-large;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8A7A0B;
	text-align: center;
}
