body {
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(media/grid/page_bg.gif);
}

a:link {
	color: #007366;
}
a:visited {
	color: #6A8A7F;
}
a:hover {
	color: #007366;
}
a:active {
	color: #6A8A7F;
}
td#blacklink a:link { color: #000000; text-decoration: none; }
td#blacklink a:visited {	text-decoration: none; color: #000000; }
td#blacklink a:hover { text-decoration: underline; color: #3b5b50; }
td#blacklink a:active { text-decoration: none; color: #3b5b50; }

a.black:link { color: #000000; text-decoration: none; }
a.black:visited {	text-decoration: none; color: #000000; }
a.black:hover { text-decoration: underline; color: #3b5b50; }
a.black:active { text-decoration: none; color: #3b5b50; }

td#greenlink a:link { color: #007366; text-decoration: none; }
td#greenlink a:visited { text-decoration: none; color: #007366; }
td#greenlink a:hover { text-decoration: none; color: #007366; background-color:#cdddd6;}
td#greenlink a:active { text-decoration: none; color: #007366; background-color:#a1b9af; }

#Stage {height:400px;}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 150%;
	margin-bottom: 3%;
	margin-top: 0%;
}
.body_65 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.body_70 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 150%;
}
.body_ital_70 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: italic;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.body_bold_70 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.body_80 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 150%;
}
.body_ital_80 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 150%;
}
.body_bold_80 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	font-variant: normal;
	text-transform: none;
	line-height: 150%;
}
.body_bold_red_80 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
	font-variant: normal;
	color: #CC0000;
}
.body_bold_green_90 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
	font-variant: normal;
	color: #007366;
}
.body_bold_red_90 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
	font-variant: normal;
	color: #CC0000;
}
.body_bold_green_80 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
	font-variant: normal;
	color: #007366;
}
.head_90 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	line-height: 150%;
}
.head_180 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-style: normal;
	font-weight: bold;
	color: #007366;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.body_bold_green_70 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
	font-variant: normal;
	color: #007366;
}

/* Image Rotator */

/* rotator in-page placement */
    ul#rotator {
	position:relative;
	height:360px;
}
	ul#rotator {
	list-style: none;
	margin: 0;
	padding: 0;
	}
/* rotator css */
	ul#rotator li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	ul#rotator li img {
	border: none;
	padding: 0px;
	background: #FFF;
}
    ul#rotator li.show {
	z-index:500
}
