@charset "utf-8"; 

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	
	background-color: #FFFFFF;
	text-align: left;
	
	color: #313131;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	
	min-height:635px;
	min-width:940px;
}

img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
} 

h1 {
	margin: 0 0 10px 0;
	font-size: 1.5em;
	font-weight:bold;
}

h2 {	
	font-size: 1em;
	font-weight:bold;
}

p {
	margin: 0 0 15px 0;
	font-size: 0.8em;
}

a {
	color:#313131;
	text-decoration:underline;
}
a:hover {
	color: #6EAAE0;
}

#flashcontent {
	height: 100%;
}

#container {
}

#stage {
	margin-top:20px;
}

#header{
	padding: 10px;
}

#noflash {
	padding: 10px;
	width:600px;
}

#noflash a {
	text-decoration:none;
}

#noflash .headline {
	margin: 0 0 10px 0;
	font-weight:bold;
	font-size: 1em;
}

#noflash .text {
	margin: 0;
	font-size: 0.8em;
}

#noflash .textLink{
	margin-right:20px;
	float: left;
}

#noflash .imageLink{
}

#navigation {
	padding: 10px;
}

#navigation ul {
	list-style:none;
}

#navigation ul li {
	float: left;
	margin: 0 10px 0 0;
}

#navigation a {	
	font-size: 1em;
	font-weight:bold;
	text-transform: uppercase;
	
	text-decoration:none;
}

#content {
	width:600px;
	padding: 10px;
}

.line {
	border-top: 1px dashed #313131;
}

.killfloat 
{
	overflow: hidden;
	clear: both;
	font-size: 0;
	height: 0;
}

