﻿html {
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 10px 0 10px 0;
	background-color: #b3b3b3;
	font-size: small;
	font-family: Arial, Sans-Serif;
}
a {
	color: #2e3192;
}
a: visited {
	color: #2e3192;
}
#div_header {
	margin: 10px auto 0 auto;
	width: 922px;
	height: 266px;
	background-image: url('images/bg_header.jpg');
	background-repeat: no-repeat;
}
#table_header {
	width: 922px;
}
#td_header_1 {
	height: 218px;
}
#td_header_link_1 {
	padding: 4px 0 4px 0;
	width: 200px;
	height: 28px;
}
.td_header_link {
	padding: 4px 8px 4px 8px;
	height: 28px;
}
.td_header_link a {
	color: #000000;
	text-decoration: none;
}
.td_header_link a:visited {
	color: #000000;
	text-decoration: none;
}

#div_content {
	margin: 0 auto 0 auto;
	padding: 20px;
	width: 882px;
	background-image: url('images/bg_content.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#div_footer {
	margin: 0 auto 20px auto;
	width: 922px;
}
#table_footer {
	width: 922px;
}
.td_footer_blue a {
	color: #ffffff;
	text-decoration: none;
}
.td_footer_blue a:visited {
	color: #ffffff;
	text-decoration: none;
}
.td_footer_blue {
	padding: 4px 0 4px 0;
	width: 20%;
	height: 26px;
	background-color: #2e3192;
	color: #ffffff;
	text-align: center;
}
.td_footer_white {
	padding: 4px 0 4px 0;
	height: 26px;
	background-color: #ffffff;
	color: #b3b3b3;
	text-align: left;
}
.td_footer_white a {
	color: #b3b3b3;
	text-decoration: none;
}
.td_footer_white a:visited {
	color: #b3b3b3;
	text-decoration: none;
}
#a_mcc {
	margin-left: 25px;	
}
#a_foundation {
	margin-left: 25px;
}
#span_copyright {
	margin-left: 320px;
}