Revised:  2.9.2007 by Tim Smith
/* Re-ordered all font-family from "Helvetica, Arial" to "Arial, Helvetica". - TS 2/9/2007 */
/* Consider removing ".fieldhed" and ".fieldname", if not to be used. -ts 2/9/07 */

.type { font-size: 10pt; font-family: Arial, Helvetica, sans-serif }
.monotype { font-size: 8pt; font-family: Monaco, Courier New, Courier, monospaced }

/*Adding style and behavior for the top navigation bar. -ts 2.9.07*/
/*This makes the top navigation text change on rollover, white to gold. -ts 2.9.07*/
#topnavlinks a:link, #topnavlinks a:visited {
	color: #ffffff;
	text-decoration: none;
 
}

#topnavlinks a:hover {
	color: #cc9900;
}

/*This formats the top naviation link text. -ts 2.9.07 */
.topnav {
	font-size: 8pt;
    font-family: Arial, Helvetica sans-serif;
	font-weight: bold;
	color: #ffffff;

}

/*Adding style and behavior for department navigation bar. -ts 2.9.07*/
/*This makes the department navigation text change on rollover, white to gold. -ts 2.9.07*/
#deptnavlinks a:link, #deptnavlinks a:visited {
	color: #ffffff;
	text-decoration: none; 
}

#deptnavlinks a:hover {
	color: #cc9900;
}

/*This formats the department naviation link text. -ts 2.9.07 */
.deptnav {
	font-size: 8pt;
    font-family: Arial, Helvetica sans-serif;
	font-weight: bold;
}

/*This makes the left navigation text change on rollover, blue to gold. -ts 2.9.07 */
#navlist a:link, #navlist a:visited {
	color: #003366;
	text-decoration: none; 
}

#navlist a:hover {
	color: #cc9900;
}

/*This formats the left home navigation links. */
.leftnavlg {
    font-weight: bold;
	font-size: 18pt;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 16pt;
}

/*This formats the left navigation links. */
.leftnav {
    font-weight: bold;
	font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
}

/*This formats the left navigation hed. */
.leftnavhed {
    font-weight: bold;
	font-size: 11pt;
    font-family: Arial, Helvetica, sans-serif;
}

/*This formats the field section hed for job order, job opp inquiry, RFQ. */
.fieldhed {
    font-weight: bold;
	font-size: 11pt;
    font-family: Arial, Helvetica, sans-serif;
}

/*This formats the field names for job order, job opp inquiry, RFQ. */
.fieldname {
	font-size: 11pt;
    font-family: Arial, Helvetica, sans-serif;
}

/*This formats the intro paragraph on the home page and departmental main pages. -ts 2.9.07 */
.intrograf {
	font-size: 13pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 16pt;
}

/*This formats the section heds. */
/* Changed size to 18pt and added color. - ts 2.9.07 */
.sectionhed {
    font-weight: bold;
	font-size: 18pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	color: #3e6490;
}

/* Adding section sub heading. -ts 2.9.07 */
.sectionsubhed {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	color: #3e6490;
}

/* Adding job title. -mt 3.5.07 */
.jobtitle {
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	color: #3e6490;
}

/*This formats the section text. This is the format of the majority of the site copy. */
.sectiontext {
	font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 120%;
}

/* Adding section text quoting style.  -ts 2.9.07 */
.quote {
	font-style: italic;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}


/*This formats the next link text. */
.nextlinktext {
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    color: #cc9900;
	text-decoration: none; 
}

/*This formats the bottom text naviation. */
.bottomnav {
	font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
}


/*This formats the copyright. */
.copyright {
	font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
}


/*This formats the site map heds. */
.sitemaphed {
    font-weight: bold;
	font-size: 11pt;
    font-family: Arial, Helvetica, sans-serif;
}

/*This formats the site map. */
.sitemap {
	font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
}

/*General style rules for links, preformatted text and general text. */
a:link { color: #3e6490; text-decoration: underline }
a:visited { color: #666666; text-decoration: underline }
a:hover { color: #3e6490; text-decoration: underline }
a:active { color: #3e6490; text-decoration: underline }
pre { font-size: 8pt; font-family: Monaco, Courier New, Courier, monospaced }
body { margin-top: -1px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;font-size: 10pt; Arial, Helvetica, sans-serif; line-height: 120%; }
td { font-size: 10pt; Arial, Helvetica, sans-serif }
}