@charset "utf-8";
body {
	background-color: #000;
	text-align: center;
}

.announcment {
	font-size: 18px;
	font-style: italic;
	text-align: center;
}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #DFBB21;
	text-decoration: none;
}
.headertext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #DFBB21;
	text-decoration: none;
}
.headertext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #DFBB21;
	text-decoration: none;
}
.headertext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #DFBB21;
	text-decoration: none;
}
.headertext a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #DFBB21;
	text-decoration: none;
}

.headertextsm {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #DFBB21;
	text-align: center;
	text-decoration: none;
}
.headertextsm a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #DFBB21;
	text-decoration: none;
}
.headertextsm a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #DFBB21;
	text-decoration: none;
}
.headertextsm a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #DFBB21;
	text-decoration: none;
}
.headertextsm a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #DFBB21;
	text-decoration: none;
}
	
.footer_announcement {
	font-size: 22px;
	font-style: italic;
}
.aboutustextsm {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DFBB21;
	text-align: center;
	text-decoration: none;
}
.designtext {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
ul {
  font-family: Arial, Verdana;
  font-size: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: block;
  position: relative;
  float: center;
}
li ul { display: none; }
ul li a {
  display: block;
  text-decoration: none;
  color: #DFBB21;
  padding: 0px 2px 0px 2px;
  margin-left: 1px;
  white-space: nowrap;
}
ul li a:hover { background: #000000; }
li:hover ul {
  display: block;
  position: absolute;
}
li:hover li {
  float: none;
  font-size: 16px;
}
li:hover a { background: #000000; }
li:hover li a:hover { background: #000000; }


.bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DFBB21;
	text-decoration: none;
	background-color: #242424;
	font-weight: bold;
	padding: 4px;
	text-align: center;
}
.navtextlg {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DFBB21;
	text-align: center;
	text-decoration: none;
}
