﻿/* BSTX.CSS, Revised Jun2008, Feb2010 WPOrg/BThiel 
   This web mostly uses DWT-pages that use tables to control layout.  */

body	{ font-family:"Trebuchet MS", Helvetica, sans-serif;
			  font-size: 0.9em; color: #003366; 
			  background-color:#f7faff;
}
p			{ text-align: left; 
				font-size: 1em; color: #003366; 
}
h1		{ font-family:"Trebuchet MS", Helvetica, sans-serif; 
				font-size: 1.3em; color: #0066CC; font-weight: bold; 
				text-align:center;
}
h2		{ font-family:"Trebuchet MS", Helvetica, sans-serif; 
				font-size: 1.2em; color: #3366FF; 
				font-weight: bold; 
				text-align:center;
}
h3		{ font-family:"Trebuchet MS", Helvetica, sans-serif; 
				font-size: 1.1em; color: #003399; font-weight: bold; 
				text-align:center;
}
h4		{ font-family:"Trebuchet MS", Helvetica, sans-serif; 
				font-size: 1.1em;   color: #003366; 
				text-align:left;
}
h5		{ font-family:"Trebuchet MS", Helvetica, sans-serif; 
				font-size: 1em; color: #003366; 
				text-align:center;
}
h6		{ font-size: 0.9em; color: #003366; 
				font-style:normal; font-weight:normal;
				text-align:left; 
}
td		{ text-align: center;
}
/* this sequence is necessary */
a 		  { color: #003366; }
a:hover { color: #006666; background-color:silver; text-decoration:none; }

ul      { text-align:left; font-size:0.9em }
address { text-align:left; font-size:0.9em }

/* Class="---" specs */
.seriftext { 
   font-family:"Times New Roman", Times, serif;
   font-size: 1em; color: #000099; text-align: left; 
   vertical-align:top;
}
/* Alternate <SPAN> Fonts */
.italic { font-style:italic }
.bold   { font-weight:bold }
.center { text-align:center; }

/* ID="---" specs */
#container { border:1px silver solid; 
}
#hnav { line-height:25px; background-color:#0033CC;  color:#FFFFFF; 
	font-family:"Trebuchet MS", Helvetica, sans-serif; font-size:12pt; 
	font-style:normal; font-variant:normal; font-weight:bold;
}
#hnav a:active {
	color:#ffffff; text-decoration:none; 
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:14pt; font-style:normal; font-variant:normal; font-weight:bold;
}
#hnav a:visited {
	color:#ffffff; text-decoration:none; 
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:12pt; font-style:normal; font-variant:normal; font-weight:bold;
}
#hnav a:link {
	color:#ffffff; text-decoration:none; 
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:12pt; font-style:normal; font-variant:normal; font-weight:bold;
}
#hnav a:hover {
	color:#003366; background-color:#ccccee; text-decoration:none; 
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:12pt; font-style:normal; font-variant:normal; font-weight:bold;
}
#mainbody { 
	font-family:"Trebuchet MS", Helvetica, sans-serif;
   	font-size: 1em; 	color: #000099; 	text-align:left;
   	vertical-align:top;
}
#sidebar { 
   font-family:"Times New Roman", Times, serif;
   color: #1122aa; background-color:#ccddee;
   text-align: left; vertical-align:top;
   font-size:0.9em;
   border-left:thin #99ccff solid;
}
#footer { 
   font-family:"Trebuchet MS", Helvetica, sans-serif;  
   font-style:normal; font-weight:normal; font-size:8pt;
   text-align:center; text-decoration:none;
   color: #EEEEEE; background-color:#74A4E4; 
}

/* eof */