/* Links in the menu */
.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3090D5;
	font-weight: bold;
}
/*footer class for the pages (not home page) */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #515151;
	text-decoration: none;
}
/*Boxes that are links which appear on landing pages with image titles and text summaries*/
.navlist a {
	display: block;
	border: none;
	background-color: #FFFFFF;
	padding: 5px 5px 5px 10px;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
	width: 340px;
}
.navlist a:link, .navlist a:visited, .navlist a:active  
{
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
	width: 340px;
}
.navlist a:hover 
{
	background-color: #E5EBEF;
	
}
/* Text within a navlist box */
.boxtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0076cc;
	font-weight: bold;
}
/*Boxes that appear on content landing pages with no text summary, only an image*/
.contentlist a {
	display: block;
	border: none;
	background-color: #FFFFFF;
}
.contentlist a:link, .contentlist a:visited, .contentlist a:active  
{
	background-color: #FFFFFF;
	color: #191919;
	text-decoration: none;
	border-color: #333333;
	font-size: 10px;
	line-height: 14px;
}
.contentList a:hover 
{
	background-color: #E5EBEF;
	
}
/*Boxes that appear on content landing pages with no text summary,  not image, only a text title*/
.noImagelist a {
	display: block;
	border: none;
	background-color: #FFFFFF;
}
.noImageList a:link, .noImageList a:visited, .noImageList a:active  
{
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	color: #191919;
	text-decoration: none;
	border-color: #333333;
	font-size: 10px;
	line-height: 14px;
}
.noImageList a:hover 
{
	padding: 10px 10px 10px 10px;
	background-color: #E5EBEF;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
}
/*Header text for navlist where no image was available*/
.boxhdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0076cc;
}
/*Text at the top of the top of the content of the page when no image is available*/
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0076cc;
}
/*Text at the top of sections within a page*/
.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4D4D4D;
	font-weight: bold;
}
/*used for all body text*/
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4D4D4D;
	line-height: 14px;
}

/*The following class should be used in a Datagrid's declaration tag. 
 *i.e. <asp:datagrid CssClass="grid">*/
.grid
{
}

/*The following classes should be used in a Datagrid's <HeaderStyle> tag. 
 *i.e. <HEADERSTYLE CssClass="gridHeader" ForeColor="White">*/
.gridHeader
{
	font-weight: bold;
	font-size: 11pt;
	vertical-align: bottom;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #BDB99D;
	text-align: left;
}
/*The following class should be used in a Datagrid's <ItemStyle> tag. 
 *i.e. <ITEMSTYLE CssClass="baseRow"></ITEMSTYLE>*/
.baseRow
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4D4D4D;
	background-color: white;
	text-align: left;
	vertical-align: top;
}
/*The following classes should be used in a Datagrid's <AlternatingItemStyle> tag. 
 *i.e. <ALTERNATINGITEMSTYLE CssClass="alternatingRow_blue">*/
.alternatingRow
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4D4D4D;
	background-color: #F4F2E5;
	text-align: left;
	vertical-align: top;
}
/*Links which appear within the body of a page */
.bodylink a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.bodylink a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
.bodylink a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
.bodylink a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}