body
{

	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;

      font-size: 1em;
	padding: 0;
      background-color: #320580;
      color: faffbf;

	margin-left: 4em;
	margin-right: 4em;

	font-weight: normal;
	text-align: justify;
	max-width: 70em;
	line-height: 1.25em;
}


td
{
      font-size: 0.85em;
	line-height: 1.3em;
	padding: 0;
      color: FAFFBF;
      margin-left: 1em;
	margin-right: 1em;
	font-weight: normal;
}


p
{
	text-indent: 2%;
}

p:first-letter
{
	font-size: 1.2em;
	font-weight: bold;
}

h1
{
	font-size: 2.0em;	
	color: #000000;
      font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
}



h2
{
	color: rgb(0,0,204);
	font-size: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}


h3
{
	color: #ffc80a;
      font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}


h4
{
	color: #ffc80a;
      font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}

h5
{
	color: #ffc80a;
      font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}


h6
{
      color: #000099;
      font-size: 1.0em;
      margin-left: 0%; margin-right: 0%;
	font-weight: normal;
	text-align: justify;
}


a:link
{
	color: #ffc80a; 
}


a:visited
{
	color: #ffc80a; 
} 


a:active 
{
	color: #ffc80a;
}


a:hover
{
	color: #rgb(0,0,204);
	
}

.hnav
{
	/*border-bottom: solid 0px #000;*/
	text-align: center;
}
.hnav, .hnav ul li a
{
	/* need to middor veritcal padding on .hnav and child anchor elements
	 * because the anchors are _not_ block elements. since they are not
	 * block elements web browsers will not expand .hnav to contain them
	 * even with the extra padding. by applying the same padding to both
	 * the parent .hnav _looks_ like its containing the child anchor
	 * elements. 
	 */
	padding-top: 4px;
	padding-bottom: 4px;
}
.hnav ul, .hnav ul li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0px;
}
.hnav ul li a
{
	margin: -2px -2px 0 0;
	padding-left: 0px;
	padding-right: 0px;	/* short-hand padding attribute would overwrite
				   top/bottom padding set in a previous rule */
	border-left: solid 0px #000;
	border-right: solid 0px #000;
	white-space: nowrap;
}
.hnav ul li a:link 

{
	text-decoration: none;
}

.hnav ul li a:visited, .hnav ul li a:active, .hnav ul li a:hover
{
	text-decoration: none;
}

	
.hnav ul li span
{
	display: none;
}
* html .hnav ul li, * html .hnav ul li a
{
	width: 1%; /* IE/Mac needs this */
	display: inline-block;	/* IE/Mac needs this */
	/* \*/
		width: auto;
		display: inline; 
	/* reset above hack */
}
* html .hnav, * html .hnav ul a
{
	/* \*/ height: 0.01%; /* hasLayout hack to fix render bugs in IE/Win. 
				 IE/Mac will ignore this rule. */
}
* html .HNAV
{
	padding: 0;	/* IE5/Win will resize #hnav to fit the heights of its
			   inline children that have vertical padding. So this
			   incorrect case selector hack will be applied only by
			   IE 5.x/Win */
}

.hnav ul li img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
-moz-opacity: 0.75;
}

.hnav ul li a:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.hnav ul li img{
border: 0px solid #ccc;
}

.toggleborder:hover img{
border: 1px solid navy;
}

.toggleborder:hover{
color: red; /* Dummy definition to overcome IE bug */
}

.bottom

 {

	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	padding: 0;
	background-color: #320580;
	color: faffbf;
      font-size: 0.7em;
	padding: 0;
      margin-left: 10%; margin-right: 10%;
	font-weight: normal;
	text-align: justify;
	line-height: 1em;
}

#tickertape{

layer-background-color:black;
width:400px;
height:20px;
}

#subtickertape{
background-color:black;
position:absolute;
border: 1px solid black;
width:400px;
height:20px;

}

.subtickertapefont{
font:bold 12px Verdana;
text-decoration:none;
color:white;
}

.subtickertapefont a{
color:white;
text-decoration:none;
}
