/*   Note:  In your page html code, reference this style sheet file first and your local style sheet second.
This way, you can override this global style sheet if necessary    */



/*   GLOBAL (DEFAULT) STYLES   */

a, a:link, a:active, a:hover, a:visited  {
	color: #FFFFFF;
}

/* ------------------------- left column navigation ----------------------------*/

.nav {
	font-size: 12px; 
	font-family: arial, helvetica, sans-serif; 
	color: #ffffff; 
	font-weight: bold; 
	text-decoration: none;
}
.nav a, .nav a:link, .nav a:active, .nav a:visited{
	font-size: 12px; 
	font-family: arial, helvetica, sans-serif; 
	color: #ffffff; 
	font-weight: bold; 
	text-decoration: none;
}

.nav a:hover  { 
	font-size: 12px; 
	font-family: arial, helvetica, sans-serif; 
	color: #C8032e; 
	font-weight: bold; 
	text-decoration: none;
 
}

.nav2, .nav2 a, .nav2 a:link, .nav2 a:active, .nav2 a:visited {
	font-size:10px;
	font-family: arial, helvetica, sans-serif; 
	color: #333333; 
	font-weight: normal; 
	text-decoration: none;
}

.nav2 a:hover {
	font-size:10px;
	font-family: arial, helvetica, sans-serif; 
	color: #333333; 
	font-weight: normal; 
	text-decoration: underline;
}

.nav3, .nav3 a, .nav3 a:link, .nav3 a:active, .nav3 a:visited {
	font-size:10px;
	font-family: arial, helvetica, sans-serif; 
	color: #000000; 
	font-weight: normal;
	text-decoration: none;
}

.nav3 a:hover {
	font-size:10px;
	font-family: arial, helvetica, sans-serif; 
	color: #A56B21; 
	font-weight: normal;
}
.navbar a, .navbar a:active, .navbar a:visited {
	font-size: 11px; 
	font-family: arial, helvetica, sans-serif; 
	color: #ffffff; 
	font-weight: normal; 
	text-decoration: none;
}

/* ------------------- content area and right column -----------------------*/


/*   STANDARD TEXT   */
/* Standard Portlet text  */
.portlettable {
	font-size:12 px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	border-top: thin inset #333366;
	border-right: thin outset #333366;
	border-bottom: thin solid #333366;
	border-left: thin solid #333366;
	padding: 4px;
}

.portletheader {
	font-size:12 px;
	color: #ffffff;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	background-color: #336633;
	text-align: center;
	
}
.quicklinksheader {
	font-family : Arial, verdana, helvetica, sans-serif;
	font-size:  12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.portlet-bodytext {
	font-size:9pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.portlet-bodytext-center {
	font-size:11 px;
	color: #000000;
	font-family: verdana;
}

/*  Small text1 - e.g. date and update info, path, etc.  */
.small1 {
	font-family : Verdana, sans-serif;
	font-size:  10px;
	font-weight: normal;
	color: #333333;
}

/*  Footer - e.g. footer */
.footer {
	font-family : Verdana, sans-serif;
	font-size:  10px;
	font-weight: normal;
	color: #666666;
}


/*  Standard Body Text (gray or black) - e.g. Article text, generic text, not left nav links  */
.bodytext-gray {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  13px;
	font-weight: normal;
	color: #333333;
}

.bodytext-black {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  13px;
	font-weight: normal;
	color: #000000;
}


/*  Standard Body Text 2 (smaller) - e.g. right/left  links  */
.bodytext2-gray {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  11px;
	color: #333333;
	font-weight: normal;
	margin: 6 0 6 0;
}

.bodytext2-black {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  11px;
	color: #000000;
	font-weight: normal;
	margin: 6 0 6 0;
}


/*   Sub-Title Light Gray: e.g. News Article Sub-Title  */
.subtitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  15px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

/*   Sub-Title Dark Gray:  e.g. News Article Sub-Title */
.subtitle-gray {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  15px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}



/*   HEADER TEXT   */







/*-------------------------*/
/*   Header Level 1  */
.header1-black {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  28px;
	font-weight: bold;
	color: #000000;
}

.header1-gray {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  28px;
	font-weight: bold;
	color: #666666;
}

.header1-red {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  28px;
	font-weight: bold;
	color: #990000;
}

.header1-orange {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  28px;
	font-weight: bold;
	color: #ff6600;
}

.header1-blue {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  28px;
	font-weight: bold;
	color: #000099;
}


/*------------------------*/
/*   Header Level 2  */
.header2-black {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  22px;
	font-weight: bold;
	color: #000000;
}

.header2-gray {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  22px;
	font-weight: bold;
	color: #666666;
}

.header2-red {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  22px;
	font-weight: bold;
	color: #c8032e;
}

.header2-orange {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  22px;
	font-weight: bold;
	color: #ff6600;
}

.header2-blue {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  22px;
	font-weight: bold;
	color: #000099;
}

/*---------------------------------*/
/*   Header Level 3  */

/* If Header3 or Header4 are linked, they appear as same color with underline text decoration */

.header3-black, a.header3-black, a.header3-black:link, a.header3-black:visited, a.header3-black:active, a.header3-black:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  16px;
	font-weight: bold;
	color: #000000;
}

.header3-gray, a.header3-gray, a.header3-gray:link, a.header3-gray:visited, a.header3-gray:active, a.header3-gray:hover  {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  16px;
	font-weight: bold;
	color: #666666;
}
a.header3-red, a.header3-red:link, a.header3-red:visited, a.header3-red:active, a.header3-red:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  16px;
	font-weight: bold;
	color: #990000;
}

