body {
	background-color : #CCCC99;
	font-family : Tahoma, Arial, Helvetica;
	font-size : 13px;
	text-align : center;
	color : #005902;
}

a {
	color : #FFFFFF;
	text-decoration : none;
}

a:visited {
	color : #FFFFFF;
	text-decoration : none;
}

a:hover {
	color : #8EB58F;
	text-decoration : underline;
}

a:active {
	color : #8EB58F;
	text-decoration : underline;
}

#PageContainer {
	width : 800px;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
}

#Header {
	height : 150px;
}

#Menu {
	height : 50px;
	background-color : #005902;
	color : #FFFFFF;
	text-align : left;
	line-height : 50px;
	border-bottom : 1px solid #CCCC99;
}

a.menu {
	color : #FFFFFF;
	text-decoration : none;
	display : block;
	width : 189px;
	padding-left : 10px;
	border-right : 1px solid #CCCC99;
	float : left;
}

a.menu:visited {
	color : #FFFFFF;
	text-decoration : none;
}

a.menu:hover {
	color : #8EB58F;
	text-decoration : underline;
}

a.menu:active {
	color : #8EB58F;
	text-decoration : underline;
}

#Content {
	
}

#Text {
	float : left;
	width : 375px;
	padding : 25px 25px 25px 0px;
}

#Image {
	float : left;
	width : 400px;
}

h1 {
	font-size : 15px;
	font-weight : normal;
	color : #FFFFFF;
}

h2 {
	font-size : 14px;
	font-weight : normal;
}

#Footer {
	clear : both;
	height : 25px;
	font-size : 11px;
	color : #FFFFFF;
}

a.footer {
	color : #FFFFFF;
	text-decoration : none;
}

a.footer:visited {
	color : #FFFFFF;
	text-decoration : none;
}

a.footer:hover {
	color : #8EB58F;
	text-decoration : underline;
}

a.footer:active {
	color : #8EB58F;
	text-decoration : underline;
}