
#pageheader {
	font-family:Calisto;
	font-size:17pt;
	color:#9D2F29;
	font-weight:bold;
	}
	
#subheading {
	font-family:Calisto;
	font-size:15pt;
	color:#9D2F29;
	font-weight:bold;
	}
	
#newsdate {
	font-family:MS Sans Serif;
	font-size:9pt;
	color:#9D2F29;
	}

#newstitle {
	font-family:Calisto;
	font-size:11pt;
	color:#9D2F29;
	font-weight:bold;
	}
	
#normal {
	font-family:MS Sans Serif;
	font-size:10pt;
	color:#000000;
	}
	
#rednormal {
	font-family:MS Sans Serif;
	font-size:10pt;
	color:#9D2F29;
	font-weight:bold;
	}
#red { color: #9d2f29; font-size: 10pt; font-family: "MS Sans Serif" }
#darkgrey  { color: #666; font-size: 10pt; font-family: "MS Sans Serif"; font-weight: bold }
#grey { color: #999; font-size: 10pt; font-family: "MS Sans Serif" }
#grey a  { color: #999; font-size: 10pt; font-family: "MS Sans Serif"; text-decoration: none }
/*
menu
*/
#menuwrapper {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;

}
/*Clears the floated menu items.
*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*
p7menubar is the root UL and p7menubar ul applies to all the sub-menu ULs.
*/
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: MS Sans Serif;
}
/*
Root-Level Links
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box.
*/
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 11px 5px 11px;
	border-right: 1px solid #CCCCCC;
	font-size: .85em;
	color: #000000;
}
/*
Class assigned to those Root-Level links that have associated Sub-Menus.
The top and bottom padding assigned this element must be the same as
that assigned to the p7menubar a element. The right padding is increased
to accomodate the display of background image depicting a downward
pointing arrow.
*/
#p7menubar a.trigger {
	padding: 5px 11px 5px 11px;
}
/*
The Root-Level list items
*/
#p7menubar li {
	float: left;
	width: 9em;
}

/*
menu width
*/

#p7menubar li ul, #p7menubar ul li  {
	width: 8em;
}

/*
The sub-menu links
*/
#p7menubar ul li a  {
	color: #FFFFFF;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}
/*
borders of drop down
*/

#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
/*
Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #000000;
	background-color: #E7E7E7;
	width: auto;
}
/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
The color set should march the normal Sub-Level link color
in the rule: #p7menubar ul li a.
*/
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#p7menubar ul a:hover {
	background-color: #E7E7E7!important;
	color: #000000!important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#p7menubar li {width: auto;}
