/* global and text sets*/
body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt; 
}
#pageholder {
	width:90%;
}
h1 {
	font: 24px "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
}
h2 {
	font: 18px "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
}

#header {width:90%; height: 83px; background-color: #000000}

#content {
width:90%;
	background-color: #FFFFFF;
	font: 11px "Trebuchet MS", Verdana, sans-serif;
	color: #666666;
}
a:link,a:visited{color:#666666;}
#copy {
display:none;

}
#comments {
display:none;
}
#commentsc {
	display:none;
}
#footer {
display:none;
}
/* specialist classes*/
.imageborder {
	border: 5px solid #000000;
	margin-right: 20px;
}

hr {
	border: 1px dotted #999999;
}

/*navigation*/
#topnav {
display:none;
}

#secondnav { display:none; }
