/********************** HTML Text Home Page **********************/

/*Body Copy*/
.subFrameBody {padding: 25px;}

/*Rollover Menu*/
.rolloverMenu {background-color:#008080; color:#ffffff}

/********************** HTML Text **********************/

/*H1*/
H1 {font-family: verdana;font-size: 24px;color:#170481;font-weight: bold;}

/*H2*/
H2 {font-family: verdana;font-size: 16px;color:#627293;font-weight: bold;}

/*H3*/
H3 {font-family: verdana;font-size: 12px;color:#686868; font-weight: bold;}

/*H4*/
H4 {font-family: verdana;font-size: 12px;color:#B70E00; font-weight: bold;}

/*H5*/
H5 {font-family: verdana;font-size: 12px;color:#803A00; font-weight: bold;}

/*Body Copy*/
.bodyText {font-family: arial;font-size: 12px;color:#130369; font-weitht: normal}

/*Instructive Text*/
.instructiveText {font-family: verdana;font-size: 11px;color:#004182;font-weight: normal;}

/*ThumbNail Text*/
.thumbnailText {font-family: verdana;font-size: 8px;color:#000000;font-weight: normal;}

/*Label Text*/
.labelText {font-family: verdana;font-size: 14px;color:#B70E00;font-weight: bold;}
.labelTextBlue {font-family: verdana;font-size: 14px;color:#627293;font-weight: bold;}

/*Error Text*/
.errorText {font-family: verdana;font-size: 12px;color:#E81200;font-weight: normal;}

/*Footer Text*/
.footerText {font-family: arial;font-size: 10px;color:#4E5C75; padding: 5px; text-align: center;}

/*RSS Description Text*/
.rssNewsLinkText {font-family: verdana; font-size: 12px;color:#170481; text-decoration: none;}
.rssDescriptionText {font-family: arial;font-size: 12px;color:#747474; padding: 5px; text-align: left;}

/* Event Labels and Text for Calendar */
.eventLabel {font-family: verdana;font-size: 11px;color:#994500; font-weight: bold;}
.eventText {font-family: verdana;font-size: 11px;color:#004080;font-weight: normal;}

/*Required*/
.requiredText {font-family: verdana;font-size: 12px;color:#E81200;font-weight: normal;}

/*Thin Bar*/
.thinBar {background-color:#eeeeee; }

/*Table*/
.tableOutput {font-family: arial;font-size: 11px;background-color:#cccccc; width:100%;}
.tableOutput2Col {font-family: arial;font-size: 11px;background-color:#cccccc;}

.tableFooterOne {background-color:#6FA7C8; color: #ffffff; font-family: arial; font-size: 11px; font-weight: normal;}
.tableHeaderOne {color:#ffffff; background-color:#6FA7C8; font-family: arial; font-size: 12px; font-weight: bold;}
.tableHeaderTwo {background-color:#A7CADD; color: #003366; font-family: arial; font-size: 12px; font-weight: bold;}
.tableBodyBackground {background-color:#FFFFFF; color:#004080; font-family: arial; font-size: 12px; font-weight: normal;}
.tableBodyText {font-family: verdana;font-size: 11px;color:#627293;font-weight: normal;}

/*Staff Table alternating colors*/
.tableCell0 /*1st cell background*/
{font-family: verdana;font-size: 11px;color: #055D5C;font-weight: normal; background-color:#e6e6e6; }
/*Table*/
.tableCell1 /*alternate cell background*/
{font-family: verdana;font-size: 11px;color: #055D5C;font-weight: normal; background-color:#FFFFFF; }
/*Table*/
.tableLinkCell0 /*Hyperlink first cell background*/
{font-family: arial;font-size: 14px; background-color:#e6e6e6; color:#804000;}
/*Table*/
.tableLinkCell1 /*Hyperlink second cell background*/
{font-family: arial;font-size: 14px; background-color:#FFFFFF; color:#804000;}

/* Navigation */
.utilityNavigation {color:#006801;font-family: verdana;font-size: 12px;letter-spacing: 1px;text-decoration: underline;}

.mainNavHeaders {color:#ffffff;font-family: arial;font-size: 14px;font-weight: bold;}
A:mainNavLinks {font-family: Verdana, Arial;font-size: 11px;color:#004182;text-decoration: none;}
A:mainNavLinks:visited {font-family: Verdana, Arial;font-size: 11px;color:#004182;text-decoration: none;}
A:mainNavLinks:hover {font-family: Verdana, Arial, san serif;font-size: 11px;color:#980000;text-decoration: none;}



a:linkText {font-family: verdana; font-size: 11px;color:#0108FC; text-decoration: none;}
a:visited  {font-size: 11px; color:#0108FC; font-family:verdana, arial; text-decoration: none;}
a:link  {font-size: 11px; font-family:verdana, arial;color:#0108FC; text-decoration: none;} 
a:hover {font-size: 11px; color:#B70E00; font-family:verdana, arial; text-decoration: none;} 
a:active {font-size: 11px; font-family:verdana, arial;} 

/*FAQs Links*/
a.faqLinkText {font-family: verdana;font-size: 11px;color:#803A00; font-weight: normal;}
a.faqLinkText:visited {font-family: verdana;font-size: 11px;color:#803A00; font-weight: normal;}
a.faqLinkText:hover {font-family: verdana;font-size: 11px;color:#9A9A9A; font-weight: normal;}


/* Functions we need */
/* no borders around clickable images */
img
{
	border-style: none;
}


 /* link */
img.lnk 
{
	cursor: hand;
}
/* Calendar Styles */
BODY
{
}
.month
{background-color: #627293; color: #003366; font-family: verdana; font-weight: bolder}

.weekday
{background-color: #CCD3DD; color: #003366; font-family: verdana; font-weight: bolder}003366

.eventLabel
{font-family: verdana;font-size: 11px; color:#994500; font-weight: bold;}

.eventText
{font-family: verdana;font-size: 11px;color:#004080; font-weight: normal;}

.selectedDay
{background-color: #F8ECBC; color: 003366;}
.day
{
    background-color: white
}
.notaDay
{
    background-color: silver
}


/* Functions we need */
/* no borders around clickable images */
img
{
	border-style: none;
}

/* put scroll bars on short pages with long text */
#scroll
{
     height:100%;
     overflow:auto;
}