body {
	background-color: #000000;
}
body,p,td,th {
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif,;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #FFCC66;
	text-decoration: none;
}
a:visited {
	color: #996633;
}
a:hover {
	color: #FFFF99;
}
a:active {
	color: #FF9900;
}

.regtext {
	font-family: Gill Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 10px;
}
.pagehead {
	font-family: Gill Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #990000;
	margin-left: 10px;
}
.subhead {
	font-family: Gill Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #990000;
	margin-left: 10px;
}
.copyright {
	font-family: Gill Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF99;
}

/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 3px 0px 3px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 14px;
	padding: 0px 3px 0px 3px; 
}
#globalNav a:hover{
	padding: 0px 3px 0px 3px;
}
/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#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 ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}
.regtextNav {
	font-family: Gill Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 10px;
}
.workshopsheader {
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #990000;
	margin-left: 10px;
	text-transform: uppercase;
}
