body,td,th {
	/*padding: 0;*/
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #FFFF00;
	
}
body {
	padding: 0;
	margin: 0;
	background: #000000;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	color:#FF0000;
	text-decoration: none;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
}

/*main nav css*/

ul.topnav {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 100%; /*For KHTML*/
  list-style: none;
  height: 20px;
}

ul.topnav li {
	font-size: 14px;
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	width: auto;
}

ul.topnav a {
	padding: 0 0 0 0;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: inline;
	font-size: 119%;
	font-weight: 500;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	border: 0 none;
	width: auto;
}

/*******************/

h1{
	line-height: 220%;
	font-size: 200%;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
}

h2{
	margin: 30px 0 10px 0;
	line-height: 120%;
	font-size: 150%;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: #003366 1px solid;
}

#flashcontent {
	/*height: 100%;*/
	overflow: hide;
	width: 100%;
	margin: 0;
	padding: 0;
	background: none;
}

#hold {
	margin: 0px auto;
	min-height: 450px; 
	height: 100%;
	width: 800px;
}

#header {
	clear: both;
	margin: 10px auto; 
	height: auto;
	width: 100%;
}

#fontsize {
	text-align: right;
	float: right;
	height: auto;
	width: auto;
}

#navhold {
	float: right;
	margin: 45px 0 20px 0px; 
	height: auto;
	width: auto;
}

#content {
	margin: 20px 0;
	clear: both;
	float: left;
	width: 100%;
}

/*.image {
	display:none;
}*/

#footerhold { 
	margin-top: 20px;
	clear: both;
	float: left;
	border-top: #999999 1px solid;
	height: 60px;
	width: 100%;
	/*background: #e8e8eb;*/
}

#footer {
	margin: 10px auto; 
	height: auto;
	width: 800px;
}

/*Header Navigation*/

ul.font {
	float: right;
	line-height: 20px;
	margin-left: 30px;
	border: 0 none;
	padding: 0;
	width: auto; /*For KHTML*/
	list-style: none;
	display: inline;
}

ul.font li {
	margin: 0 5px;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
}

ul#navmenu a {
	padding: 0 0 0 0;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	/*color: #f2f2f2;
	font: 10px/15px Verdana, Arial, Helvetica, sans-serif;*/
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	border: 0 none;
}

.fontsmall a  {
	font-size: 120%;
	font-weight: 700;
	text-decoration: none;
}
	
.fontsmall a:hover {
	font-size: 120%;
	font-weight: 700;
	color: #FF0000;
	text-decoration: none;
}

.fontbig a  {
	font-size: 120%;
	font-weight: 700;
	text-decoration: none;
}
	
.fontbig a:hover {
	font-size: 120%;
	font-weight: 700;
	color: #FF0000;
	text-decoration: none;
}

/*Footer links*/

ul.footerlinks {
	float: left;
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 100%; /*For KHTML*/
	list-style: none;
	display: inline;
}

ul.footerlinks li {
	margin: 0 5px;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
}

.footerlinks a  {
	text-decoration: none;
}
	
.footerlinks a:hover {
	color: #FF0000;
	text-decoration: none;
}

.blue{
	color:#FFFF00;
	margin: 20px 0 0 5px;
	display: block;
}

#footerhold {
	/*vertical-align: bottom;*/
	margin: 20px auto 0 auto;
	clear: both;
	background: #000;
	height: 60px;
	width: 100%;	/*background: #e8e8eb;*/
}

.divider{
	color: #FFFF00;	
}

#noflash {
	text-align: left;
	float: right;
	min-height: 208px;
	width: 160px;
	background: #fff;
	color: #000;
	clear: right;
}

#noflash a {
	color: #000;
	text-decoration: underline;
}

#noflash a:hover {
	text-decoration: none;
}