<style type="text/css">
/*general style sheet*/
body {
	font: #000000;
	background-color: #ffffff;		
	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: #ffffff;		
	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 {
	letter-spacing: -2px;
	font-family: georgia;
	color: #333;
	text-transform: lowercase;
	background: url(/images/ss_bg.gif) no-repeat left top;
	padding-top: 5px;
	padding-left: 2px;
	font-size: 21px;
	}

h2 {
	letter-spacing: -1px;
	font-family: georgia;
	color: #333;
	padding-top: 5px;
	padding-left: 0px;
	font-size: 14px;
	}

/*h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
}*/
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top:0;
	margin-bottom:0; 
}
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;
}

.DocumentHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFFFFF;
	text-transform: uppercase;
}

/* td, p, span, li, div {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

} */

td,p,li,span,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.toptiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}

A.toptiny:link{COLOR:#FFFFFF;TEXT-DECORATION:none;}
A.toptiny:visited{COLOR:#FFFFFF;TEXT-DECORATION:none;}
A.toptiny:active{COLOR:#000000;TEXT-DECORATION:none;}	
A.toptiny:hover{COLOR:#FFFFFF;TEXT-DECORATION:underline;}

A {
	text-decoration: none;
}


/*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*********/

span.BreadCrumb {
	font-size: 10pt;
	font-weight: bold;
	color: #000000; /*********CUSTOMIZED*******/
}

div.BreadCrumbTrail {
	font-size: 10pt;
	font-weight: bold;
	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: #8B0C00;
	font-weight: bold;
	background-color: #FFFFFF;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: #375D71;
	background-color: #FFFFFF; /*************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;
	width: 20em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	width: 20em;
	}

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:5px;
padding-top:5px;
padding-bottom: 2px;
display:block;
text-decoration: none;
color: #914976;
height: 20px;
}

.submenu{
/*background-image: url(images/submenu.gif);*/
display: block;
height: 19px;
margin-left: 15px;
padding-top: 2px;
padding-left: 7px;
color: #914976;
font-size: 8pt;
}

.submenu2{
/*background-image: url(images/submenu.gif);*/
display: block;
height: 19px;
margin-left: 20px;
padding-top: 2px;
padding-left: 7px;
color: #914976;
font-size: 8pt;
}

.hide{
display: none;
}

.show{
display: block;
}

.selected
{
	color: #000000;
	font-weight: bold;
}


/*end left menu*/

/*ticker*/

#pscroller2{
width: 100%;
height: 30px;
padding: 5px;
padding-left: 0px;
font-size: 10pt;
text-decoration: none;

}

#pscroller2 a{
text-decoration: none;
color: #000000;

}

.someclass{ //class to apply to your scroller(s) if desired
}
/*end ticker*/

/* menu */
DIV.navilayer
{	
    VISIBILITY: hidden; 
    POSITION: absolute;   
    TOP: 0px;
	z-index: 1
}

DIV#base
{
    POSITION: relative
}

DIV.navilayer DIV
{
    BORDER-TOP: #DFD199 0px solid;
    BORDER-BOTTOM: #DFD199 0px solid;
    BORDER-RIGHT: #DFD199 0px solid;
    BORDER-LEFT: #DFD199 0px solid;
	TEXT-ALIGN: left;
  /*  BACKGROUND: #595355; */
/*	BACKGROUND-IMAGE: url('/images/menu-background.jpg');*/
    PADDING-BOTTOM: 5px;
   /*WIDTH: 120px; */ 
    PADDING-TOP: 5px;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
    layer-background-color: #595355;
}

DIV.navilayer DIV.highliteMenuItem
{
/*	BACKGROUND: #cecece; */
}

DIV.navilayer DIV.over
{
/*    BACKGROUND: #000000; */
}

.navilayer A:link {text-decoration: none; color:#000000;font: 8pt Arial, Helvetica, sans-serif;text-transform:uppercase;}
.navilayer A:visited {text-decoration: none; color:#000000;font: 8pt Arial, Helvetica, sans-serif;text-transform:uppercase;}
.navilayer A:active {text-decoration: none; color:#000000;font: 8pt Arial, Helvetica, sans-serif;text-transform:uppercase;}
.navilayer A:hover {text-decoration: underline; color:#000000;font: 8pt Arial, Helvetica, sans-serif;text-transform:uppercase;}

/***********/
DIV.navilayer2
{	
    VISIBILITY: hidden; 
    POSITION: absolute;   
    TOP: 45px;
	z-index: 1;

}

DIV.navilayer2 DIV
{
    BORDER-TOP: #DFD199 0px solid;
    BORDER-BOTTOM: #DFD199 0px solid;
    BORDER-RIGHT: #DFD199 0px solid;
    BORDER-LEFT: #DFD199 0px solid;
	TEXT-ALIGN: left;
 	BACKGROUND: #ffffff; 
    PADDING-BOTTOM: 5px;
    WIDTH: 150px;
    PADDING-TOP: 5px;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
}

DIV.navilayer2 DIV.highliteMenuItem A.naviLink2
{
	COLOR: #FFFFFF;
}

DIV.navilayer2 DIV A.naviLink2
{
    PADDING-LEFT: 0px;
    WIDTH: 150px;
    COLOR: #000000;
    LETTER-SPACING: 0px;
    TEXT-DECORATION: none;
}

.navilayer2 A:link {text-decoration: none; color: FFFFFF;font: 8pt Arial, Helvetica, sans-serif;}
.navilayer2 A:visited {text-decoration: none; color: FFFFFF;font: 8pt Arial, Helvetica, sans-serif;}
.navilayer2 A:active {text-decoration: none; color: FFFFFF;font: 8pt Arial, Helvetica, sans-serif;}
.navilayer2 A:hover {text-decoration: underline; color: FFFFFF;font: 8pt Arial, Helvetica, sans-serif;}



</style>

