@charset "utf-8";


html {
	height: 100%;
	overflow: auto;
}
#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #2e3255;
	font-size: 0.8em;
}
#container {
	margin:0px;
	text-align:left;
	padding: 0;
}
#footer {
	background-color: #222640;
	height: 30px;
	width: 100%;
	position: fixed;
	bottom: -3px;
	font-size: 0.9em;
	color:#CCCCCC;
	border-top:none;
}
* html #footer{
	position:absolute;
}
#footer p.ftxt {
	float: left;
	padding-left: 50px;
}
#footer p.ftxt a{
	color:#CCCCCC;
}
#footer p.ftxt a:focus, a:hover, a:active {
	text-decoration: underline;
}
#footer p.copy {
	float: right;
	padding-right: 50px;
	color:#CCCCCC;
}

/* flash config */
#flashcontent #top {
	background: #2e3255 url(../images/top_bg.jpg) top left no-repeat;
	padding: 150px 0 0 55px;	
	height:100%;
}
#flashcontent #top h1{
	visibility: hidden;
}
#flashcontent ul#top_menu li {
	list-style: none;
	height: 20px;
	width: 115px;
	margin-bottom: 14px;
}
#flashcontent ul#top_menu li a{
	display: block;
	font-size: 1.5em;
	text-decoration: none;
}
#flashcontent ul#top_menu li .hideme {
	visibility: hidden;
}
#flashcontent #get_flash {
	padding-top: 3em;
}
#flashcontent #get_flash p{
	color:#CCCCCC;
	padding-top: 1em;
}

