.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.bg{
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.bg_m
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: -1;
}


html
{
	margin: 0px;
	padding: 0px;
	font-family:helvetica, sans-serif;
}

#page_wrap
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

body {
	margin: 0px;
	padding: 0px;	
}

#banner
{
	margin-top: 10px;
	width: 100%;
	height: 108px;
	background-color: #211c1a;
}

#flash_menu
{
	width: 100%;
	height: 350px;
	background-color: #211c1a;
}

#column_containers
{
	width: 100%;
	background-color: #211c1a;
	font-size: 12px;
	color: #8f8178;
}

#left_col
{
	width: 600px;
	float: left;
}

#right_col
{
	width: 200px;
	float: left;
}

#footer
{
	width: 100%;
	background-color: #211c1a;
}

#menu
{
	padding: 0px;
	margin: 0px;
	display: block;
	list-style: none;
	font-size: 12px;
}

#menu li
{
	float: left;
}
#menu li a
{
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #8f8178;
	float: left;
}
#menu li a:hover
{
	text-decoration: none;
	color: white;
}

#menu img
{
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}
.clear
{
	clear: both;
}

.title
{
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 16px;
	padding: 10px;
}

.f_links
{
	font-size: 11px;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.f_links a
{
	text-decoration: underline;	
	color: #8f8178;
}

.f_links a:hover
{
	color:#879e1a;
	text-decoration: none;
}

.rapid
{
	font-size: 11px;
	display: block;
	text-align: center;
	color: #8f8178;
}

.rapid a
{
	color: #8f8178;
	text-decoration: none;
}

.rapid a:hover
{
	color:#879e1a;
	text-decoration: underline;
}

.text
{
	text-align: justify;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}

.f span
{
	float: left;
	width: 250px;
}

:active, :focus{
    outline:none;
  }
  
.rap
{
	color: black;
	text-decoration: none;
}

.rap:hover
{
	color: black;
	text-decoration: underline;
}

.logo
{
	position: absolute;
}

.hc
{
	position: absolute;
	margin-left: 635px;
	margin-top: 15px;
}
