@charset "UTF-8";
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 0px;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 125%;
	top: -10px;
	position: relative;
	margin-bottom: 0px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 187px;
	background-color: #132C65;
}
#menu {
	width: 900px;
	background-color: #E8E8CB;
	height: 41px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	clear: both;
}
#sidebar {
	background-color: #EEEEEE;
	width: 200px;
	float: right;
	height: auto;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 10px;
	clear: none;
	font-size: 11px
	}
#content {
	width: 595px;
	float: left;
	margin: 0px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-color: #FFFFFF;
	height: auto;
	background-image: url(images/down.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: right top;
}

#footer {
	background-color: #132B66;
	width: 860px;
	text-align: center;
	color: #FFFFFF;
	clear: both;
	font-size: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
body {
	background-color: #F5F8FD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
	background-image: url(images/bcgd.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center top;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #375386;
	font-weight: bold;
	line-height: 120%;
	font-style: italic;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #132B66;
}
a:link {
	color: #4060B6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #415599;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#footer a {
	font-size: 11pt;
	color: #ECF3B7;
}
