a:link, a:visited {						/* Unclassed Page Links */
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	color: #0000FF;
	font-size: 12px;
}

a:hover {								/* Unclassed Page Links */
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bolder;
	color: #0000FF;
	font-size: 12px;
}

.pagetext {								/* All Page Text */
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #777777;
}

.pagetext2 {							/* Blue Page Text */
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
}

.pagehead {								/* Page Content Header with Background */
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	color: #777777;
	background: #f1f1f1;
	display: block;
	padding: 2px 5px 2px 5px;
}


.pagehead2 {							/* Page Header */
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	color: #777777;
}

.pathway {								/* Pathway Text */
	padding: 0px 5px 0px 22px;
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	background-repeat: repeat-x;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #777777;
}

#menu {
	margin-left: -20px;
}

#menu ul {								/* Menu */
	list-style: none;
	float: none;
	margin-top: 20px;
}

#menu li {

	display: inline;

}

#menu li a {
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #1183b8;
	font-size: 12px;
	background: #ffffff;
	display: block;
	padding: 5px 5px 5px 5px;
	border: 1px solid #eaeaea;
	margin-top: -1px;
}

#menu li a:hover {
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	background: #f4f4f4;
	padding: 5px 5px 5px 5px;
	border: 1px solid #eaeaea;
	margin-top: -1px;
}

.content {
	border-right: 1px solid #bdbdbd;
	padding: 20px 20px 30px 20px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #777777;
}

.footer {
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	color: #777777;
}