body {
	color:#333;
	background-color:white;
	margin:20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	font-weight:900;
	color:#ccc;
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}
img 
{
    border: 0;
}
a {
	color:#09c;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#09c;}
a:visited {color:#09c;/*07a*/}
a:hover {background-color:#eee; border-bottom:1px solid;}
  

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 200px;
	border:1px solid black;
	background-color:white;
	padding:7px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#nav {
	position:absolute;
	width:180px;
	top:20px;
	left:20px;
	border:1px dotted black;
	background-color:#eee;
	padding:7px;
	z-index:4; /* Supposed to be 2, but changed to 4 to allow for a hover menu to go over the content */

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:158px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#nav {width:158px;}
#nav p		        {margin : 0 0 1em 0;}
#nav h2		        {margin : 0 0 .5em 0;}
/* Navigation */
#nav ul		        {margin: 0; padding: 0; list-style-type: none; /*font-family: Arial, Helvetica, sans-serif;*/}
#nav ul ul          {margin: 0 0 0 8px; padding: 0 0 0 1px; list-style-type:none; }
#nav a		        {display: block; padding: 2px; width: 154px;}
#nav a:link, #nav a:visited	{border: #eee 1px solid; border-bottom: 1px solid #aaa;  text-decoration: none;}
#nav a:hover						{border: 1px solid #12130D /*333*/; background-color: #FFF; }
#nav ul ul a        { width: 146px; }
.navcurrent			{ font-weight:bold;}
a.navactive
{
    font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:4px 0px 4px 0px;
	padding:0px;
	color: #000;
}

		
#sidebar {
	position:absolute;
	width:190px;
	top:20px;
	right:20px;
	border:1px dotted black;
	background-color:#eee;
	padding:7px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#sidebar {width:168px;}
#footer {z-index:1; clear:both;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.paddingLess    { padding: 2px; }
.padding        { padding: 5px; }
.paddingMore    { padding: 10px; }
.paddingMost    { padding: 16px; }
.paddingTableCells td   { padding: 5px; }
.paddingTableCellsMore td   { padding: 10px; }
.marginLess     { margin: 2px;  }
.margin         { margin: 4px;  }
.marginMore     { margin: 8px;  }
.front          { z-index: 101; }
.small          { font-size: 0.7em; }

.header     { background: #6A80A5; color: #fff; font-weight:bold; border-bottom: solid 1px #3A465C; border-collapse: collapse; }
.headerSelected { background: #3A465C; color: #fff; font-weight:bold; border-bottom: solid 1px #000; border-collapse: collapse; }

.grid, .grid td, .grid th { border: solid 1px black; border-collapse: collapse; }

.box                    { border:solid 1px black; }
.colorBoxBlue			{ background-color:#ecf6ff; border:solid 1px blue;		/*background-color:#e9e9ff;*/}
.colorBoxRed			{ background-color:#fff3fa; border:solid 1px red;		/*background-color:#FAEBD7;*//* AntiqueWhite */ }
.colorBoxGreen			{ background-color:#e9ffe9; border:solid 1px green;		/*background-color:#e3ffdc;*/ }
.colorBoxGray			{ background-color:#eeeeee; border:solid 1px black;		/*background-color:#eeeeee;*/}
.colorBoxYellow			{ background-color:#ffffc9; border:solid 1px #d0d000;	}
.colorBoxOrange			{ background-color:#fff3d6; border:solid 1px orange;	/* ffeecc is shade darker orange */}
.colorBoxWhite			{ background-color:#ffffff; border:solid 1px gray;		}
.colorBoxWhiteInverted  { background-color:#000000; border:solid 1px white;     }

.thumb      { border: solid 1px black; margin: 7px; float:left; text-align:center; width: 150px; min-height: 150px; overflow:auto }
.thumb a    { border-bottom: none;}
.thumb p    { margin:0; padding:0;}
.thumb img  { vertical-align: middle;}

.newsTitle      { font-size: 1.4em }   
.newsTitle a    { font-size: 1.0em } /*relative to .newsTitle*/
.local          { background-color: #deefff; }

/*Modal Popup*/
.modalBackground {	background-color:Gray;	filter:alpha(opacity=70); opacity:0.7; }

a.bigButton         { border: #09c solid 2px; padding: 4px 5px 4px 5px; font-size: 1.5em; margin:3px; }
a.bigButton:hover   { text-decoration: none; border-color: #fff; background-color:Transparent; }




