body {background-color:#333333; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:11px}
tr{background-color:#000000; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:11px}
.trLineLeft {background-image:url(../images/whiteLine.gif); background-position:left; background-repeat:repeat-y}
.trLineRight {background-image:url(../images/whiteLine.gif); background-position:right; background-repeat:repeat-y}
.trLineBoth {background-image:url(../images/whiteLine.gif); background-position:left; background-repeat:repeat-y; border-right:2px solid #FFFFFF}
.trLineBothGreen {background-image:url(../images/whiteLine.gif); background-position:left; background-repeat:repeat-y; border-right:2px solid #FFFFFF; border-top:2px solid #9C9801}
.trLineBothCoral {background-image:url(../images/whiteLine.gif); background-position:left; background-repeat:repeat-y; border-right:2px solid #FFFFFF; border-bottom:1px solid #9B5740}
a {color:#FCE0C2; text-decoration:none}
a:hover {color:#FCE0C2; text-decoration:none}
.subtitle{font-size:18px; color:#CF7600}
.subtitleGreen{font-size:18px; color:#9C9801}
.navText { font-size:16px}
.textSmall {font-size: 10px;}
.textLarge {font-size: 18px;}
.black {color:#000000}
.footer {background-color:#CF7600; color:#000000; font-weight:bold}
.footer a {color:#000000; text-decoration:none; font-weight:bold}
.footer a:hover {color:#000000; text-decoration:underline; font-weight:bold}
.text14 {
	font-size: 14px;
	font-weight:normal;
}
.text14bold {
	font-size: 14px;
	font-weight: bold;
}
.text12 {
	font-size: 12px;
	font-weight:normal;
}
.text12bold {
	font-size: 12px;
	font-weight: bold;
}
.citation{
	font-style:italic;
	padding-left:10px;
	padding-right:10px;
}

/*************************** NAV ********************************/

#nav, #nav ul {padding: 0; margin: 0; list-style: none;} 
#nav a {display: block; width: 8em;} 
#nav li {float: left; width: 8em;}
#nav li ul {position: absolute; width: 8em; left: -999em;} 
#nav li:hover ul {left: auto; margin: 0 0 0 4em;}
#nav li.sfhover ul {left: auto; margin: 0 0 0 -4em;}

/*IE 7 sticking fix*/
#nav li:hover, #nav li.hover {position: static;}

#nav li ul a {padding: 2px; background-color: #000000; border-top: 1px solid #CF7600;border-bottom: 1px solid #CF7600; border-right: 1px solid #CF7600; border-left: 1px solid #CF7600; z-index: 4; text-align: left}

