
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	position: absolute;  /* Menu position that can be changed at will */
	left: 0px;
	z-index:100;
	width: 100%; /* precision for Opera */
}
#menu dl {
	float: left;
	width: 200px;
}
#menu dt {
	cursor: pointer;
	color: White;
	text-align: center;
	font-weight: bold;
	background: #00A152;
	border: 1px solid gray;
	margin: 1px;
}

#menu dd {
	display: none;
	border: 1px solid gray;
}
#menu li {
	text-align: center;
	background: #fff;
}
#menu li a {
	color: Black;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu dt a {
	color: White;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background: #eee;
}

#BODY {
	text-align: center; /* required for centering the page in IE */
} 

#wrapper {
	position: absolute; 
	width: 800px;
	margin: 0 auto; /* centering the page */
	text-align: left;
	height: 100%;
	background: url(lightGreen1000.gif) repeat-y; 
}

#header {
	float:left
	top: 0px;
	HEIGHT: 100px;
	font-family: "Tempus Sans ITC";
}

#headMenu {
	float: left
	top: 0px;
	HEIGHT: 25px;
	font: 90% "Times New Roman";
}

#container { 
	float:left;
	width: 100%;
	top:110;
	background: url(./images/White1000.gif) repeat-y; 
 }

#leftGutter {
	float:left;
	width: 200px;
	height: 100%;
	font-size: 12px;
	min-height: 500px;
}

#centerGutter {
	float:left;
	width: 590px;
	height: 100%;
	min-height: 500px;
	padding-left: 5px;
	padding-right: 5px;
}

#rightGutter {
	float:left;
	width: 200px;
	height: 100%;
	min-height: 500px;
}

#footer {
	clear:both;
	float:left;
	width:800px;
	min-height:50px;
}

.rightPic {
	float:right;
}

.textBlackLeft {
	MARGIN-TOP: 0px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 100%;
	MARGIN-BOTTOM: 0px;
	COLOR: Black;
}

.textBlackLeftItalic {
	MARGIN-TOP: 0px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 100%;
	MARGIN-BOTTOM: 0px;
	COLOR: Black;
	font-style: italic;
}

.textOrgLeftLarge {
	MARGIN-TOP: 0px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 180%;
	MARGIN-BOTTOM: 0px;
	COLOR: #FF4500;
}

.textBlackLeftParg {
	MARGIN-TOP: 0px;
	FONT-SIZE: 100%;
	MARGIN-BOTTOM: 0px;
	COLOR: Black;
	text-indent: 30px;
}

.textBlackLeftHead {
	MARGIN-TOP: 0px;
	FONT-SIZE: 180%;
	MARGIN-BOTTOM: 0px;
	COLOR: Black;
}

.textBlackParg {
	MARGIN-TOP: 0px;
	FONT-SIZE: 100%;
	MARGIN-BOTTOM: 10px;
	COLOR: Black;
	text-indent: 30px;
}

.textBlack {
	MARGIN-TOP: 0px;
	FONT-SIZE: 100%;
	MARGIN-BOTTOM: 10px;
	COLOR: Black;
}

.textBlackCenter {
	MARGIN-TOP: 0px;
	FONT-SIZE: 100%;
	MARGIN-BOTTOM: 0px;
	COLOR: Black;
	text-align: center;
}
.textRedCenter {
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 0px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 250%;
	COLOR: Red;
	text-align: center;
}

.textBlackSmallFooter {
	MARGIN-TOP: 10px;
	FONT-SIZE: 80%;
	MARGIN-BOTTOM: 0px;
	COLOR: Black;
	float: right;
}

A:link {
	color: Red;
	text-decoration: none;
}

A:active {
	COLOR: #CCCCCC; 
	text-decoration: none;
	}
	
A:visited {
	COLOR: Red; 
	text-decoration: none;
	}
	
A:hover {
	COLOR: Yellow;
	text-decoration: none;
	background-color: Black;
}

leftGutter BR {
	border-top-style: dotted;
	border-top-width: thick;
	border-top-color: #FF0000;

}

.TH {
	PADDING-RIGHT: 1px;
	PADDING-LEFT: 1px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 1px;
	COLOR: #FFFF66;
	PADDING-TOP: 1px;
	text-align: left;
}

.TD {
	PADDING-RIGHT: 1px; 
	PADDING-LEFT: 1px; 
	PADDING-BOTTOM: 1px; 
	COLOR: #FFFFFF; 
	PADDING-TOP: 1px
}
