/*
 * Much of this stylesheet is modeled on:  http://www.yourhtmlsource.com/bubbleicious.css
 * And: http://ryanfait.com/resources/footer-stick-to-bottom-of-page/
 */
*	{
	margin: 0;
	padding:	0;
 }
 
 html, body {
  height: 100%;
  font-family:"trebuchet ms",helvetica,sans-serif;
  text-align: center;
	font-size: 0.9em;
 }
 
body {background: #9C6C11 url(images/gifs/gray3_900.png) repeat-y 50% 0%; }  

p	{
	margin:0 10px 10px;
	}
	 
 .wrapper {
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -2em;
 }
 
 .copyright, .push {
     height: 2em;

 }

.copyright p {
    color:#1A4658;
    font-size:	.80em;
    
    }	 

div#wrapper, #footer {
	 background-color:	#ffffff;
   width:590px;
      
   }
   
div#header	{
	height:84px;
  padding-left:0px;
  background: #fff;

  }

div#footer	{
	margin:0 auto -2em auto;
}	

div#contents {
/*		position: relative; */
/*		top: 15px; */
    
		}

a	{
	display:block;
	color: #981793;
	padding:10px;
	font-weight:bold;
	}
	
a:link { 
	color: #9C6C11;

	}

a:visited { 
	color: #9A9C11; 
	text-decoration:	none;
	}
	
a:hover	{	
	text-decoration:	underline;
	background-color: #dcdcdc;
	}
	
h2 {
		color:#993311;
		font-family:"trebuchet ms",helvetica,sans-serif;
		font-size:1.75em;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:bold;
		line-height:3em;
		letter-spacing:2px;
/*		margin:0px 0px 15px; */
/*		padding-top:10px; */
		text-transform:uppercase;
		text-align:center;
}

h3 {
		color:#993311;
		font-family:"trebuchet ms",helvetica,sans-serif;
		font-size:1.2em;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		letter-spacing:2px;
		line-height:normal;
/*		margin:0px 0px 15px; */
		text-transform:uppercase;
		text-align:center;
}

h4 {
		color:#1A4658;
		font-family:"trebuchet ms",helvetica,sans-serif;
		font-size:1em;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		letter-spacing:2px;
		line-height:1em;
/*		margin:0px 0px 15px; */
/*		padding-top:10px; */
		text-transform:uppercase;
		text-align:center;
}


dl#toc-list {				
		list-style-type:disc;
		padding-top:10%;
		
		
}

dl#toc-list dt {
		text-decoration:none;
		line-height:1em;
		font-size:1em;
		text-align:	center;

		
}

dl#toc-list dt a {
		text-decoration:none;

}

dl#toc-list dd {
/*  margin-bottom:10px; */
  padding:0;
  font-size:.8em; 
  text-align:	left;

  }

#toc-list p	{
	margin-bottom:10px; 
/*  padding-bottom:5px; */
  font-size:.9em; 
  text-align:	center;
	color:#1A4658;
  
  }


       
