/*Sets line-height of all top-level menuitems*/
#p7TMnav div {
	line-height: 1.75;
	
}
/*Sets line-height of all other menuitems*/
#p7TMnav div div {
	/*/*/line-height: 1.5; /* */
}

/*Sets background color and border around the menu DIV*/
#p7TMnav {
	background-color: #EAF7E6;
	border: 2px none #ffffff;
}

/*Sets a bottom margin for each top-level link*/
#p7TMnav div {
	margin: 0 0 .3em 0;
}

/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to .8em establishing a fluid cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 .8em;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #FFFFFF;
	/*font-size: .9em;*/
}

#p7TMnavtop {
	color: #FFFFFF;
	padding: 0 0 0 0.5em;
	display: block;
	text-decoration: none;
	background-color: #489630;
	border-bottom: 4px solid #FF8C06;
	border-top: 1px solid #FF8C06;
	border-right: 1px solid #FF8C06;
	border-left: 1px solid #FF8C06;
	width: 110px;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/color: #FFFFFF;
	padding: 0 0 0 .5em;
	display: block;
	text-decoration: none;
	background-color: #489630;
	border: 1px solid #666666;
	border-bottom: 4px solid #666666; /* */
}

#p7TMnav div a:visited {
	color: #FFFFFF;
}

/*The Link and visited styles combined for second-level menuitems*/
#p7TMnav div div a, #p7TMnav div div a:visited {
	background-color: transparent;
	border: 0;
	color: #666666;
	text-align: left;
}
#p7TMnav div div a:hover {
	color: #FF9900;
	border: 0;
	background-color: transparent;
}

h3 {
	font-size: 11px;
	color: #F98F00;
}
#center {
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
