@charset "UTF-8";
/* CSS Document */

html, body {
	height:100%;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
}		
		body,td,th {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*fixed width button (used in sequence slider)*/
.btn {
	background: url(btn.png) no-repeat;
	width: 300px;
	height: 36px;
	padding-top: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #ffffff;
	text-shadow: 0px -1px 0px #00498f !important;
	line-height: 24px;
	font-weight: 700;
	text-align: center;
	display: block;
	margin-left: 400px;
	margin-top:-50px;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #44b8f4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#header{
	width:100%;
	height:60px;
	background-color: #4F4F4F;
}
#logo{
	padding:5px;
	padding-left:60px;
}

#content{
	margin:10px; padding:20px; overflow:auto;
}

#flashContent {
	width:100%; height:100%;
	}