@charset "UTF-8";
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #4F7041;
	margin: 0px;
}
a:link {
	color: #003300;
}
a:hover {
	background-color: #8CAD7E;
}
a:visited {
	color: #003300;
}
#header {
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}
#body {
	background-color: #E8FFCA;
	width: 500px;
	height: auto;
	text-align: center;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
	background-image: url(assets/topleftcorner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
}
#body2 {
	background-color: #E8FFCA;
	width: 600px;
	height: 670px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	margin-bottom: 10px;
}
#container #body object {
	margin-left: -50px;
	padding-left: -50px;
}
#navigation {
	height: 20px;
	width: 600px;
}
/* CSS Document */

.footer {
	color: #e0f1c9;
	font-size: 10px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 10px;
	margin-top: 5px;
	overflow: hidden;
	visibility: visible;
	vertical-align: text-bottom;
	bottom: 0px;
	margin-bottom: 15px;
}


/* Navigation */

.basictab{
	list-style-type: none;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8CAD7E;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	text-decoration: none;
	margin-left: 30px;
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
	text-decoration: none;
	margin-right: 0px;
	background-color: #8CAD7E;
	color: #E8FFCA;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #E8FFCA;
	border-right-color: #E8FFCA;
	border-bottom-color: #E8FFCA;
	border-left-color: #E8FFCA;
	margin-left: 3px;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
	background-color: #4F7041;
	color: #E8FFCA;
}

.basictab li a:active{
	color: #465441;
	background-color: #E8FFCA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8FFCA;
}

.basictab li.selected a{ /*selected tab effect*/
	top: 1px;
	padding-top: 3px;
	background-color: #E8FFCA;
	color: #475742;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8FFCA;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8CAD7E;
}
