BODY {
    margin: 0px auto;
    padding: 0px;
    width: 780px;
    background-image: url("../media/background.gif");
    background-position: center;
}

#header {
    background-image: url("../media/top1a-inside.gif");
    background-repeat: no-repeat;
}
#header SPAN.sponsor {
    font: x-small "Arial", sans-serif;
    color: #000000;
    margin-left: 100px;
}
#header SPAN.sponsor A {
    color: #FFFFFF;
}
#navigation {
    background-color: transparent;
    background-image: url("../media/button-bottom.gif");
    background-repeat: no-repeat;
    background-position: bottom;
}
#web_page {
    background-image: url("../media/button-slice.gif");
    background-repeat: repeat-y;
    background-color: transparent;
}
#main_navigation UL {
    margin: 0px;
    padding: 5px 5px 0px 55px;
}
#main_navigation LI {
    list-style-type: none;
    padding: 5px 0px 0px 0px;
}
#main_navigation LI A {
    font: small "Arial";
    font-weight: bold;
    color: white;
    text-decoration: none;
}
#main_navigation LI.there {
    list-style-image: url("../media/button-dot.gif");
}
#main_navigation LI.there A {
    color: yellow !IMPORTANT;
}
#right_edge {
    background-color: transparent;
}
#page_text {
    margin: 24px 8px 8px 12px;
}
#content {
    background-color: white;
}

/*-------- text style rules --------*/
#page_text P {
    font: small "Arial";
    color: black;
}
#page_text UL LI {
    font: small "Arial";
    color: black;
}

p,li,ul,ol,td {
    font: small "Arial";
    color: black;
}

/*-------- navigation panel --------*/
#navigation UL#main_nav_list {
    margin: 30px 0px 0px 0px;
    padding: 0px 5px 0px 40px;
}
#navigation UL#main_nav_list LI {
    list-style-type: none;
    padding: 0px 0px 0px 0px;
}
#navigation UL#main_nav_list LI.there {
    list-style-image: url("../media/button-dot.gif");
}
#navigation UL#main_nav_list LI.there A {
    color: yellow !IMPORTANT;
}
#navigation UL#main_nav_list LI A {
    font: small "Arial";
    font-weight: bold;
    color: white;
    text-decoration: none;
}
#navigation UL#main_nav_list LI {
    width: 120px;
}
#navigation UL {
    margin: 0px;
    padding: 0px;
	list-style: none;
}
#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: 120px; 
	font: 8pt arial, verdana, sans-serif;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 12px;
}

#navigation LI A:hover {
	background: #8cb33c;
	color: #fff!IMPORTANT;
}

#navigation LI UL.level_1 {
	position: absolute;
	display: none;
	width: 180px;
	left: 130px;
	margin-top: -19px;
}

/*#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: #8cb33c;
	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: #8cb33c;
}
#navigation UL.subnav LI A:hover {
    color: black !IMPORTANT;
}

/*---  REGION STYLES ---*/
UL.regions_sitemap { /*, LI.regions_sitemap */
	padding-left: 23px;
	margin-left: 3px;
}
UL.regions_relatedlink_list { /*, LI.regions_sitemap */
	padding-left: 23px;
	margin-left: 3px;
}
/* --- EXTRA FONTS FOR CATHY ----- */
.blue_hilight{
	color: #a8bbec;
	font-weight: bold;
}
.green_hilight{
	color: #8cb33c;
	font-weight: bold;
}
.orange_hilight{
	color: #ff4800;
	font-weight: bold;
}
.red_hilight{
	color: #ab1005;
	font-weight: bold;
}
/*-------- Teen Poll rules --------*/
.poll_box {
    width: 132px;
    background-image: url("../media/teen-poll-slice.gif");
    background-repeat: repeat-y;
    margin: 20px 0px 0px 0px;
}
.poll_form {
    width: 132px;
    padding-top: 45px;
    background-image: url("../media/teen-poll-top.gif");
    background-repeat: no-repeat;
    margin: 0px;
}
.poll_form FORM {
    margin: 0px;
    padding: 0px;
}
.poll_form INPUT:image {
    text-align: right;
}
.poll_question {
    width: 132px;
    padding-bottom: 12px;
    background-image: url("../media/teen-poll-bottom.gif");
    background-repeat: no-repeat;
    background-position: bottom;
    margin: 0px;
}
.poll_question .regions_poll_title {
    padding: 3px 8px;
    display: block;
}
.poll_form INPUT {
    margin-left: 8px;
}
.poll_form .submit_form {
    margin-left: 80px;
}


/* ------------------------------------------------------ */
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;
}

h1 {
	font-weight: bold;
	color: #FF9A00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
