body {
	margin: 0;
	padding: 0;
	background: #88D66B url(/images/bird.gif) left bottom no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}
#page {
	background: url(/images/heading.jpg) left top no-repeat;
	padding: 150px 25px 25px 180px;;
}
#menu {
	background: #5AC837 url(/images/menuTL.gif) left top no-repeat;
}
#menu div {
	background: url(/images/menuTR.gif) right top no-repeat;
	padding: 3px 0 3px 0;
}
#menu a {
	padding: 3px 20px 3px 20px;
        font-size: 0.8em;
        font-weight: bold;
}
#menu b {
	display: none;
}
#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	background: #88D66B;
	color: #336699;
	text-decoration: underline;
}
#content {
	font-size: 0.8em;
	color: #CCCCCC;
	width: 100%;
}
#content #content-inner {
	background: url(/images/contentBL.gif) left bottom no-repeat;
}
#content #content-inner-inner {
	position: relative;
	background: url(/images/contentBR.gif) right bottom no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content h1 {
	font-size: 130%;
	color: #5AC837;
	margin-top: 0;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 120%;
	color: #88D66B;
	font-style: italic;
	margin: 10px 20px 10px 20px;
}
#content h3 {
	font-size: 120%;
	color: #5AC837;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content h4 {
	font-size: 120%;
	color: #cccccc;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content h5 {
	font-size: 110%;
	color: #88D66B;
	margin-top: 10px;
	margin-bottom: 0;
}
#content h6 {
	font-size: 110%;
	color: #5AC837;
	margin-top: 10px;
	margin-bottom: 0;
}
#content p {
	margin-top: 0;
	margin-bottom: 10px;
}
#content ul {
	margin-top: 0;
	margin-bottom: 10px;
}
#content ol {
	margin-top: 0;
	margin-bottom: 10px;
}
#content blockquote {
	float: right;
	width: 100px;
	border: dotted 1px #336699;
	margin: 3px;
	padding: 5px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
#content td {
	font-size: 0.8em;
	color: #CCCCCC;
}
#content a:link {
	color: #5AC837;
}
#content a:visited {
	color: #5AC837;
}
#content a:hover {
	color: #cccccc;
}
#features {
	position: absolute;
	top: 0px;
	right: 0px;
}
.feature {
	margin: 10px 10px 10px 10px;
	xborder-bottom: solid 1px white;  /* fix for IE bug */
}
.feature div {
	width: 172px;
	background: #75A1BF url(/images/feature.gif) repeat-y;
}
.feature div div {
	background: url(/images/featureT2.gif) left top no-repeat;
}
.feature div div div {
	background: url(/images/featureB2.gif) left bottom no-repeat;
	padding: 5px 0 5px 0;
}
#content .feature h2 {
	font-size: 0.9em;
	font-style: normal;
	margin: 0;
	padding: 0 5px 0 10px;
}
#content .feature h2 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#content .feature h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#content .feature h2 a:hover {
	color: #336699;
	text-decoration: none;
}
#content .feature p {
	font-size: 0.9em;
	color: #FFFFFF;
	margin: 0;
	padding: 0 5px 0 10px;
}
#content .feature p a:link {
	color: #FFFFFF;
}
#content .feature p a:visited {
	color: #FFFFFF;
}
#content .feature p a:hover {
	color: #336699;
}
#leftbar {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 180px;
	height: 322px;
	background: #88D66B url(/images/leftbar.jpg) left top no-repeat;
}
#submenu {
	margin-top: 25px;
}
#submenu a {
	display: block;
	border-top: solid 1px #B2E0A0;
	border-bottom: solid 1px #5AC837;
	padding: 3px;
	font-size: 0.8em;
        font-weight: bold;
	width: 100%;
}
#submenu>a {
	width: auto;
}
#submenu a:link {
	color: #336699;
	text-decoration: none;
}
#submenu a:visited {
	color: #336699;
	text-decoration: none;
}
#submenu a:hover {
	background: #5AC837;
	color: #FFFFFF;
	text-decoration: underline;
}
.popmenu {
	display: none;
	position:   absolute;
	color: black;
        background: #5AC837;
	z-index:1;
}
.popmenu a {
	display: block;
	border-top: solid 1px #88D66B;
	border-left: solid 1px #5AC837;
	border-bottom: solid 1px #5AC837;
	border-right: solid 1px #5AC837;
	padding: 3px;
	font-size: 0.8em;
        font-weight: bold;
}
.popmenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.popmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.popmenu a:hover {
	background: #88D66B;
	color: #336699;
	text-decoration: underline;
}
#cookie {
	position: absolute;
	top: 55px;
	left: 500px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.popfeature {
	margin: 10px 10px 10px 10px;
	xborder-bottom: solid 1px white;  /* fix for IE bug */
}
.popfeature div {
	width: 172px;
	xbackground: #75A1BF url(/images/feature.gif) repeat-y;
	background: url(/images/feature2.gif) left bottom no-repeat;
}
.popfeature div div {
	background: url(/images/featureT.gif) left top no-repeat;
}
.popfeature div div div {
	background: url(/images/featureBt2.gif) left bottom no-repeat;
	padding: 5px 10px 5px 10px;
}
#popLayer {
	width: 165px;
	margin: 5px;
	z-index: 999;
	text-align: center;
}
#popLayer.popfeature h2 {
	font-size: 0.9em;
	font-style: normal;
	margin: 0 15px 0 0;
}
#popLayer.popfeature h2 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#popLayer.popfeature h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#popLayer.popfeature h2 a:hover {
	color: #5AC837;
	text-decoration: none;
}
#popLayer.popfeature p {
	font-size: 0.9em;
	color: #FFFFFF;
	margin: 0 15px 0 0;
}
#popLayer.popfeature p a:link {
	color: #FFFFFF;
}
#popLayer.popfeature p a:visited {
	color: #FFFFFF;
}
#popLayer.popfeature p a:hover {
	color: #5AC837;
}
