/*
 * Page-level
 *
*/

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #ECECEC;
	margin: 0px 0px 0px 0px;
}

td
{
	font-size: 80%;
}

a.top:link, a.top:visited,a.top:active
{ 
	color: black; 
	text-decoration: none;
}

a.top:hover
{ 
	color: lightsteelblue; 
	text-decoration: none;
}

a.heading:link, a.heading:visited, a.heading:active
{ 
	color: #000000; 
	text-decoration: none;
}

a.heading:hover
{ 
	color: #000000; 
	text-decoration: underline;
}

a.bullet:link, a.bullet:visited, a.bullet:active
{ 
	color: #000000; 
	text-decoration: underline;
}

a.bullet:hover
{ 
	color: lightsteelblue; 
	text-decoration: underline;
}

a:link, a:visited, a:active
{ 
	color: #0065B2; 
	text-decoration: none;
}

a:hover
{ 
	color: crimson; 
	text-decoration: none;
}

ul
{
	margin-left:15px;
}

li
{
	margin-bottom: 5px;
}

sup 
{ 
	vertical-align: baseline; 
	font-size: 90%; 
	position: relative; 
	top: -.5em; 
} 

sub 
{ 
	vertical-align: baseline; 
	font-size: 90%; 
	position: relative; 
	top: +.25em; 
} 

.adminLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.adminLink:link, .adminLink:visited, .adminLink:active
{
	color: #0065B2;
	text-decoration: underline;	
}

.adminLink:hover
{
	color: #B22528;
	text-decoration: underline;	
}


/*
 * Home Page Specific
 *
*/
.homeBannerArea
{
	background-repeat:no-repeat;
	border-bottom: 1px solid slategray;
}

.homeRightContentAreaBase
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	background-color: #ECECEC;
	border-left: 1px solid slategray;
	padding: 18px 6px 18px 6px;
}

.homeCenterContentAreaBase
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	line-height: 125%;
	color: #000000;	
	background-color: #FFFFFF;
	padding: 12px 26px 12px 26px;
}

.homeCenterContent
{

}

.homeLeftContentAreaBase
{
	background-color: lightsteelblue;
	border-right: 1px solid slategray;	
	padding: 14px;	
	font-family: arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;	
}

.homeNewsHead
{
	font-family: arial, Helvetica, sans-serif; 
	font-size: 18px;	
	font-weight: bold;
	color: steelblue;	
}

/*
 * Content Area
 *
*/
.centerContentAreaBase
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 120%;
	color: #000000;
	background-color: #FFFFFF;
	padding: 12px 26px 12px 26px;
}

p
{
	padding:inherit;
}

.centerContent
{

}

.centerContentIndent
{
	padding: 0px 26px 0px 26px;
}

.centerContentPageTitle
{
	font-family: arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color: steelblue;
	padding: 7px 14px 7px 14px;
	border-top: 1px solid slategray;
	border-bottom: 1px solid slategray;
	text-align: center;
}

h1
{
	font-weight: bold;
	font-size: 100%;
	color: #000000;
	font-family: arial, Helvetica, sans-serif;
	margin-bottom: -15px;
}

h2
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 175%;
	line-height: 110%;	
	font-weight: normal;
	color: #2E9E49;
}

h3
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #2E9E49;
}

h4
{
	font-family: arial, Helvetica, sans-serif; 
	font-size: 120%;	
	font-weight: bold;
	color: #000000;
}

.footnote
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 70%;
	color:Gray;
	font-style: italic;
	line-height: normal;
}

.postingInfo
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	color:Gray;
	font-style: italic;
	line-height: normal;
}

.postingInfoCanEdit
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	color:steelblue;
	font-style: italic;
	line-height: normal;
}


/* This contains a section item */
.SectionContentsItem
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	padding: 0px 0px 12px 0px;
	border-bottom: 1px dashed slategray;
}

.SectionContentsHead:link, .SectionContentsHead:visited, .SectionContentsHead:active
{
	font-size: 130%;
	font-weight: bold;
	color: #0065B2;
	text-decoration: none;
}

.SectionContentsHead:hover
{
	font-size: 130%;
	font-weight: bold;
	color: #B22528;
	text-decoration: none;	
}

.SectionContentsImage
{
	margin-top: 4px;
	margin-right: 10px;
}

/*
 * Right Content Area
 *
*/
.rightContentAreaBase
{
	font-family: arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
	background-color: #ECECEC;
	border-left: 1px solid slategray;
	padding: 18px 6px 18px 6px;
}

.rightContentTitle
{
	font-family: arial, Helvetica, sans-serif; 
	font-size: 100%;
	color: #666666;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 5px;
	border: 1px solid slategray;
	width: 100%;
	text-align: center;
}