.header3-orange, a.header3-orange, a.header3-orange:link, a.header3-orange:visited, a.header3-orange:active, a.header3-orange:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  16px;
	font-weight: bold;
	color: #ff6600;
}
a.header3-blue, a.header3-blue:link, a.header3-blue:visited, a.header3-blue:active, a.header3-blue:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  16px;
	font-weight: bold;
	color: #003366;
}


/*-------------------------*/
/*   News Headline 4   */

/* If Header3 or Header4 are linked, they appear as same color with underline text decoration */

.header4-black, a.header4-black, a.header4-black:link, a.header4-black:visited, a.header4-black:active, a.header4-black:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  13px;
	font-weight: bold;
	color: #000000;
}

.header4-gray, a.header4-gray, a.header4-gray:link, a.header4-gray:visited, a.header4-gray:active, a.header4-gray:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  13px;
	font-weight: bold;
	color: #666666;
}
a.header4-red, a.header4-red:link, a.header4-red:visited, a.header4-red:active, a.header4-red:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  13px;
	font-weight: bold;
	color: #990000;
}

.header4-orange, a.header4-orange, a.header4-orange:link, a.header4-orange:visited, a.header4-orange:active, a.header4-orange:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  13px;
	font-weight: bold;
	color: #ff6600;
}
a.header4-black, a.header4-black:link, a.header4-black:visited, a.header4-black:active, a.header4-black:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  13px;
	font-weight: bold;
	color: #003366;
}
.navbarCopy { font-size: 11px; font-family: arial, helvetica, sans-serif; color: #333333; font-weight: normal; }


.header3-blue { 
	font-family : Arial, Helvetica, sans-serif;
	font-size:  16px;
	font-weight: bold;
	color: #000099;
 } 

.header4-black {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  13px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
 } 
 
 .headerlarge-blue { font-family : Arial, Helvetica, sans-serif; font-size: 38px; font-weight: bold; color: #000099; }
.subtitle-white { font-family : Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #FFFFFF; text-decoration: none; }

.header4-red { 
	font-family : Arial, Helvetica, sans-serif;
	font-size:  13px;
	font-weight: bold;
	color: #c8032e;
 } .tablehead {  font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #FFFFFF; background-color: #000000}
.tablehead2red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #D00300;
	border: #FBED27;
}
.tablehead2blue { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; background-color: #333366}


.header3-red { 
	font-family : Arial, Helvetica, sans-serif;
	font-size:  16px;
	font-weight: bold;
	color: 8032e;
 } .businesscard { font-family : Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #000000; }
.navbar a:link { 
	font-size: 11px; 
	font-family: arial, helvetica, sans-serif; 
	color: #333333; 
	font-weight: normal; 
	text-decoration: underline;
 } 

/* NavBar:  This style applies to text/nav in the gray bar just below the top header */
.navbar { 
	font-size: 11px; 
	font-family: arial, helvetica, sans-serif; 
	color: #333333; 
	font-weight: normal; 
	text-decoration: underline;
 } 
.tablehead2black {
font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #ECE9D8; background-color: #000000}

.tablehead2black_large {
font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #ffffff; background-color: #000000}
.tablehead2Green {
font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; background-color: #006600
}
.header4-Green {

	font-family : Arial, Helvetica, sans-serif;
	font-size:  13px;
	font-weight: bold;
	color: #006600;
}
.navblack {

	font-size: 12px; 
	font-family: arial, helvetica, sans-serif; 
	color: #000000; 
	font-weight: bold; 
	text-decoration: none;
}
.navblack a, .nav a:link, .nav a:active, .nav a:visited {

	font-size: 12px; 
	font-family: arial, helvetica, sans-serif; 
	color: #000000; 
	font-weight: bold; 
	text-decoration: none;
}
.navblack a:hover {

	font-size: 12px; 
	font-family: arial, helvetica, sans-serif; 
	color: #FBED27; 
	font-weight: bold; 
	text-decoration: none;
}
.navwhite {

	font-size: 12px; 
	font-family: arial, helvetica, sans-serif; 
	color: #ffffff; 
	font-weight: normal; 
	text-decoration: none;
}
.navwhite a, .nav a:link, .nav a:active, .nav a:visited {

	font-size: 12px; 
	font-family: arial, helvetica, sans-serif; 
	color: #ffffff; 
	font-weight: normal; 
	text-decoration: none;
}
.navwhite a:hover {

	font-size: 12px; 
	font-family: arial, helvetica, sans-serif; 
	color: #C0C0C0; 
	font-weight: normal; 
	text-decoration: none;
}

