html, body {
	height: 100%;
	min-height: 100%;
	}

body {
	background: #000;
	color: #fff;
}	

#topbar {
	padding: 30px;
	}

a {color:#FFFF00; text-decoration:underline;}
a:visited {color:#FFFFFF; text-decoration:underline;}

h1 {margin-top: 0;
}

/* stuff to hide */
	
#logo,  .jScrollPaneContainer, #news_stories,  #event_listings, .rss, .rss_feed {
	display: none;
	}
	
img {
	display:none;
	}

* {
	background-image: none !important;
	}

.photoGalleryElement { border:none; display:none; }

#flashcontent, #flashbutton {display: none;}

/*---forget password form changes----*/


#detail #copy #content_area strong {
	display: inline !important;
	}
	
#MainContent_txtUserName {
	display: inline  !important;
	font-size: 1em  !important;
	padding: 0  !important;
	width: auto  !important;
	position: static  !important;
	}
	
input#MainContent_btnSubmitUsername {
	
	width: auto  !important;
	height: auto  !important;
	background-color: #fff  !important;
	background-image: none  !important;
	border: auto  !important;
	line-height: 1.3em  !important;
	font-size: 0.8em  !important;
	cursor: pointer  !important;
	padding: 0  !important;
	position: static  !important;
	margin-top: 0  !important;
	text-indent: 0px !important;
	border: 1px solid blue !important;
	}
	
input#MainContent_btnSubmitUsername[type="submit"]:hover
     {
      background-color: silver  !important;
	  background-image: none  !important;
     }
	
#MainContent_hlCancelUsername {
	font-size: 1em  !important;
	position: static  !important;
	font-weight: normal  !important;
	}