.rightContentTitleHomePg
{
	font-family: arial, Helvetica, sans-serif; 
	font-size: 100%;
	color: #494949;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 5px;
	border: 1px solid slategray;
	width: 100%;
	text-align: center;
}

.rightContent
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 74%;
	color: #000000;
	padding: 0px 6px 0px 6px;	
}

/*
 * Header Navigation
 *
*/
.siteHeader
{
	font-family: arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: slategray;
}

.siteHeaderLink:link, .siteHeaderLink:visited, .siteHeaderLink:active
{
	color: #FFFFFF;
	text-decoration: none;	
}

.siteHeaderLink:hover
{
	color: #C6C6C6;
	text-decoration: none;	
}

.siteHeaderSearchBox
{
	font-family: arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000;
	background-color: whitesmoke;
	border: 1px solid slategray;	
}

.channelTitle
{
	font-family: arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color: #FFFFFF;
	background-color: steelblue;
	padding: 7px 14px 7px 14px;
	border-bottom: 1px solid slategray;	
}

/*
 * BreadCrumb Navigation
 *
*/

.breadcrumbNav
{
	font-family: arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000;
}

.breadcrumbNavLink:link, .breadcrumbNavLink:visited, .breadcrumbNavLink:active
{
	color: #0065B2;
	text-decoration: none;	
}

.breadcrumbNavLink:hover
{
	color: #B22528;
	text-decoration: none;	
}


/*
 * Left Navigation
 *
*/
.leftNavAreaBaseBkgd
{
	background-color: lightsteelblue;
	border-right: 1px solid slategray;	
}

.leftNavBase
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #lightsteelblue;
	padding: 6px 6px 6px 6px;
	border-bottom: 1px dashed slategray;
}

.leftNavOn
{
	background-color: lightskyblue;
}

.leftNavOn:link, .leftNavOn:visited, .leftNavOn:active, .leftNavOn:hover
{
	color: #000000;
	text-decoration: none;
}

.leftNavOff
{
	background-color: lightsteelblue;
}

.leftNavOff:link, .leftNavOff:visited, .leftNavOff:active
{
	color: #004F8C;
	text-decoration: none;	
}

.leftNavOff:hover
{
	color: #B22528;
	text-decoration: none;
}

/*
 * Footer
 */

.footerRuleColor
{
	background-color:#B4AD91;
}

.footerBase
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ECECEC;
	padding: 14px 14px 14px 14px;
}

.footerLink:link, .footerLink:visited, .footerLink:active
{
	color: #0065B2;
	text-decoration: underline;	
}

.footerLink:hover
{
	color: #B22528;
	text-decoration: underline;	
}

/*
 * Forms
 */
.tipsText
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color:Gray;
	font-style: italic;
}

.errorText
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}

.requiredField
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	margin-left: 2px;
	margin-right: 2px;
}

.saveReminderText
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
	font-style:italic;
}

/*
 * Standard Table Formats
 */

TABLE.StandardTableA 
{
	background-color: #dedede;
	width: 90%;
	border-collapse: collapse;
	border: 1px solid #ffffff;	
}

TABLE.StandardTableA thead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background-color:lightsteelblue;
}

TABLE.StandardTableA tbody td
{
	font-size: 80%;
	text-align: center;
	border: 2px solid #ffffff;
	padding: 2px;
	margin: 0px;
}

TABLE.StandardTableB 
{
	background-color: #dedede;
	width: 90%;
	border-collapse: collapse;
	border: 1px solid #ffffff;	
}

TABLE.StandardTableB thead
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	background-color:lightsteelblue;
	height: 36px;
}

TABLE.StandardTableB tbody td
{
	font-size: 80%;
	text-align: left;
	vertical-align: top;
	border: 2px solid #ffffff;
	padding: 10px;
	margin: 0px;
}

TABLE.StandardTableC
{
	background-color: #dedede;
	width: 400px;
	border-collapse: collapse;
	border: 1px solid #ffffff;	
}

TABLE.StandardTableC thead
{
}

TABLE.StandardTableC td
{
	font-size: 80%;
	text-align: left;
	vertical-align: top;
	border-bottom: #ffffff 20px solid;
	padding: 12px;
	margin: 0px;
}

TABLE.ImageTableNoAlign
{
}

TABLE.ImageTableNoAlign td
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

TABLE.ImageTableAlignLeft
{
	padding-right: 15px;
	padding-bottom: 5px;
	float: left;
}

TABLE.ImageTableAlignLeft td
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
}

TABLE.ImageTableAlignRight
{
	padding-left: 15px;
	padding-bottom: 5px;
	float: right;
}

TABLE.ImageTableAlignRight td
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
}

 .submitLink 
 {
   color: #00f;
   background-color: transparent;
   text-decoration: underline;
   border: none;
   cursor: pointer;
   cursor: hand;
}



/* END OF FILE */
