BODY {
    background-color: #ebebeb;
    font: small "Arial", sans-serif;
}

/*---- major structural elements ----*/
#web_page {
    width: 712px;
    margin: 0px auto;
}
#header {
    background-image: url("../media/top.jpg");
    background-repeat: no-repeat;
    width: 712px;
    height: 251px;
    float: left;
    clear: both;
}
#header SPAN.sponsor {
    font: x-small "Arial", sans-serif;
    color: #d00;
    margin-left: 24px;
}
#header SPAN.sponsor A {
    color: #d00;
}
#center {
    width: 712px;
    background-image: url("../media/center.jpg");
    background-color: white;
    background-repeat: repeat-y;
    float: left;
    clear: both;
}
#footer {
    width: 712px;
    float: left;
    clear: both;
}

/*---- navigation panel ----*/
#navigation {
    width: 162px;
    float: left;
}
#navigation IMG {
    margin: 0px;
    padding: 0px;
}

#navigation_structure {
    width: 162px;
    margin: 0px;
    padding: 0px;
    float: left;
}
#navigation UL#main_nav_list {
    padding: 0px 0px 24px 0px;
}
#navigation UL#main_nav_list LI {
    width: 162px;
    background-image: url("../media/button-slice.gif");
    background-repeat: repeat-y;
}
#navigation UL {
    margin: 0px;
    padding: 0px;
	list-style: none;
}
#navigation #navigation_list {
	height: 1em;
	padding: 0px;
}

#navigation LI {
	position: relative;
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-align: left;	
}

#navigation LI A {
    background-color: transparent;
	display: block;
    color: #1d7507;
	width: 150px; 
	font: 8pt arial, verdana, sans-serif;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
}

#navigation LI A:hover {
	background: #88C371;
	color: #fff!IMPORTANT;
}

#navigation LI UL.level_1 {
	position: absolute;
	display: none;
	width: 180px;
	left: 162px;
	margin-top: -12px;
}

/*#navigation LI UL LI UL {display: none !IMPORTANT;} */

#navigation LI:hover UL,
#navigation LI.over UL {
	display: block;

}

#navigation LI UL.level_1 LI {
	border: none;
	float: none;
	width: 180px;
	margin-top: -2px;
	padding: 0px;
	text-align: left;
}

#navigation LI UL.level_1 LI A {
	padding: 3px 0px 5px 10px;
	margin: 0px;
	text-decoration: none;
	text-align: left;
	background: #88C371;
	color: #fff;
	width: 180px;
}
#navigation LI UL.level_2 LI A {
    display: block;
    font-size: x-small;
    padding-left: 20px !IMPORTANT;
    width: 170px !IMPORTANT;
    background: #88C371;
}
#navigation UL.subnav LI A:hover {
    color: black !IMPORTANT;
}

/*---- content panel ----*/
#content {
    width: 550px;
    float: left;
    background-image: url("../media/center-slice.gif");
    background-repeat: repeat-y;
    margin: 0px;
}
#content_structure {
    width: 550px;
    margin: 0px;
    padding: 0px;
    float: left;
}
#page_text {
    margin-left: 20px;
    padding-right: 20px;
}
#content H1 {
    font: medium "Arial", sans-serif;
    font-weight: bold;
    color: #d00;
    margin: 0px 0px 8px 0px;
}
#content P {
    font: small "Arial", sans-serif;
    color: black;
}
#content A {
    color: #d00;
    text-decoration: underline;
}
#content A:hover {
    text-decoration: none;
}

/*---- right-side box (poll, and did you know) ----*/
#sidebox_section {
    float: right;
}
.sidebox {
    padding: 0px 0px 8px 0px;
    background-color: #ffedcd;
    background-image: url("../media/box-bottom.gif");
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 156px;
    margin: 0px 20px 10px 8px;
}
.sidebox P {
    margin: 0px 15px;
    font-size: x-small !IMPORTANT;
    color: black !IMPORTANT;
}
.poll_question {
    margin: 0px 15px;
}
SPAN.regions_poll_title {
    display: block;
}
.poll_question INPUT.submit_form {
    margin-left: 80px;
}
/* REGIONS: SITEMAP STYLES */
UL.regions_sitemap {
	padding-left: 20px;
	padding-right: 10px;
	margin-left: 3px;
}

/* --- EXTRA FONTS FOR CATHY ----- */
.orange_hilight{
	color: #e46634;
	font-weight: bold;
}
.green_hilight{
	color: #1b7406;
	font-weight: bold;
}


/* ------------------------------------------------------ */
a.helpLink, a.helpLink:visited, a.helpLink:link, a.helpLink:active {
	color:				Red;
	text-decoration:	none;
	border-bottom:		1px dashed Red;
	cursor:				help;
}

a.helpLink:hover {
	color:				Blue;
	text-decoration:	none;
	border-bottom:		1px dashed Blue;
}

.help-tooltip {
	position:	absolute;
	width:		250px;
	border:		1px Solid WindowFrame;
	background:	Infobackground;
	color:		InfoText;
	font:		StatusBar;
	font:		Status-Bar;
	padding:	3px;
	filter:		progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
	z-index:	10000;
}


.help-tooltip a,
.help-tooltip a:hover {
	color:		blue !important;
	background:	none;
}