@CHARSET "ISO-8859-1";
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	/*background-color: #E1E1E1;
	padding: 0px;
	margin: 0px;*/
}
HTML {

overflow: -moz-scrollbars-vertical;

}
td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
h3{
	 font-family: Tahoma, Arial, Helvetica, sans-serif;
	 font-size: 100%;
	 color: #E6551E;
	 margin: 0px;
	 padding: 0px;
}
h5 {
	color: #959595;
}
.stspagelist {
	list-style-image: url(../images/bullet.gif);
	padding: 3px;
	margin-right: 5px;
}
.maintable{
	/*background-color: #CCCCCC;
	border: 1px solid #999999;*/
	width: 95%;
	padding: 0px;
	margin: 0px;
}
.headerWrap{
	border: 1px solid #999999;
}
.headerTable{
	height: 150px;
}
.headerBorderBot{
	background-image: url(../images/twoLineBorder.gif);
	background-repeat: repeat-x;
	height: 2px;
}
.globalNavWrap{
	border: 1px solid #E6551E;
	background-color: #E6551E;
}
.globalNav{
	color: #E6551E;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 70%;
}
.globalNav a{
	/*color: #666666;*/
	color: #FFFFFF;
	text-decoration: none;
}
.globalNav a:hover{
	/*color: #E6551E;*/
	color: #333333;
	text-decoration: underline;
}
.globalNavCell{
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}
.nGlobNavTell{
	color: #333333;
	font-size: 100%;
	font-weight: normal;
}
.globalNavDivide{
	background-image: url(../images/globalNavDivide.gif);
	background-repeat: no-repeat;
	width: 7px;
}
a.globalNavCell, a:visited.globalNavCell {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.globalNavCell {
	color: #666666;
	text-decoration: underline;
}
.leftNavWrap{
	border: 1px solid #999999;
	/*background-color: #CCCCCC;*/
}
.leftNav{
	color: #E6551E;
	text-transform: uppercase;
	/*font-weight: bold;*/
	font-size: 70%;
}
.leftNav a{
	color: #666666;
	text-decoration: none;
}
.leftNav a:hover{
	color: #E6551E;
	text-decoration: underline;
}
.leftNavCell{
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}
/*.leftNav td{
	border-bottom: #FF9900;
	background-color: #E6551E;
}*/
.contentHeader{
	font-weight: bold;
}
.contentTable{
	color: #666666;
	font-size: 75%;
	text-align: left;
}
.contentTable a{
	color: #E6551E;
	text-decoration: none;
}
.contentTable a:hover{
	color: #666666;
	text-decoration: underline;
}
.orangeText{
	color: #E6551E;
}
.projectWrap{
	border: 1px solid #E6551E;
}
.projectCell{
	padding-left: 5px;
	padding-right: 5px;
	color: #E6551E;
	font-size: 80%;
}
.projectCell a{
	color: #E6551E;
	text-decoration: none;
}
.projectCell a:hover{
	color: #666666;
	text-decoration: underline;
}
.projectCellHeader{
	padding-left: 5px;
	padding-right: 5px;
	color: #666666;
	font-weight: bold;
	font-size: 83%;
	border-bottom : 1px solid #E6551E;
}
.projectBorderBot{
	border-bottom: 1px dashed #666666;
}
.vertDivide{
	background-image: url(../images/vertDivide.gif);
	background-repeat: repeat-y;
	padding-left: 6px;
	padding-right: 6px;
}
.horizDivide {
	background-image: url(../images/spacerGr.gif);
	background-repeat: repeat-x;
	height: 1px;
}
.borderTop {
	border-top: 1px solid #999999;
}
/*********** #navBar link styles ***********/
#navBar {
	border: 1px solid #CCCCCC;
	text-align: left;
}

#navBar ul a:link, #navBar ul a:visited {
	display: block;
/*	background-color: #FFFFFF;*/
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/
.lione a, .lione a:visited {
	display: block;
	padding: 2px 0px 2px 5px;
	text-decoration: none;
	color: #666666;
	background-image: url(../images/sectionNav01_up.gif);
	border-top: 1px solid #CCCCCC;
}
.lione a:hover{
	text-decoration: none;
	color: #E6551E;
	background-image: url(../images/sectionNav01_over.gif);
}
.lione101 a, .lione101 a:visited{
	display: block;
	padding: 2px 0px 2px 5px;
	text-decoration: none;
	color: #009999;
	background-image: url(../images/sectionNav01_up2.gif);
	border-top: 1px solid #CCCCCC;
}

.lione101 a:hover{
	text-decoration: none;
	color: #FF9900;
	background-image: url(../images/sectionNav01_up2.gif);
}

.litwo a, .litwo a:visited {
	display: block;
	padding: 2px 0px 2px 15px;
	text-decoration: none;
	color: #E6551E;
	background-image: url(../images/sectionNav01_litwo_up.gif);
	background-repeat: no-repeat;
	border-top: 1px solid #CCCCCC;
}

.litwo a:hover{
	text-decoration: none;
	color: #666666;
	background-image: url(../images/sectionNav01_litwo_over.gif);
	background-color: #D4D4D4;
}
#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}

/*#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 5px;
	color: #666666;
	text-decoration: none;
}

#sectionLinks a:hover{
	text-decoration: none;
	color: #E6551E;
	background-color: #CCCCCC;
}*/
#sectionLinks h3{
	padding: 5px 0px 5px 5px;
}
.lisecondary {
	margin-left: 8px;
	margin-right: 8px;
	font-size: 70%;
}
.scheduleMainHeader{
	color: #FFFFFF;
	background-color: #666666;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 25px;
}
.scheduleSecHeader{
	color: #333333;
	background-color: #CCCCCC;
	border-bottom: 1px solid #333333;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	line-height: 24px;
	padding: 0px 2px 0px 2px;
}
.scheduleRow {
	background-color: #EEEEEE;
	vertical-align: middle;
	line-height: 18px;
	text-indent: 2px;
}
tr.scheduleRow td {
	border-bottom: 1px solid #ffffff;
}
	
.scheduleRow2 {
	background-color: #F6F6F6;
	vertical-align: middle;	
	padding: 2px 0px 2px 0px;
}
.scheduleRowBlank {
	vertical-align: text-top;
}
.small_grey {
	color: #666666;
	font-size: 11px;
}

