/* CSS Document */

html {
	height: 100%;
}

#flashcontent {
	height: 100%;
}
/* end hide */
	
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0D599A;
	
	font-family:"Agenda-Medium", Agenda-Medium, "Trebuchet MS", Trebuchet MS, Verdana, Arial, "Times New Roman", sans-serif;
	font-size:14px;
	color:#F5F5F5;
}
a:link, a:visited, a:active{
	color:#ffc425;
	text-decoration:none;
}

#overall {
	float:left;
	padding:20px 20px 20px 20px;
	width:600px;
}

h1 {
	font-size:25px;
	font-weight:bold;
	display:inline;
}

h2 {
	font-siz:20px;
	font-weight:bold;
	line-height:25px;

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

#logo {
	float:left;
	width:100%;
	color:#CCCCCC;
}

#navigation {
	float:left;
	width:100%;
	text-align:center;
	margin-top:20px;
	line-height:20px;
}

#title{
	float:left;
	width:100%;
	margin-top:20px;
}

#content{
	float:left;
	width:100%;
	margin-top:20px;
	line-height:20px;
}

#footer{
	float:left;
	width:100%;
	margin-top:20px;
	font-size:10px;
}