/* CSS Document */

body	{
		margin: 0;
		padding: 0;
		font: 92% georgia, times, "times new roman", serif;
		text-align: center;
		color: #38342A;
		background-color: #38342A;
	}
	
	p { font-weight: normal }
	
	a:link { 
		color: #CC3300;
		text-decoration: underline; }
		
	a:visited { 
		color: #D85B10;
		text-decoration: underline; }
	
	a:hover, a:active
	{
		color: #FF6600;
		text-decoration: underline; 
	}
	
	h2
	{
		color: #B52C07;
		font: 120% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin: 0 0 2px 0;
	}
	
	
	
	h3
	{
		color: #5B5E0E;
		font: 106% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin-top: 0;
	}
	
	.text {
		font-size: 100%;
		font-weight: normal;
		line-height: 120%;
		color: #38342A;
		margin-left: 10px;
		text-indent: 10px;
		padding-top: 4px;
	}
	
	.caption {
		font-size: 70%;
		font-weight: normal;
		}
	
	
	#header { 
		margin: auto;
		margin-top: 2em;
		height: 194px;
		width: 721px;
		text-align: left;
		background-color: #38342A;		
		border-bottom: 0;
		}
		
	#container	{		
		margin: 0em auto;	
		width: 715px;
		text-align: left;
		background-color: white;
		border-top: 0px solid #E4671B;
		border-right: 3px solid #E4671B;
		border-bottom: 3px solid #E4671B;
		border-left: 3px solid #E4671B;
	}
		
	#mainnav { 
		background-color: #38342A; 
		font: 78% verdana, helvetica, sans-serif;
		font-weight: bold;
		text-align: center;
		}
	
	#mainnav ul	{
		margin: 0 0 0 0px;
		padding: 8px 0 8px 0;
		list-style-type: none;
		border-left: none;
	}
	
	#mainnav li	{
		display: inline;
		padding: 0px 42px;
		border-left: 1px solid #C4C769;
	}
	
	#mainnav li a	{
		text-decoration: none;
		color: #E5C886;
	}
	
	#mainnav li a:hover	{
		text-decoration: underline;
		color: #fff;
		}
		
	#mainnav li.selected a {
		text-decoration: none;
		color: #fff;
		}
		
	#mainnav ul li.first {		
		border-left: none;
		}
	
	#rightcolumn	{
		float: right;
		width: 170px;
		background-color: white;
		padding: 0px 8px 0px 15px;	
		line-height: normal;	
		margin-top: 30px;
		}
	
	#rightcolumn h1 { 
		font-size: 74%;
		background-image:  url("images/quote.gif"); 
		background-repeat: no-repeat;
		padding: 15px 0px 5px 0px;
		margin-bottom: 0px;
		}
		
	#rightcolumn h2 { 
		font-size: 68%; 
		font-weight: normal;
		padding: 0;
		color: #746643;;
		}
		
	#rightcolumn a:link { 
		color: #CC3300;
		text-decoration: underline; }
		
	#rightcolumn a:visited { 
		color: #B52C07;
		text-decoration: underline; }
	
	#rightcolumn a:hover, a:active	{
		color: #FF6600;
		text-decoration: underline; 
	}
	
	#rightcolumn ul {
		list-style: none;
		margin-left: 0;
		font-size: 100%;
		line-height: 165%;
	}
	
	#contents	{
		margin-right: 200px;
		margin-left: 20px;
		padding: 20px 0px 40px 10px;
		background-color: white;
	}
	
	#contents p { line-height: 125%; }
	
	#contents h1 {
		font-size: 100%;
		font-weight: bold;
		line-height: 160%;
	 }
	 
	 #contents h2 {
		line-height: 100%;
	 }
	 
	#contents h3 {
		font-weight: bold;
		color: #B52C07;
		margin: 0;
		padding: 0;
		line-height: 80%;
		font-size: 90%;
	 }
	 
	#contents ul {
		list-style: none;
		margin-left: 10px;
		padding: 2px 0px 2px 1em;
		text-indent: -1em;
		font-size: 90%;
	}
	
	
	#contents li	{
		padding-bottom: 8px;
		}
	
	
	#footer	{
		clear: both;
		height: 40px;
		background-color: white;
		text-align: center;
		padding-top: 10px;
		border-top: 1px solid #EDE2CC;
	}
	
	#footer h1 	{  
		font-size: 72%;
		font-weight: normal;
		color: #95462B;
	}