/*****************************************************************************
**  
*****************************************************************************/
html, body {
	margin: 0;
	padding: 0;
	width: 100%;}


/* mac hide \*/
html, body {height:100%}
/* end hide*/


body {font-family: Arial, Helvetica, Verdana, sans-serif;
     font-size: 100%; /*Base size for all elements; other size definitions relate to this*/
     margin: 0;
     padding: 0;
     background-color: #034703;
width: 100%;
     }
     
     

#outer{
	min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
	margin-left:160px;
	background:#ffffff;
	margin-bottom:-52px;
	color: #000000;
}
* html #outer{height:100%;margin-left:157px}/* ie 3 pixel jog*/ 

#header{
	position:absolute;
	top:0px;
	left:17px;
	width:100%;
	height:95px;
	border-color: #034703;
	overflow:hidden;
	}
	
/*****************************************************************************
**  Tables
*****************************************************************************/	
table
{
    margin: 0px;
    border-collapse: collapse;
    font-size: 90%;
    font-family: Arial, Helvetica, Verdana, sans-serif;
}
.cell {border: solid 1pt #c2e0c2;
		padding: .2em;
		margin:0;}

th {font-size: 90%; vertical-align: top;}
/*****************************************************************************
**  Left Navigation Bar
*****************************************************************************/	
	
	
#left {
	position:relative;/*ie needs this to show float */
	width:160px;
	float:left;
	color: #ffffff;
	margin-left:-159px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:122px;/*needed to make room for header*/
	left:-1px;/* line things up exactly*/
	font-size: 85%;
	background-color: #034703;
	}
	
* html #left {margin-right:-3px}/* three pixel jog*/


		
#left a:link {color: #ffffff;
				background-color: #034703;
				text-decoration: none;}
				
#left a:visited {color: #ffffff;
				background-color: #034703;
				text-decoration: none;}


#left a:hover {color: #000000;
				background-color:  #c2e0c2;
				text-decoration: none;
				}

.leftlinks {margin: 0em .4em .4em 1em;}

#templink	{font-size: 84%; 
			 font-weight: 600;
			 margin: 0em .4em .4em 1em;
			 }


.sublinks {margin: 0em .4em .4em 1.2em;} 

.lefttitle {border-top: groove thin #c2e0c2;
			border-bottom: groove thin #c2e0c2;
			margin: 0em .5em .8em 1em;
			text-align: center;
			font-weight: bold;}


img.logo {display: block;
		  margin-left: auto;
		  margin-right: auto;
		  padding-top: 1em;
		  padding-bottom: 1em;
		  width: 160px;
		  }
.buttons {border: medium ridge #c2e0c2;
		  text-align: center;
		  font-size: 85%;
		   margin: 1em 3em .5em 3em;
		  }

#contact {border: solid 1px #c2e0c2;
		  text-align: center;
		  font-size: 85%;
		  margin: 3em .5em 1em;		 
		    }
	  



/*****************************************************************************
**  Main Content
*****************************************************************************/

* html #maincontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
#maincontent {background-color: #ffffff;
				color: #000000;
				margin: 3em 2em 3em;
				}

#maincontent a:link {color: #034703;
					}

.subheading	{font-style: italic;
			 font-weight: bold;}	


#maincontent a:hover {color: #034703;
			background-color:  #c2e0c2;
				}

p {font-size: 90%;
   line-height: 1.5em;}


#breadcrumb	{font-size: 80%; vertical-align: top; margin: 0em 0em 0em 1em;}



#updatenote {font-style: italic;
		font-size: 75%;
		font-weight: bold;
		padding-bottom: .5em;
		}
		
ul, dl, ol
{font-size: 90%;
padding-right: 1em;
 text-align: left;
 margin-bottom: 1em;
}


.map {font-weight: bold;
	  color: #000000;
	  background-color: #c2e0c2;
	  font-size: 100%;
	  padding: .2em 2em .2em .2em;}


/*****************************************************************************
**  Right Navigation Bar
*****************************************************************************/


			
   .floatbox {width: 115px;
   			position: relative;
			float: right;
			background-color: #ffffff;
			color: #000000;
			padding: .75em;
			border: thin solid #034703;
			margin: .5em 0em .2em 1em;
			font-size: 75%;
			}
			
				
			
			
			
/*****************************************************************************
**  Footer
*****************************************************************************/
	
#footer {
	width:100%;
	clear:both;
	height:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	position:relative;
	background-color: #ffffff;
	color: #000000;
	text-align:center;
}


	

* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	\height:50px;/* for ie6 */
}

/*****************************************************************************
** Headings
*****************************************************************************/
h1 {font-size: 180%; text-align: center;}
h2 {font-size: 160%; text-align: center;}
h3 {font-size: 140%; text-align: center;}
h4 {font-size: 120%; text-align: center;}
h5 {font-size: 110%; text-align: center;}
h6 {font-size: 100%; text-align: center;}


h1, h2, h3, h4, h5, h6 {margin: .5em;}


/*****************************************************************************
** Other
*****************************************************************************/


#cleardropdown {height:26px;}/*needed to make room for dropdown*/
#clearheader{height:47px;}/*needed to make room for header*/
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
div, p  {margin-top:0}/*clear top margin for mozilla*/


/****************************************************************************
** Stories
*****************************************************************************/
	.collink {text-decoration: none;}
	#stories {font-size: 14px;}
	.story {margin-left: 50px; display:none; text-align: justified;}
	.pgI {font-style:italic;}
	.sig {font-style:italic; text-align: right;}
	.chapter {font-weight:bold; text-align: center;}
	.permexpand {margin-left: 50px; display:block; text-align: justified;}
	.story table {font-size: 90%; text-align: justify; line-height: 1.5em;}
	

