/*	Greens (in graphics) used in this website: #159C02, #D5F9D0	The buttons were using the lighting technique in PhotoShop 7.		Use dark and #159C02 as a lighting.*/body {  font-family: arial;  font-size: 13px;  background-color: FFFFFF;}a:link { color: 000000; text-decoration: none; }a:visited {color: 000000; text-decoration: none; }a:hover { color: 000096; text-decoration: none; }#topbanner{	top: 0;	left: 0;	width: 560;	height: 98;	Z-INDEX: 2;	position: absolute;}#bannerlogo{	top: 0;	left: 560;	width: 201;	height: 181;	z-index: 1;	position: absolute;	background-image: URL(banner-logo.gif);}#bannerbackground{	top: 0;	left: 0;	height: 101;	width: 761;	background-image: URL(banner-background.gif);	position: absolute;	z-index: 1;}#buttontext-active{	top: 9;	left: 0;	font-size: 17px;	color: white;	font-weight: bold;	position: relative;}#buttontext-active a:hover { color:#FFFFFF; text-decoration:none;}#buttontext-inactive{	top: 9;	left: 0;	font-size: 17px;	color: black;	font-weight: bold;	position: relative;}#buttontext-inactive a:hover { color: FFFFFF; text-decoration: none; }#buttontext-2line-active{	top: 2;	left: 0;	font-size: 17px;	color: white;	font-weight: bold;	position: relative;}#buttontext-2line-active a:hover { color: FFFFFF; text-decoration:none; }#buttontext-2line-inactive{	top: 2;	left: 0;	font-size: 17px;	color: black;	font-weight: bold;	position: relative;}#buttontext-2line-inactive a:hover { color:#FFFFFF; text-decoration: none; }#navbuttonhome-active{	top: 98;;	left: 0;	width: 114;	height: 36;	z-index: 2;	position: absolute;	background-image: URL(button-current.gif);}#navbuttonhome-inactive{	top: 98;	left: 0;	width: 114;	height: 36;	z-index: 2;	position: absolute;	background-image: URL(button-notcurrent.gif);}#navbuttonmeeting-active{	top: 98;	left: 114;	width: 114;	height: 36;	z-index: 2;	position: absolute;	font-size: 16px;	line-height: 17px;	background-image: URL(button-current.gif);}#navbuttonmeeting-inactive{	top: 98;	left: 114;	width: 114;	height: 36;	z-index: 2;	position: absolute;	font-size: 16px;	line-height: 17px;	background-image: URL(button-notcurrent.gif);}#navbuttonservices-active{	top: 98;	left: 228;	width: 114;	height: 36;	z-index: 2;	position: absolute;	background-image: URL(button-current.gif);}#navbuttonservices-inactive{	top: 98;	left: 228;	width: 114;	height: 36;	z-index: 2;	position: absolute;	background-image: URL(button-notcurrent.gif);}	#navbuttonhours-active{	top: 98;	left: 342;	width: 114;	height: 36;	z-index: 2;	position: absolute;	background-image: URL(button-current.gif);}#navbuttonhours-inactive{	top: 98;	left: 342;	width: 114;	height: 36;	z-index: 2;	position: absolute;	background-image: URL(button-notcurrent.gif);}	#navbuttonlocation-active{	top: 98;	left: 456;	width: 114;	height: 36;	z-index: 2;	position: absolute;	background-image: URL(button-current.gif);}#navbuttonlocation-inactive{	top: 98;	left: 456;	width: 114;	height: 36;	z-index: 2;	position: absolute;	background-image: URL(button-notcurrent.gif);}#navbuttoncontactus-active{	top: 98;	left: 570;	width: 114;	height: 36;	z-index: 2;	position: absolute;	font-size: 16px;	line-height: 17px;	background-image: URL(button-current.gif);}#navbuttoncontactus-inactive{	top: 98;	left: 570;	width: 114;	height: 36;	z-index: 2;	position: absolute;	font-size: 16px;	line-height: 17px;	background-image: URL(button-notcurrent.gif);}#main{		top: 175;	left: 10;	width: 500;	z-index: 2;	position: absolute;}#first-announcement-cage{	top: 210;	left: 560;	height: 300;	width: 201;	z-index: 2;	background-image: url(announcement-background.gif);	position: absolute;}#second-announcement-cage{	top: 560;	left: 560;	height: 300;	width: 201;	z-index: 2;	background-image: url(announcement-background.gif);	position: absolute;}#announcement-header{	top: 0;	left: 0;	width: 201;	height: 30	z-index: 3;	position: relative;	font-size: 18px;	color: 094800;}#announcement-body{	top: 17;	left: 5;	width: 191;	height: 255;	z-index: 3;	position: relative;	background-color: FFFFFF;	font-size: 14px;	color: 000000;}	