/* CSS Document */

.navigation:link, .navigation:visited {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003399;
	display: block;
	padding: 8px;
	width: 166px;
}

.navigation:hover {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3366FF;
	display: block;
	padding: 8px;
	width: 166px;
}

/** new styles added for about us page **/

.breadcrumb {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 19px;
	padding: 2px;
	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: #730202;
}

.menu_title {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 16px;
	color: #730202;
	line-height: 22px;
	padding: 3px 24px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
}

.menu {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #730202;
	line-height: 18px;
	padding: 3px 22px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
}
.user_info {
	font-family: "Times New Roman", Times, serif;
}
