/* this is now obsolete, but is referenced from the weblog */

/* use Verdana as the default font everywhere */
body		{ font-family: verdana, arial, helvetica, sans-serif;  font-size: 13px; background-color:White; }
td			{ font-family: verdana, arial, helvetica, sans-serif;  font-size: 13px;}
th			{ font-family: verdana, arial, helvetica, sans-serif; font-weight:bold; color:White;}
pre			{ font-family: courier, serif; }

h1, h2			{ font-family: verdana, arial, helvetica, sans-serif; }
h3, h4, h5, h6	{ font-family: verdana, arial, helvetica, sans-serif; font-size: 100%; }

/* tighten up the spacing around lists */
ul	{ margin-top: 1ex; margin-bottom: 1ex; }

/* Links have no underline, except when hovering */
a:link		{ text-decoration: none; color: #000099; }
a:visited	{ text-decoration: none; color: #000099; }
a:hover		{ text-decoration: underline; color: #000099; }
a:active	{ text-decoration: none; color: #000099; }

/* THE SITELINE GOES ACROSS THE TOP OF THE SCREEN */
/* The siteLine is the parent element for siteName, siteLink, siteRight */
.siteLine		{ background-color: #eeeeee; height: 32px;}
/* The siteName is the leftmost element in the siteLine */
 .siteName		{ float: left; font-size: 16px; font-weight: bold; background-color: #aaaaaa; padding-right: 5px; padding-left: 5px; line-height: 32px;}
 /* A siteLink is a link within the siteLine */
 .siteLink		{ float: left; line-height: 32px; font-size: 15px;}
 /* siteRight puts an element on the right side of the page */
 .siteRight		{ float: right; line-height: 32px;}
 /* for doing it the old way */
 .siteNameFont		{ font-size: 16px; font-weight: bold; }
 .siteLinkFont		{ font-size: 15px; }


/* since we have links in siteLine, provide overrides for them */
.siteLine  a:link		{ text-decoration: none; color: #000099;}
.siteLine  a:visited	{ text-decoration: none; color: #000099;}
.siteLine  a:hover		{ text-decoration: underline; color: #000099;}
.siteLine  a:active		{ text-decoration: none; color: #000099;}

/* THE TAGLINE FOLLOWS THE SITELINE */
.tagLine		{ background-color: #4169e1; font-size: 13px; font-weight: bold; color: #FFFFFF; line-height: 25px; padding-left: 3px; }

/* THE NAVLINE IS USED FOR NAVIGATION LINKS */
.navLine			{ background-color: #eeeeee; color: #FFFFFF; padding-left: 3px; padding-right: 5px; font-size: 13px; line-height: 25px;}
/* since we have links in siteLine, provide overrides for them */
.navLine  a:link	{ text-decoration: none; color: #000099;}
.navLine  a:visited	{ text-decoration: none; color: #000099;}
.navLine  a:hover	{ text-decoration: underline; color: #000099;}
.navLine  a:active	{ text-decoration: none; color: #000099;}

/* SECTIONS ARE CONTAINERS THAT HAVE A TITLE ON THE LEFT AND A BLOCK OF TEXT */
.sectionBlock	{ float: left; width: 75%; font-size: 13px;}
.section		{ margin-top: 4px; }
.sectionTitle	
{
	float: left; 
	left: 0;
	width: 15%;
	padding-right: 7px; 
	color: #993300; 
	font-weight: bold; 
	text-align: center;
}
.sectionText	
{
	float: none;
	width: auto; 
    right: 84%;
    margin: 0 0 0 15%;
    padding: 0 0 0 1%; 
    text-indent: 0px; 
}
.sectionText p { margin-top: 0; padding-top: 0; border-top: 0; margin-bottom: 8px;}
.sectionBlock hr {clear: both; color: #cccccc; height: 2; }


/* SIDEBARS ARE CONTAINERS THAT FLOAT ON THE RIGHT SIDE OF THE PAGE */
.sidebarBlock	{ float: right; width: 20%; font-size: 11px; }
 .sidebar		{ background-color: #eeeeee; margin-top: 2px;
	 border-style:solid; border-width: 1px; border-color: #999999; padding: 2px; }
  .sidebarColumn	{ margin-right: 3px; width: 50%} 
  .sidebarRow	{ margin-bottom: 3px;}
.sidebar td { font-size: 11px; }

 
/* the bottom line - clear forces it to a new line */
.bottomLine		{ clear: both; height: 6; margin: 6px 0px 6px 0px;}
.bottomLine hr	{ color: #4169e1; height: 6; }
	
/* copyright notice at the bottom */
.copyright		{ font-size: 12px; color: Gray; text-align: center; }
.copyright  a:link		{ text-decoration: none; color: Gray;}
.copyright  a:visited	{ text-decoration: none; color: Gray;}
.copyright  a:hover		{ text-decoration: underline; color: Gray;}
.copyright  a:active	{ text-decoration: none; color: Gray;}
