/* CSS Document */

body{

	background:url(images/sitebg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	    background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
 
}
.blackbg{
background-color:#000000;
}

 a:link{
	text-decoration: underline;
 
 	font-size: 0.9em;
	font-family: century gothic, Helvetica, sans-serif;
 
	color: #999999;
}
a:visited{
	text-decoration: underline;
  	font-size: 0.9em;
	font-family: century gothic, Helvetica, sans-serif;
 
	color: #999999;
  
}
a:hover{
	text-decoration: none;
  	font-size: 0.9em;
	font-family: century gothic, Helvetica, sans-serif;
 
	color: #ffffff;
 
}

 
a:link.footer{
	text-decoration: underline;
 
 
	border-bottom-color: #550909;
 
	color: #550909;
}
a:visited.footer{
	text-decoration: underline;
 
	border-bottom-width: 1px;
	border-bottom-color: #550909;
 
	color: #550909;
}
a:hover.footer {
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
 
	color: #000000;
}
a:link.newsheader {
	color: #ffffff;
	font-size: 0.7em;
	text-decoration: none;
}
a:visited.newsheader {
	color: #ffffff;
	font-size: 0.7em;
}
a:hover.newsheader {
	color: #ffffff;
	font-size: 0.7em;
}

.menubg1 {background-color:#F1F2F2;  padding: 5px;  padding-left:15px; }
td.menubg1:hover{background-color: #0084CA;}


.heading {
   color: #ffffff;
	font-size: 1.4em;
	font-family: century gothic, Helvetica, sans-serif;
 
	text-decoration: none;
	text-align:left;
		padding-top:5px;
				padding-left:15px;
}

.headingcenter {
   color: #550A07;
	font-size: 1.2.em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
		padding:5px;
}

.text {
   color: #ffffff;
	font-size: 0.9em;
	font-family: century gothic, Helvetica, sans-serif;
	text-decoration: none;
	text-align:left;
		padding-right:5px;	 
		padding-left:15px;
}

.textright {
   color: #ffffff;
	font-size: 0.9em;
	font-family: century gothic, Helvetica, sans-serif;
	text-decoration: none;
	text-align:right;
		padding-right:5px;	 
		padding-left:15px;
}
.copyright {
   color: #ffffff;
	font-size: 0.9em;
	font-family: century gothic, Helvetica, sans-serif;
	text-decoration: none;
	text-align:center;
		padding-right:5px;	 
		padding-left:15px;
}
.news {
   color: #ffffff;
	font-size: 1.0em;
	font-family: times new roman, Helvetica, sans-serif;
	text-decoration: none;
	text-align:left;
	padding:15px;
 
}
.footer {
   
   background:url(images/footer2.jpg);
   background-repeat:no-repeat;
   background-color:#000000;
   color:#666666;
	font-size: 0.7em;
	font-family: century gothic, Helvetica, sans-serif;
	text-decoration: none;
	text-align:center;
		padding:7px;
}

#menuh-container
	{
	font-size: 1em;
	position: relative;
	top:0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	border: 0px solid black;
	}

#menuh
	{
	font-size: 15px;
	font-family: century gothic, arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:2em;
	margin-bottom: 0em;
		margin-left: 8px;
	margin-top: 0em;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	 border-right: 1px solid #071230;  
	 border-top: 1px solid #071230; 
	 	 border-bottom: 1px solid #071230;  
	 border-left: 1px solid #071230; 
	white-space:nowrap;
	margin:0;
	padding: 0.2em;
	padding-left: .9em;
	padding-right: .9em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #999999;
	background-color: #071230;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: cornflowerblue;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(images/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(images/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 */
	text-align:left;
	}

#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 CSS Drop Down Menu */