	
	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #ffffff;
		font-family: Arial, Helvetica, Verdana, sans-serif;
	}
	
	#flashMenu {
		margin: auto;
		position: absolute;
		text-align: center;
		height: 19px;
		width: 100%;
		padding-top: 5px;
		padding-left: 10px;
		font-size: 70%;
		color: #7D521F;
		text-align: left;
		background: #FFFFCB;
		border-bottom: solid 1px #A7A57A;
	}
	#flashcontent {
	padding-top: 22px;
	}
	
	#menuContent {
	    font-weight: bold;
		width: 770px;
		margin: auto;
		font-size: 110%;
		text-align: right;
	}
	
	
	#menuContent a {
		
		color: #880000;
		padding-left: 5px;
		padding-right: 5px;
		text-decoration: none;
	}
	
	#menuContent a:hover {
		color: #AA0000;
		text-decoration: underline;
	}