<style type="text/css">
/*general style sheet*/
body {
	font: #000000;
	background-color: #edce97;			
/*	background-image: url("/images/background.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
body {
	font: #000000;
	background-color: #edce97;
/*	background-image: url("/images/background.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
}

td.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}

/* td, p, span, li, div {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

} */

/*setting global link styles is messing up selected option on left menu*/

//A:link{COLOR:#000000;TEXT-DECORATION:none;}
//A:visited{COLOR:#000000;TEXT-DECORATION:none;}
//A:active{COLOR:#66060a;TEXT-DECORATION:none;}	/************CUSTOMIZED*********/
//A:hover{COLOR:#66060a;TEXT-DECORATION:underline;}	/************CUSTOMIZED*********/

.BreadCrumb {
	color: #66060a; /*********CUSTOMIZED*******/
}

div.BreadCrumbTrail {
	font-size: 8pt;
	color: #66060a; /*********CUSTOMIZED*******/
}

#footer {
	color: #000000; /*********CUSTOMIZED*******/
	
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000; /*********CUSTOMIZED*******/
}

A.footer:link{COLOR:#000000;TEXT-DECORATION:none;}
A.footer:visited{COLOR:#000000;TEXT-DECORATION:none;}
A.footer:active{COLOR:#000000;TEXT-DECORATION:none;}	
A.footer:hover{COLOR:#000000;TEXT-DECORATION:underline;}

/*top drop down menu*/
/*http://sperling.com/examples/menuh/*/


#menuh-container
	{
	font-size: 1em;
	position: relative;
	top:0;
	left: 0;
	width: 100%;
	margin: 0px;
	border: 0px solid white;
	}




#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0em;
	margin-top: 0em;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	border: 0px solid #ffeddf; /***************CUSTOMIZED****************/
	white-space:nowrap;
	margin:0;
/*	padding: 0.3em; *//* adjust padding as needed if width is commented out in #menuh ul */
	padding: 0.7em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: #000000;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #493626; /*************CUSTOMIZED******************/
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
/*	background-image: url(navdown_white.gif); */
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
/*	background-image: url(nav_white.gif); */
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
/*	width:9em; */	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/*end top drop down menu*/

/*left menu - http://www.interspire.com/content/articles/10/1/Building-An-Expanding-DHTML-Menu-With-CSS-and-JavaScript*/

.menu1{
/*background-image:url(images/menudiv1bg.gif);*/
margin-left:5px;
padding-left:10px;
padding-top:5px;
padding-bottom: 2px;
display:block;
text-decoration: none;
color: #5a381f;
font-weight: bold;
height: 20px;
}

.submenu{
/*background-image: url(images/submenu.gif);*/
display: block;
height: 19px;
margin-left: 20px;
padding-top: 2px;
padding-left: 7px;
color: #5a381f;
font-weight: bold;
}

.submenu2{
/*background-image: url(images/submenu.gif);*/
display: block;
height: 19px;
margin-left: 35px;
padding-top: 2px;
padding-left: 7px;
color: #5a381f;
font-weight: bold;
}

.hide{
display: none;
}

.show{
display: block;
}

.selected
{
	color: #ff9700;
}


/*end left menu*/

/*ticker*/

#pscroller2{
width: 100%;
height: 20px;
padding: 5px;
padding-left: 15px;
font-size: 10pt;
text-decoration: none;

}

#pscroller2 a{
text-decoration: none;
color: #FFFFFF;

}

.someclass{ //class to apply to your scroller(s) if desired
}
/*end ticker*/

</style>

