html {
	height: 100%;
	overflow: hidden;
}
body {
	height: 100%;
	/*background:#262626 url(../images/bg.gif) repeat-x;*/
	text-align:center;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
a:link {
	color: #ffd100;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffd100;
}
a:hover {
	text-decoration: underline;
	color: #ffd100;
}
a:active {
	text-decoration: none;
	color: #ffd100;
}
.hideIt{display:none;}
.clearIt{clear:both;display:none;}
#falshForm{display:none;}
#flashcontent{ width:100%;  margin:auto;  }
#siteMap{margin:15px;}
