.main{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #6f6f6f;
}

a.main {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #6f6f6f;
	text-decoration: underline;
}	

a.main:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #9687c4;
	text-decoration: underline;
}	

.splashFooter {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #a7a0b8;
}

a.splashFooter {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #a7a0b8;
	text-decoration: none;
}

a.splashFooter:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

.insideFooter {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #584b82;
}

a.insideFooter {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #584b82;
	text-decoration: none;
}

a.insideFooter:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

.sideMenuItems {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #554486;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

li{
	background-image: url(/images/listBullet.png);
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 20px;
	padding-top: 2px;
	margin-bottom: 10px;
}

.mainContent{
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #6f6f6f;
}
