@charset "utf-8";
html {
	font-size: 125%;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #1e1d83;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50%;
}
#container {
	font-size: 1.2em;
	background-color: #c0c0c0;
	background-image: url(/images2/container_bkg.jpg);
	background-repeat: repeat-y;
	text-align: left;
	padding: 0px;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}
#housekeeping {
	background-color: #c0c0c0;
	background-image: url(/images2/housekeeping_bkg.jpg);
	background-repeat: repeat-x;
	text-align: right;
	height: 23px;
	padding-right: 12px;
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
}

.housekeeping a {
	color: #FFFFFF;
	text-decoration: underline;
}
#header {
	background-color: #c0c0c0;
	height: 50px;
}
#under_header {
	background-color: #c0c0c0;
	background-image: url(/images2/bkg_underheader.jpg);
	background-repeat: repeat-x;
	height: 33px;
	border-bottom-width: 11px;
	border-bottom-style: solid;
	border-bottom-color: #1a1a79;
}
#holder {
	float: left;
	width: 967px;
	padding-left: 8px;
}
#subheader {
	height: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 592px;
}
#nav {
	float: left;
	width: 153px;
}
.buttons {
	margin-bottom: 8px;
}
#content {
	float: left;
	width: 279px;
	padding-left: 8px;
}
#news {
	width: 279px;
}
#partners {
	float: left;
	width: 201px;
	padding-left: 23px;
}
.center {
	text-align: center;
}
#photo {
	float: right;
	width: 264px;
}
#footer {
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #000044;
	text-align: center;
	border-top-width: 11px;
	border-top-style: solid;
	border-top-color: #1d1d83;
	clear: both;
	padding-top: 12px;
	padding-bottom: 12px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}