/*colors scheme - just used for reference*/
.darkgreen{color:#006633;}
.lightgreen{color:#669933;}
.blue{color:#009999;}



.navbutton{ DISPLAY: inline; WIDTH: 120px; HEIGHT: 25px; FONT-WEIGHT: bold; FONT-SIZE: 14pt; COLOR: black; FONT-FAMILY: Verdana, Arial; TEXT-ALIGN: center; TEXT-DECORATION: none }
.navbutton A:link { color: black; text-decoration: none; }
.navbutton A:visited { color: black; text-decoration: none; }
.navbutton A:hover { color: Black; FONT-SIZE: 16pt; text-decoration: underline; border:1 }
.spacer{ DISPLAY: inline; height:1 }




BODY
	{
	TEXT-ALIGN:center;
	}


/* main wrapper around a page */
.page-main
	{
	width:790; 
	TEXT-ALIGN:left
	}

.page-heading
	{
	height:41px;
	background-color:white;
	background-image: url(/images/leafwhite.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:120px;
	padding-top:10px;
	margin-top:20px;

	margin-bottom:10px;

	FONT-WEIGHT: bold;
	FONT-SIZE: 18pt;
	COLOR: 006633;
	FONT-FAMILY: Verdana, Arial;
	}

.page-text
	{
	margin-left:20px;
	FONT-SIZE: 14pt;
	COLOR: black;
	FONT-FAMILY: Verdana, Arial;
	}


.gallery-link {FONT-SIZE: 8pt;	COLOR: blue;FONT-FAMILY: Verdana, Arial;}
.gallery-link A:link { color: blue; text-decoration: none; }
.gallery-link A:visited { color: blue; text-decoration: none; }
.gallery-link A:hover { color: blue;text-decoration: underline; border:1 }




.menu-list{
	BACKGROUND-COLOR:#007dc9; 
	FONT-WEIGHT:bold; 
	FONT-SIZE:11pt; 
	FONT-FAMILY:Verdana, 
	Arial; 
	color:white; 
	padding-top:10px; 
	padding-left:10px;
	}


.menu-list TR {vertical-align:top;height:40px;}	

.menu-list A:link { color: black; text-decoration: none;}
.menu-list A:visited { color: black; text-decoration: none;}
.menu-list A:hover { color:#669933;text-decoration: underline;}
