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

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #27408B;
		color:#0B3656;
	}
	
	#header {
		background-color:#27408B;
		absolut-position: top 20;
		width: 100%;
		height: 25px;
		padding-top: 8px;		
				
	}
	
	a:link {
	color: #FFFFFF;
	text-decoration: none;
    }
    a:visited {
	color: #FFFFFF;
	text-decoration: none;
    }
    a:hover {
	color: #FFFFFF;
	text-decoration: none;
    }
    a:active {
	color: #FFFFFF;
	text-decoration: none;
     }




