#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
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: 130%;
	padding: 0px 4px 0px 0px; 
}

body {
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #000000;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */


table {
	font-size: 9pt;
}

.value {
}

.header {
	font-weight: bold;
	font-size: 120%;
	text-align: left;
	padding: 2 2 2 2;
	background-color: #000000;
}

.shading {
	background-color: #000000;  
}

.title {
  font-size : 16pt;
  font-weight: bold;
  text-align: center;
}

.navigation {
}

.navigationline {
  padding: 2px 0px;
}

.navlink {
  text-align: center;
  display: inline;
	color: #FFFFFF;	
	font-size: 10pt;
	font-weight : bold;
  padding-left: 5px;
  padding-right: 5px;
}

.navlink#current {
  border: solid 1px;
}

.navlink a {
	text-decoration: none;
	color: #FFFFFF;	
	font-size: 10pt;
	font-weight : bold;
}

.navlink a:hover {
	text-decoration: underline;
}
