body
{
	margin: 0px;
	font-family: sans-serif;
}

li
{
	padding-top: 3px;
	padding-bottom: 3px;
}

#mainBodyIEFix
{
	width: 100%;
}

#mainBody, table
{
	font-size: 14px;
	font-weight: normal;
}

#mainBody
{
	margin: 10px;
}

#mainBody a, #mainBody a:visited
{
	color: #1111CC;
}

#title
{
	text-align: center;
	font-size: 28px;
	font-family: serif;
	color: #333333;
	padding-bottom: 15px;
	padding-top: 10px;
	border-bottom: 1px solid #999999;
}

#searchSiteContainer
{
	width: 36%;
	text-align: right;
	padding-right: 10px;
	vertical-align: middle;
}

#searchSiteTextEntry
{
	background-color: #CCCCCC;
	color: #222222;
	font-weight: bold;
	border: 1px solid #555555;
	width: 150px;
	font-size: 11px;
}

#searchSiteSearchButton
{
	background-image: url(headerBG.png);
	background-repeat: repeat-x;
	color: #EEEEEE;
	vertical-align: middle;
	font-weight: bold;
	border: 1px solid #AAAAAA;
	font-size: 11px;
}

#headerContainer
{
	border-bottom: 1px solid black;
	height: 100px;
	background-image: url(headerBG.png);
	background-repeat: repeat-x;
}

#footerContainer
{
	border-top: 1px solid #DCDCDC;
	padding-top: 3px;
	color: #999999;
	font-style: italic;
	text-align: center;
	font-size: 13px;
	margin-top: 30px;
}

#footerContainerFloat
{
	position: absolute; 
	top: 0px; 
	right: 0px; 
	border-left: 1px solid #552e05; 
	border-bottom: 1px solid #552e05; 
	font-size: 12px; 
	font-weight: bold;
	padding: 5px 5px 3px 5px; 
	background-color: #efd5ac;
}

#footerContainerFloat a, #footerContainerFloat a:visited
{
	color: #552e05;
}

.menuMainContainer
{
	background-image: url(menuMainBG.png);
	background-repeat: repeat-x;
	width: 100%;
	border-bottom: 1px solid #005500;
}

.menuMainItem, #menuMainItemSelected_Rules, #menuMainItemSelected_Hearings, #menuMainItemSelected_CivilRights, #menuMainItemSelected_Home
{
	height: 25px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	width: 16%;
	font-family: sans-serif;
}

.menuMainItem a
{
	text-decoration: none;
	color: #AAAAAA;
}

.menuMainItem a:hover
{
	text-decoration: underline;
	color: #FFFFAA;
}

.menuSubItem
{
	text-align: center;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
	font-family: sans-serif;
}

.menuSubItem a, .menuSubItem a:visited
{
	text-decoration: none;
}

.menuSubItem a:hover
{
	text-decoration: underline;
}

.menuSubContainer_Rules
{
	background-color: #ccdeaf;
	width: 100%;
	height: 25px;
	border-bottom: 1px solid #005500;
	border-top: 1px solid #9cde7f;
}

.menuSubContainer_Rules a
{
	color: #005500;
}

.menuSubContainer_Hearings
{
	background-color: #edefac;
	width: 100%;
	height: 25px;
	border-bottom: 1px solid #555500;
	border-top: 1px solid #cdcf95;
}

.menuSubContainer_Hearings a
{
	color: #555500;
}

.menuSubContainer_CivilRights
{
	background-color: #acccef;
	width: 100%;
	height: 25px;
	border-bottom: 1px solid #000055;
	border-top: 1px solid #96b2d1;
}

.menuSubContainer_CivilRights a
{
	color: #000055;
}

.menuSubContainer_Home
{
	background-color: #efd5ac; /* #efc4ac; */
	width: 100%;
	height: 25px;
	border-bottom: 1px solid #552e05;
	border-top: 1px solid #b49482;
}

.menuSubContainer_Home a
{
	color: #552e05;
}

#menuMainItemSelected_Rules, #menuMainItemSelected_Hearings, #menuMainItemSelected_CivilRights, #menuMainItemSelected_Home
{
	font-weight: bold;
	color: #222222;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#menuMainItemSelected_Home, #menuMainItemSelected_Home a
{
	background-image: none;
	background-color: #efd5ac; /* #efc4ac; */
	color: #000000;
	border-left: none;
	text-decoration: none;
}

#menuMainItemSelected_Rules, #menuMainItemSelected_Rules a
{
	background-image: none;
	background-color: #ccdeaf;
	color: #000000;
	text-decoration: none;
}

#menuMainItemSelected_Hearings, #menuMainItemSelected_Hearings a
{
	background-image: none;
	background-color: #edefac;
	color: #000000;
	text-decoration: none;
}

#menuMainItemSelected_CivilRights
{
	background-image: none;
	background-color: #acccef;
	color: #000000;
}


