BODY
{
	font-size: small;
	color: #005c5b;
	FONT-FAMILY: verdana, helvetica, sans-serif;
	background-color: #A9A9A9;
}
p  {
	padding: 0em 0 0em 0;
	border: 0px solid silver;
	margin: 0.4em 0 0em 0; 
}
h1 {
	padding: 0.5em 1em 0 1em; 
	border-bottom: 1px solid gray;
	margin: 0 7em 0 7em;
        text-align:center;
	font: 28px/0.7em "Comic Sans MS", Verdana, sans-serif;
	text-align: center;
	letter-spacing: 0.15em;
}
h2 {
	font: 24px "Comic Sans MS", Verdana, sans-serif;
	padding: 0.0em 0em 0.0em 0.5em;
	border-top:1px solid #eee;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	border-left:1px solid #eee;
	/*border: solid silver; 
	border-width: 0 1px 1px 1px;*/
	margin: 0.0em 0 1em 0; 
	letter-spacing: 0.1em;
}
h3 {
	padding: 0em 0 0em 0;
	border: 0px solid silver;
	margin: 0.5em 0 0em 0; 
	font: 20px/0.9em "Comic Sans MS", Verdana, sans-serif;
	letter-spacing: 0.15em;
}
h4 {
	padding: 0em 0 0em 0;
	border: 0px solid silver;
	margin: 0.5em 0 0em 0; 
	font: 16px/0.9em "Comic Sans MS", Verdana, sans-serif;
	letter-spacing: 0.15em;
}
ul  {
	padding: 0em 0 0em 0;
	border: 0px solid silver;
	margin: 0.4em 0 0em 0; 
}
li  {
	padding: 0 0 0 0em;
	border: 0px solid silver;
	margin: 0.2em 0 0em 1em; 
}
TABLE
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    FONT-SIZE: 8pt;
    PADDING-BOTTOM: 0px;
    COLOR: #ffffc0;
    PADDING-TOP: 0px
}
TR
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: verdana, sans-serif
}
TD
{
    FONT-SIZE: 8pt;
    VERTICAL-ALIGN: top;
    COLOR: #005c5b;
    FONT-FAMILY: verdana, helvetica, sans-serif
}
TH
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    VERTICAL-ALIGN: top;
    COLOR: white;
    FONT-FAMILY: verdana, sans-serif;
    BACKGROUND-COLOR: #005c5b;
    TEXT-ALIGN: left
}
TH.nav
{
    TEXT-ALIGN: right
}
TD P
{
    Padding: 0;
    Margin: 0;
}
EM
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    FONT-FAMILY: verdana, sans-serif
}
A:link
{
    COLOR: #ff9231;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #ff9231;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #A9A9A9;
    TEXT-DECORATION: none
}
A:active
{
    COLOR: #ff4400;
    TEXT-DECORATION: none
}
A.header
{
    TEXT-TRANSFORM: uppercase;
    TEXT-DECORATION: underline
}
blueFont
{
    COLOR: #3366cc
}
INPUT
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana, Helvetica, sans-serif
}
SELECT
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana, Helvetica, sans-serif
}
TEXTAREA
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana, Helvetica, sans-serif
}
headerBanner
{
    BACKGROUND-COLOR: #005c5b
}
headerFont
{
    FONT-SIZE: 8pt;
    VERTICAL-ALIGN: top;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: center
}
headerMainFont
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    VERTICAL-ALIGN: middle;
    COLOR: #005c5b
}
.TableRow
{
    COLOR: #005c5b;
    BACKGROUND-COLOR: #6699cc
}
.TblHead
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: x-small;
    COLOR: white;
    BACKGROUND-COLOR: #005c5b
}
.TbHd
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: x-small;
    COLOR: white;
    BACKGROUND-COLOR: #005c5b
}
/* All the content boxes belong to the content class. */
.content {
	position:relative;
	width:auto;
	min-width:250px;
	margin:20px 170px 20px 150px;
	border-top:1px solid #eee;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	border-left:1px solid #eee;
	background-color:white;
	padding:10px;
	z-index:3;
	}
.widecontent {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:350px;
	margin:20px 20px 20px 180px;
	border-top:1px solid #eee;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	border-left:1px solid #eee;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
#googlesearch {
	text-align:left;
	}
#navAlpha {
	position:absolute;
	width:120px;
	top:20px;
	left:20px;
	padding:0px;
	border-top:1px solid #eee;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	border-left:1px solid #eee;
	margin:0px;
	background-color:#fff;
	z-index:2;
	text-align:center;
