#mainMenu {
	color: #000;
}
#mainMenu li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}
#mainMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#menu0 {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
}
#menu1, #menu2, #menu3, #menu4, #menu5, #menu6 {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7398B6;
	padding-top: 5px;
}
#menu0 a, #menu1 a, #menu2 a, #menu3 a, #menu4 a, #menu5 a, #menu6 a {
	color:#FFFFFF;
	text-decoration: none;
	font-size: 12px;
	padding-left: 10px;
	font-weight: bold;
	display: block;
}
#menu0 a:hover, #menu1 a:hover, #menu2 a:hover, #menu3 a:hover, #menu4 a:hover, #menu5 a:hover, #menu6 a:hover {
	background-image: url(../images/mainmenuarrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#subMenu1, #subMenu2, #subMenu3, #subMenu4, #subMenu5, #subMenu6 {
	font-size: 10px;
	display: none;
}
#subMenu1 a, #subMenu2 a, #subMenu3 a, #subMenu4 a, #subMenu5 a, #subMenu6 a {
	color:#FFFFFF;
	text-decoration: none;
}
#subMenu1 a:hover, #subMenu2 a:hover, #subMenu3 a:hover, #subMenu4 a:hover, #subMenu5 a:hover, #subMenu6 a:hover {
	text-decoration: underline;
}
#mainContent a {
	color: #3E73A0;
	font-size: 12px;
}
#mainContent .bigtype {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	color: #575757;
}
#mainContent h1 {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	background-image: url(../images/h1background.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #B8B8B8;
	border-left-color: #B8B8B8;
	background-position: right bottom;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #40556A;
}
#mainContent p {
	font-size: 12px;
}
#mainWrap #footer {
	background-image: url(../images/footer.jpg);
	background-position: left bottom;
}
#mainContent .xavier {
	background-image: url(../images/xavierattlogo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #354351;
	padding: 10px;
}
