.navigation:link, .navigation:visited {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 6px 8px 6px 10px;
	width: 150px;
	text-decoration: none;
	background-color: #195739;
}

.navigation:hover {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 6px 8px 6px 10px;
	width: 150px;
	text-decoration: none;
	background-color: #112050;

}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
	padding: 0px;
	margin: 3px 32px 6px 12px;
	border: thin solid #FFFFCC;
	
}
.main a:link {
	color: #195739;
	border: thin solid #FFFFCC;
}
.main a:visited {
	color:#663333;
	border: thin solid #FFFFCC;
}


.italicsbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #195739;
}

/** new styles added for menu page **/

.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 19px;
	padding: 3px;
	margin: 0px;
	text-decoration: none;
}

.menu_header {
	font: bold 18px 'Trebuchet MS';
	display: block;
	padding: 3px 3px 3px 12px;
	border-bottom: 1px solid #CCCCCC;
	color: #195739;
}

.menu_title {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 14px;
	color: #112050;
	line-height: 22px;
	padding: 3px 24px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
}

.menu {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	padding: 3px 9px;
	margin: 0px;
	list-style-type: none;
	text-align: left;
}
.bottomaddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 998C58;
}
.wecolmeheader {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #195739;
	font-weight: bold;
	padding: 3px 9px;
}
.quictaskshead {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #112050;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #998c58;
	font-weight: bold;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #998c58;
}
.quicklinks {
	font-size: 12px;
	color: #998c58;
	list-style-position: outside;
	list-style-type: none;
	font-family: "Trebuchet MS";
}

