﻿h1 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16 px; 
	font-style: normal; line-height: 16px; 
	font-weight: BOLD; 
	font-variant: normal; 
	color: #990000
}

h2 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14 px; 
	font-style: normal; line-height: 14px; 
	font-weight: BOLD; 
	font-variant: normal; 
	color: #000000
}

h3 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14 px; 
	font-style: normal; line-height: 15px; 
	font-weight: BOLD; 
	font-variant: normal; 
	color: #990000
}

h4 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12 px; 
	font-style: normal; line-height: 12px; 
	font-weight: normal;
	font-variant: normal; 
	color: #000000
}


td {  
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; 
	font-size: 12px; 
	font-style: normal; line-height: 16px; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000
}

.relatedTerms {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; 
	font-size: 10px; 
	font-style: normal; line-height: 15px; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000
}

.footer {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; 
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-align: center;
	margin-top: 20;
	margin-bottom: 20;
}

a {
  color: #990000;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #666666;
  text-decoration: none;
    outline: none;
}

a.active {
  color: #000000;
  text-decoration: none;
    outline: none;
}

#navigation #currentpage a {
  color: #990000;
  text-decoration: none;
    outline: none;
}

#feed_title {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; 
	font-size: 11px; 
	font-style: normal; line-height: 15px; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000
}

#feed_item {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; 
	font-size: 11px; 
	font-style: normal; line-height: 15px; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000
}
#feed_item_title {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; 
	font-size: 11px; 
	font-style: normal; line-height: 15px; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000
}

#feed_item_title {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; 
	font-size: 11px; 
	font-style: normal; line-height: 15px; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000
}

#feed_title_description {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; 
	font-size: 11px; 
	font-style: normal; line-height: 15px; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000
}



#navigation #currentpage {
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

/* Styles for Menu Items */


#nav-menu ul {
	margin: 0;
	margin-left: 10px;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	z-index:10;
	}

li#newmenu {
	position: relative;
	}
	
li#newmenu ul {
	position: absolute;
	left: 189px; /* Set 1px less than menu width */;
	top: 0;
	display: none;

}

/* Styles for Menu Items */
li#newmenu a {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; 
	font-size: 11px;
	display: block;
	text-decoration: none;
	color: #555;
	background: #EFEDED;
/* IE6 Bug */	padding: 2px 5px; 
	border: 1px solid #ccc;
	border-bottom: 0;
	z-index:1;

}

/* Fix IE. Hide from IE Mac \*/
* html ul li#newmenu { float: left; height: 1%; }
* html ul li#newmenu a { height: 1%; }
/* End */

ul li#newmenu a:hover { color: #990000; background: #ffffff; } /* Hover Styles */
		
li#newmenu ul li#newmenu a { padding: 2px 5px; } /* Sub Menu Styles */
		
ul li#newmenu:hover ul, li.over#newmenu ul { display: block; } /* The magic */