/* 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:118px;
	}
/* 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>#navAlpha {width:118px;}
#navAlpha img {
	border:0px solid silver;
	}		
#navBeta {
	position:absolute;
	width:140px;
	top:20px;
	right:20px;
	background-color:#fff;
	padding:3px;
	border-top:1px solid #eee;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	border-left:1px solid #eee;
	margin:0px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:130px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:140px;}
#navBeta img {
	padding:1px;
	border-top:1px solid #eee;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	border-left:1px solid #eee;
	margin:2px;
}
#footer {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	padding:10px;
	border-top:1px solid #eee;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	border-left:1px solid #eee;
	margin:20px 170px 20px 150px;
	background-color:white;
	font-size: x-small;
	text-align:center;
	}
#navGamma { /* This left hand column layout is used for wide content pages */
	position:absolute;
	width:136px;
	top:20px;
	left:20px;
	padding:0px;
	border-top:1px solid #eee;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	border-left:1px solid #eee;
	margin:0px;
	background-color:#fff;
	z-index:2;
	text-align:center;
/* 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:130px;
	}
/* 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>#navGamma {width:130px;}
#navGamma img {
	padding:0px;
	border:0px solid blue;
	margin: 0px 0px 0px 0px;
}
#navGamma div.adimages img{
	padding:0px;
	border-top:2px solid green;
	border-right:2px solid green;
	border-bottom:2px solid green;
	border-left:2px solid green;
	margin: 2px 0px 2px 0px;
}
#navGamma div.adimages a{
	display: block;
	padding:0px;
	border:1px solid red;
	margin: 0px 0px 2px 0px;
}
#navSubMenu {
	position:absolute;
	width:130px;
	top:20px;
	left:150px;
	padding:0px;
	border:1px solid silver;
	margin:0px;
	background-color:#fff;
	z-index:2;
	text-align:center;
/* 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:108px;
	}
/* 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>#navSubMenu {width:108px;}
#test {
	position:absolute;
	width:150px;
	top:50px;
	right:20px;
	border:1px solid blue;
	padding:10px;
    TEXT-ALIGN: center;
}
#test img {
	padding:2px;
	border:1px solid gray;
	margin:2px 2px 2px 2px;
}
.sublinks, #sidecap, #sitenav h4 {display: block;}
#sitenav {background-color: transparent; border: 0 none;}
div.sublinks {
	padding: 0px;
	display: none;
	border-top:1px solid #eee;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	border-left:1px solid #eee;
	margin: 2px 2px 2px 2px;
}
div#sitenav {border: 0px solid white;
	float: left; 
	width: 100%; 
	font-size: 90%; 
	margin: 0 0; 
	padding: 0;
	font: small "Comic Sans MS", Verdana, sans-serif;
	text-align:left;
   }
div#sitenav a {
	display: block; 
	padding: 0 4px 0 12px; 
	border-top:1px solid white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-left:1px solid white;
	margin-left: 2px;
	margin-right: 2px;
	font: 15px/1.3em "Comic Sans MS", Verdana, sans-serif;
	text-decoration: none;
	text-indent: -0.75em;}
div#sitenav a:hover {
	border-top:1px solid #eee;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	border-left:1px solid #eee;
	margin-left: 2px;
	margin-right: 2px;
	background: #ffffc0;
   }
div#sitenav a:active {
	margin-left: 3px;
	margin-right: 1px;
	color: #ff4400;
}
div#sitenav div.sublinks {
	font-size: 90%;
	padding-bottom: 0.0em;}
div#sitenav div.sublinks a {
	font: 12px/1.1em "Comic Sans MS", Verdana, sans-serif;
	color: #999;
	/*padding: 0px 0px 4px 2em;*/
	text-indent: -0.75em; 
	margin-right: 3%;}
div#sitenav a#homelink {
	padding-top: 0.1em;
	border-left: 2px solid silver;
	margin-top: 1em; 
	margin-bottom: 0.5em; 
   }
div.news h3 {
	padding-top: 0.1em;
	border: 0px solid silver;
	margin: 0.5em 0 0 0; 
	font-size: large;
    font-weight: bold;
	text-align: left;
}
div.news p {
	padding-top: 0.1em;
	border: 0px solid silver;
	margin: 0.5em 0 0 0; 
	text-align: left;
}
div.news p.newsdate {
	padding-top: 0.1em;
	border-bottom: 1px solid silver;
	margin: 0.5em 0 0 0; 
    font-size: x-small;
	text-align: right;
}
p.newsdate {
	padding-top: 0.1em;
	border-bottom: 1px solid silver;
	margin: 0.5em 0 0 0; 
    font-size: x-small;
	text-align: right;
}
.adbox {
	border: medium solid #003333;
	margin: 2em;
	padding: 2em;
}

