@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	background-color: #2A4538;
	font-family: calibri, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	text-align: justify;
}

img {
	border: 0;
}

a {
	font-family: calibri, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	text-decoration: none;
}

a:hover	{
	color: #BFDBFF;
	text-decoration: underline;
}

#banner {
	display: block;
	margin: 0 auto;
	width: 790px;
	background: #CCCCCC;
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	line-height: 50px;
	padding: 0 0 0 10px;
}

#banner span {
	font-style: italic;
	font-weight: normal;
}

#contentContainer {
	display: block;
	width: 800px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}

#leftColumn {
	display: block;
	width: 50px;
	background: #619159;
	min-height: 250px;
	height: inherit;
}

#content {
	display: block;
	float: right;
	width: 730px;
	padding: 10px;
	background: #FFFFFF;
	min-height: 280px;
}

#footer {
	width: 800px;
	margin: 0 auto;
	background: transparent;
	text-align: center;
	font-family: calibri, Arial, Helvetica, sans-seriff;
	font-size: 11px;
	color: #FFFFFF;
}
