.indentmenu{
	width: 450px; /*leave this value as is in most cases*/
	overflow: hidden;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	float: right;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: right;
	width: 80%;
	background-color: black;
	background-image: url(../assets/indentbg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #564c66;
	border-right-color: #564c66;
	border-bottom-color: #564c66;
	border-left-color: #564c66;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white; /*text color*/
	padding: 5px 11px;
	text-decoration: none; /*dark purple divider between menu items*/
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #564c66;
	border-left-color: #564C66;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover{
	color: #3399FF !important; /*text color of selected and active item*/
	padding-top: 5px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px;
	background-color: black;
	background-image: url(../assets/indentbg2.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.TextFrameHalfPageLeft p strong {
	color: #900;
}
.TextFrameHalfPageLeft p {
	color: #000;
}
.TextFrameHalfPageLeft strong {
	color: #000;
}
.TextFrameHalfPageLeft ul li {
	color: #000;
}
.maintextframe p strong {
	font-weight: normal;
	color: #000;
}
.maintextframe p {
	font-weight: bold;

}
.maintextframe table tr td {
	font-weight: normal;
}
.TextFrameHalfPageLeft ul li {
	text-align: left;
}
