/* CSS Document */
body	{
	color: black;
	background-color: white;
	font-family: Trebuchet, verdana, sans-serif;
		}
	
p, td, li, ul, ol, h3, h4, h5, h6	{
	font-family: Trebuchet, verdana, sans-serif;
	text-align: left;
	}

hr {
	color: #660000;
	width: 100%;
	}

#container {
	width: 750px;
	margin: auto;
	position: relative; bottom: 0;
	padding: 0 20px 0 20px; 
	color: black; 
	background-color: white;
	border: 1px solid gray;
	font-size: 14px;
	line-height: 1.2em;
	}
	
#left{
	width:485px;
	padding: 10px 0 0 10px; margin: 0;
	}

#right{
	position: absolute; right: 0; 
	 top: 92px; width: 225px; 
	border-style: solid; border-width: 0px 1px 0px 2px; border-color: #CCCCCC;
	color: #5F4A37; 
	background-color: #F8EFDA;
	font-size: 12px;
	margin: 0; padding: .5em;
	}

#right p {
	margin: 0; padding: 5px;
	}
	
#bottom{
	position: relative; bottom: 5px;
	width: 730px;
	margin: 0;
	padding: 10px 0 0 10px;
	}
	
#footer {
	font-size: 9px;
	color: #BBBBBB;
	background: transparent;
	text-align: center;
	}

#footer a:link {color: #bbb;}

#footer a:hover {color: #FFCC33;}
	

img {
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
	}

h1 {
	background: transparent;
	color: #660000;
	font-size: 2em;
	}

h2 {
	background: transparent;
	color: #660000;
	font-size: 1.2em;
	}

h3 {
	background: transparent;
	color: #660000;
	font-weight: bold; font-style:italic; 
	font-size: 1em;
	}

a:link {
	text-decoration : underline;
	color: #668033;
	background: transparent; 
	}

a:visited {
	text-decoration : underline;
	color: #994D1A;
	background: transparent;  
	}

a:hover {
	text-decoration : none;
	color: #668033;
	background: transparent; 
	}

a:active {
	text-decoration : none;
	color: #994D1A;
	background: transparent;  
	}

ul li {
	padding: 0.2em 0 0 0.5em;
	list-style: none;
	}
	
.clear {clear:both;}

/*spaces out the text between the ol numbers*/
ol li {margin: 0; padding: 5px;}

	
/*indents text and changes <p> to single space (replaces </br>)*/
.contact {
padding: 2px 0 2px 0;
margin: 20px 0px 20px 20px;
}

.contact p {
margin: 0; padding: 0;
}

