﻿body {
	background: #ffffff;
	font-family: trebuchet ms, sans-serif;
	text-align: center;
	font-size: 13px;
	color: #000000;
	margin: 0px;
	}

	
a {
	color: #808080;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #000000;
	text-decoration: none;
	}

b {
	color: rgb(216,109,12);
	}

	
#mainbody { 
	width: 800px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	}

	
#title {
	color: #719500;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	}
	
h1 {
	color: #719500;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
	}

#sidebar {
	color: #000000;
	width: 200px;
	height: 100%;
	padding: 10px;
	padding-top: 0px;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	float: right;
	font-size: 10px;
	text-transform: uppercase;
	margin-left: 20px;
	margin-bottom: 20px;
	}
	
#maintext {
	width: 550px;
	}

hr {
	margin-top: 25px;
	margin-bottom: 25px;
	color: #000000;
	}

.sidebartitle {
	background-color: #000000;
	font-weight: bold;
	color: #ffffff;
	width: 200px;
	text-align: center;
	}
	
#crumb {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 25px;
	}
