@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/brownpix.gif);
	background-repeat: repeat;
}
.twoColFixRtHdr #container {
	width: 777px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	height: 296px;
	
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #314870;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.twoColFixRtHdr #container #sidebar1 a {
	color: #FF8000;
}

.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 245px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FF8000;
	line-height: 28px;
	margin-bottom: 8px;
}

.twoColFixRtHdr #footer {
	background-image: url(images/footer_bl.gif);
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-position: bottom;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #336;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 8px;
}
.twoColFixRtHdr #container #mainContent p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: -8px;
}
.twoColFixRtHdr #container #sidebar1 p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #c6c2ac;
}
.twoColFixRtHdr #container #sidebar1 li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #c6c2ac;
	margin-left: -25px;
}
.twoColFixRtHdr #container #sidebar1 h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFC;
	font-weight: bolder;
}
/* menu */
.menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width:777px;
	height:48px; /*position:absolute;
	top:126px;
	left:228px;*/
	font-size:13px;	/*z-index:100;*/
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#0000dd;
	width:109px;
	height:42px;
	text-align:center;
	color:#fff;
	border:1px solid #fff;
	line-height:40px;
	font-size:13px;
	overflow:hidden;
	padding-top:4px;
	background-image: url(images/right_nav.gif);
	font-weight: bold;
}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#fff;  /* text in buttons as is*/
	background-color: #993300;  /* background when hovering */
	background-image: none;
}
.menu ul li:hover ul {display:block; position:absolute; top:48px; left:0; width:105px;}
/*.menu ul li:hover ul li a.hide {background:#333333; color:#fff;}*/
.menu ul li:hover ul li:hover a.hide {
	color:#fff;
	background-color: #03f;  /* no idea */
}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {
	display:block;
	color:#333;
	width: 165px;
	background-color: #FFCC99;
} /*dropdown*/
.menu ul li:hover ul li a:hover {
	color:#fff;
	background-color: #993300;  /*when hovers in dropdown*/
	background-image: none;
}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}
.twoColFixRtHdr #container #mainContent #mcfull {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF8000;
}
.twoColFixRtHdr #container #mainContent #mcfull2 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF8000;
}

.twoColFixRtHdr #container #mainContent #mcleft {
	float: left;
	width: 246px;
	padding-right: 4px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FF8000;
	margin-top: 10px;
	padding-top: 2px;
}
.twoColFixRtHdr #container #mainContent #mcright {
	float: right;
	width: 248px;
	margin-top: 10px;
	padding-top: 2px;
}
.twoColFixRtHdr #container #mainContent #mcfull p li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
.twoColFixRtHdr #container #mainContent ul li {
	font-size: 15px;
	color: #333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 4px;
	margin-left: -20px;
}
.twoColFixRtHdr #container #mainContent ol li {
	font-size: 15px;
	color: #333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 4px;
	margin-left: -20px;
}
.hbreak {
	display: block;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF8000;
	margin-bottom: 20px;
	padding-top: 10px;
}
.seconddistrict {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	background-position: center;
	color: #FFC;
}
.eqplink {
	color: #FFFFFF;
}

