@charset "utf-8";
.container {
	width: 950px;
	border: thin solid #000000;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/Greenbackground2.gif);
	background-repeat: repeat;
	padding: 1%;
}
.container .main {
	float: right;
	width: 82%;
	margin: 1%;
	padding: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #CCFFCC;
	text-align: left;
	display: inline;
}
.container .sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	float: left;
	width: 12%;
	color: #000000;
	display: inline;
	margin-top: 10px;
}
.container .header img {
	height: 120px;
	width: 100%;
	margin: 1px;
	float: left;
}
.container .footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	clear: both;
	margin-top: 1%;
	margin-right: auto;
	margin-bottom: 1%;
	margin-left: auto;
}
.container .header {
	width: 100%;
	height: 120px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.list {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #CCFFCC;
	list-style-position: outside;
	list-style-type: disc;
	width: 98%;
}
