@charset "utf-8";
.sideMenuItem {
	background-color: #990000;
	font-family: Cambria;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.sideMenuItemSelected {
	background-color:#333333;
	border: 1px solid #000000;
	font-family: Cambria;
}

.mainborder {
	border: 1px solid #000000;
}
.fixedRight {
	float: right;
	clear: none;
}
.topred {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
}

.fixedLeft {
	clear: left;
	float: left;
}


a:hover {
	color:#333333;
		}
a { color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
	 }	
.whiteText {
	font-family: Cambria;
	color: #FFFFFF;
}

