@charset "UTF-8";
/* CSS Document */
body {
	background-color: #2e3192;
	1background-color: #e8e8e8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.site_container {

	width: 900px;
}
.globalfooter {
	width: 880px;
	background-color: #f26522;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	font-size: 10px;
	line-height: 12px;
}
.globalfooter a {
	color: #2e3192;
	text-decoration: none;
}
.globalfooter a:hover {
	text-decoration: underline;
}
.content {
	background-color: white;
	padding: 10px;
	color: #000000;
	font-size: 15px;

}
.video_content {
	background-color: white;
	padding: 10px;
	color: #000000;
	font-size: 15px;

}
.top_nav {
	border-bottom: #f26623 3px solid;

}