P  {}

H1  {}

H2  {}

H3  {}

A  {
	color : #000000;
	text-decoration : underline;
	font-family: Arial;
	font-weight: bold;
}

A:Visited  {
	color : #000000;
	text-decoration : underline;
	font-family: Arial;
	font-weight: bold;
}

A:Hover  {
	color : #b0c4de;
	text-decoration : none;
        background: #000000;
	font-family: Arial;
#	font-weight: bold;
#	font-style: oblique;

}

A:Active  {
        color : #000000;
        text-decoration : none;
	font-family: Arial;
	font-weight: bold;
}


BODY  {}

/*Float Elemetns*/
blockquote.float-left {/* floats in content div */
  float: left;
  padding: 0.5em;
  margin: 0 0.5em 0 0;
  color: #00008b;
  }

  blockquote span.cap-g {/* floats in blockquote */
  float: left;
  font-size: 1.7em;
  padding: 0 0.15em;
  margin: 0 0.15em -0.5em 0; /* negative bottom margin */
  color: #000000;
  background: #B0C4DE;
  border: 3px outset #000000;
  }

  blockquote > p {/* control mozilla paragraph margin */
  margin: 0 0 0.5em 0;
  }

  blockquote.float-left strong {
  color: #000080;
  }

  blockquote.float-left em {
  color: #800080;
  }

  p.after-blockquote {
  padding: 0.4em;
  border-top: 3px dotted #696969;
  background: #e6e6fa;
  }

/* END FLOAT ELEMENT*/
/*MENU*/
.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 158px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid black;
}

.glossymenu li{
position: relative;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
filter:alpha(opacity=100);
-moz-opacity:1;
}

.glossymenu li a{
background: #f5f5f5 url(glossyback.gif) repeat-x bottom left;
font: bold 12px Verdana, Helvetica, sans-serif;
color: black;
display: block;
width: auto;
padding: 5px 0;
padding-left: 2px;
text-decoration: none;
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: black;
}

.glossymenu li a:hover{
background-image: url(glossyback2.gif);
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */
/* END MENU*/
