#banner {
	background-color: #6D6BAD;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	height: 100%;
	background-color: #CCCCCC;
}
#maincontent {
	background-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#maincontent .text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align: justify;
	display: block;
}
#maincontent .address {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
#header {
	background-color: #CCCCCC;
}
#navigation {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: inherit;
}
#maincontent .date {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
}
#navigation li {
	display: inline;
	float: left;
	list-style-type: none;
	margin-left: 12px;
	margin-right: 12px;
	text-align: center;
	background-color: #CCCCCC;
	font-size: 14px;
	line-height: normal;
	font-weight: bolder;
}
#navigation ul {
	background-color: #444285;
}
#maincontent h2 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#maincontent .title {
	text-align: center;
	font-size: 14px;
}
#footer {
	background-color: #6D6BAD;
}
