body {
	font-family: Calibri;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-image: none;
	border: medium none #FFFFFF;
	height: inherit;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	background-color: #FFFFFF;
	padding: 8px;
	margin: 8px;
	width: 90%;
}

#header {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right center;
	height: 170px;
	background-image: url('images/blue sky.jpg');
}
#top-nav {
	padding: 8px 4px 8px 4px;
	border-bottom-right-radius: inherit;
	height: auto;
	border-top: solid medium #006600;
	border-bottom: solid medium #006600;
	background-color: #FFFFFF;
	border-top-color: #000080;
	border-bottom-color: #000080;
}
#left-nav {
	border-radius: 10px;
	padding: 3px 2px 3px 2px;
	margin: 20px 0px 10px 0px;
	width: 180px;
	float: left;
	border: thin dashed #FFFFFF;
	font-size: large;
	font-weight: bold;
	white-space: normal;
	word-spacing: normal;
	background-color: #FFFFFF;
}
#main-content {
	margin: 20px 10px 10px 200px;
	background-color: #FFFFFF;
}
#footer {
	border-top: 2px solid #006600;
	clear: both;
	padding: 10px 0px;
	text-align: center;
	border-top-color: #000080;
}
#left-nav a {
	border-radius: 4px;
	background-color: #FFFFFF;
	display: inline-block;
	padding: 2px 0px 2px 0px;
}
#left-nav a:hover {
	color: #000000;
	background-color: #C0C0C0;
}
