/* CSS Document */
/* COLORS
Black: 
Dk. Gray: #808080 (128)
Med. Gray: #C0C0C0 (192)
Light Gray: #E1E1E1 (225)
Navy: #000040
Yellow: #FFFF00
White: #FFFFFF
Green: #D4F6D4
Spring Fling Yellow: #FFFF80
Grass Green: #26640F
*/

/*Page Layout*/
.title {
	margin-left:inherit
	position:absolute;
	left:2px;
	top:2px;
	width:800px; 
	height:150px; 
	overflow:visible;
	z-index:1
}

.toc {
	margin-left:inherit
	position:absolute;
	left:2px;
	top:154px;
	width:800px; 
	height:50px; 
	border-top:1 groove #26640F; border-bottom:1 groove #26640F;
	z-index:1
	
}

.main {
	margin-left:inherit
	position:absolute;
	left:2px;
	top:210px;
	width:800px; 
	overflow:auto;
	z-index:0
}

/*Text formatting*/

h1,h2,h3,p, ul, li, br {font-family:Verdana, Arial, Helvetica, sans-serif }
p, ul, li {font: normal; font-size: 14px; color: #26640F; }


h1
{
background-color: #808080;
color: #D4F6D4;
font-size: 28px;
font-variant: small-caps;
letter-spacing: 1px;
border-style: double;
}

h2
{
background-color: #E1E1E1;
color: #D4F6D4;
font-size: 22px;
font-variant: normal
letter-spacing: 1px;
border-style:solid;
border-color: #000040;
border-width:thin;

}


body 
{
background-color: #D4F6D4;
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font: normal; font-size: 14px; color: #000040;
}


/*Hyperlink characteristics for main content*/
a.normal {text-decoration: none}
a:link.normal    {color:#000040; font-size: 100%; font-weight: normal;}
a:visited.normal {color:#000040; font-size: 100%; font-weight: normal;}
a:active.normal  {color:#000040; font-size: 100%; font-weight: bold}
a:hover.normal   {color:#000040; font-size: 100%; font-weight: bold}

a.htoc {text-decoration: none}
a:link.htoc    {color:#26640F; font-size: 125%; font-weight: normal;}
a:visited.htoc {color:#26640F; font-size: 125%; font-weight: normal;}
a:active.htoc  {color:#26640F; font-size: 125%; font-weight: normal}
a:hover.htoc   {color:#26640F; font-size: 125%; font-weight: normal}


