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

#container {
	color: #CCCCCC;
	background-color: #06315A;
	font-family: Calibri, Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	width: 800px;
	text-align: center;
	background-image: none;
	height: auto;
	margin: auto;
}
#header {
	font-family: Calibri, Tahoma, Arial;
	height: 80px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-color: #FFF;
	font-size: 14px;
	background-position: center;
}
#navigation {
	background-color: #06315A;
	text-align: center;
	height: 35px;
	width: 800px;
	font-family: Calibri, Tahoma, Arial;
}
#main_content {
	font-family: Calibri, Tahoma, Arial;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: justify;
	font-weight: normal;
	height: auto;
	background-image: none;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	margin-right: 12em;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 760px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#footer {
	font-family: Calibri, Tahoma, Arial;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #06315A;
	text-align: center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: auto;
	width: 760px;
	line-height: normal;
	text-decoration: none;
	margin: auto;
}
body {
	margin: auto;
	font-family: Calibri, Tahoma, Arial;
	font-size: 16px;
	width: 800px;
	border: 10px solid #06315A;
}
