body {
	background-color:#FFF;
	font-family:"times new roman",times,serif;
	font-size:16px;
	line-height:20px;
	}
	
#addressBlock {
	background-color:#DDD;
	padding:5px;
	font-family:arial,helvetica,sans-serif;
	font-weight:bold;
	font-size:12px;

}

.greenBG {
	background-color:#00681D;
}
	
#topMenu {
	background-color:#00681D;
	font-family:verdana, arial,helvetica,sans-serif;
	font-size:13px;
	color: #FFF;
	height:17px;
	width:800px;
	padding:7px;
	border-width: 0px 0px 2px 0px;
	border-color:#FFF;
	border-style:solid;
	}

.thisPage  {
	background-color:#FFF;
	padding:5px;
	color: #11792E;
	font-weight:bold;
	border-style:outset;
	border-width:1px;
	border-color:#555;
	
	}

.menuItem:link, .menuItem:visited, .menuItem:active  {
	background-color:#11792E;
	padding:5px;
	color: #FFF;
	text-decoration:none;
	border-style:inset;
	border-width:1px;
	border-color:#555;
	}

.menuItem:hover {
	background-color:#042;
	padding:5px;
	color: #FF0;
	text-decoration:underline;
	border-style:outset;
	border-width:1px;
	border-color:#770;
	background-image:url(Graphics/buttonBG.jpg);
	background-repeat:repeat-x;
	}
	
	
#subMenu {
	background-color:#DDD;
	font-family:verdana, arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #333;
	height:12px;
	width:800px;
	padding:3px;
	border-style:solid;
	border-width:0px 1px 1px 0px;
	border-color:#11792E;
	}


.subItem:link, .subItem:visited, .subItem:active  {
	background-color:#DDD;
	padding:3px;
	color: #333;
	text-decoration:none;
	font-family:arial,helvetica,sans-serif;
	}

.subItem:hover {
	background-color:#DDD;
	padding:3px;
	color: #00F;
	text-decoration:underline;
	font-family:arial,helvetica,sans-serif;
	}
	
.pad3 {
	padding: 0px 3px 0px 3px;
	}
	
.application {
	font-family:verdana,arial,helvetica;
	font-size:11px;
	}