@charset "UTF-8";
/* CSS Document */
html, body{
	margin:0;
	padding:0;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#fff;
	/*background-color:#879CB7;*/
	/*background-image:url(img/back.jpg);
	background-position: right top;
	background-repeat:no-repeat;*/
}
#flashcontent{
	margin: auto;
	min-height: 100%; 
	height:auto !important;
	height:100%; 
	overflow: hidden !important;
}
h1{
	padding:20px;
}
a{
	color:#000000;
}
#navigation{
	float:left;
	width:20%;
	border-right:1px solid #000000;
}
#navigation a{
	text-decoration:none;
}
#navigation li{
	list-style:none;
}
#navigation a:hover{
	color:#666666;
}
#content_html{
	float:right;
	width:78%;
}
#actNav a,#actSubNav a{
	font-weight:bold;
}

