body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/* background: #2d2017 url('images/brown.jpg'); */
	background: white;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background: #D4E2B8;
	/* border: 1px solid #959596; original */
	/* border: 1px solid #000000; */
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 800px;
	}

/* #header {
	background: url('images/header.jpg') no-repeat;
	}

#headerimg 	{
	height: 130px;
	width: 800px;
	} */

#header a {
	background: url('images/header.jpg') no-repeat;
	display: block;
	height: 130px;
	width: 800px;
	}

#header a span {
	visibility: hidden;
}

#container {
        width: 800px;
	padding: 8px 0 8px 0px;
        background-color: #2d2017;
}







/* Begin Navigation Menu */

#navmenu ul {
        margin: 0;
        padding: 0; 
	list-style-type: none;
        list-style-image: none;
}

#navmenu li {
        display: inline;
	font-size: 1.4em; 
	font-weight: bold;
}

#navmenu ul li a {
        text-decoration:none;
        margin: 0px;
	padding: 8px 10px 8px 10px;
        color: white;
        background-color: transparent;
}

#navmenu ul li a:hover {
        color: white;
	background: #51a411; /* lime green */
}


/* End Navigation Menu */







/* Begin Main Text Body */

#content {
	font-size: 1.3em;
	}


.maintext {
	float: left;
	padding: 10px 5px 0px 15px;
	margin: 0 0 0;
	width: 575px;
	/* border: 1px solid #959596; */
	}


#content.maintext h2 {
	/* color: #db1507; */
	color: #FF3300;
	}

.submenu {
	font-weight: bold;
	font-size: 1.1em;
	}

.boomer {
	font-size: 1.3em;
	}


/* End Main Text Body */









/* Begin Sidebar */

#sidebar {
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 5px 0px 10px 12px;
	margin-left: auto;
	width: 195px;
	/* border: 1px solid #959596; */
	background: #D4E2B8 url('images/sidebar_bottom.jpg') no-repeat bottom;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 8px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 8px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 8px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar h2 {
	/* color: #db1507; */
	color: #003399;
	border: none;
	}


/* #sidebar a, a:hover {
	font-weight: bold;
} */



/* End Sidebar */





/* Begin PostIt */

#postit {
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 10px 10px 10px 10px;
	margin-left: auto;
	width: 195px;
	/* border: 1px solid #959596; */
	background: #FFFFFF url('images/post_it.jpg') no-repeat;
	}

#postit ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#postit ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 8px;
	}

#postit ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#postit ul ul, #sidebar ul ol {
	margin: 5px 0 0 8px;
	}

#postit ul ul ul, #sidebar ul ol {
	margin: 0 0 0 8px;
	}

ol li, #postit ul ol li {
	list-style: decimal outside;
	}

#postit ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* #postit a, a:hover {
	font-weight: bold;
} */



/* End PostIt */






/* Begin Footer */
#footer {
	background: #D4E2B8;
	padding: 0;
	margin: 0 auto;
	width: 800px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	color: black;
	font-size: 1.3em;
	}

#footertext {
        background-color: transparent;
	padding: 0;
	margin: 0 auto;
	width: 800px;
	clear: both;
	}

#footertext p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	color: white;
	}

/* End Footer */






/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/* Using 'class="alignright"' on an image will align the image to the right. 
And using 'class="centered', will of course center the image.  */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* End Images */






/* Begin Miscellaneous Styles */

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	padding-top: 5px;
	margin: 0;
	}

h2 {
	font-size: 1.6em;
	margin: 5px 0 5px 0;
	border-left: 15px solid #000000;
	border-bottom: 2px solid #000000;
	}

h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 5px 0 5px 0;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

input.text {
	color: black;
	background:#a1c983 url(images/search.png) no-repeat 4px 4px;
	padding:4px 4px 2px 22px;
	border:1px solid #A7A7A7;
	width:160px;
	height:24px;
	}

input.email {
	color: black;
	background:#a1c983;
	border:1px solid #A7A7A7;
	}

textarea {
	color: #000000;
	background: #a1c983;
	/* background: white; */
	border: 1px solid #A7A7A7;
	}

td {
	font-size: 0.8em;
   }

i, em {
	color: #AA0000;

    }

/* End Miscellaneous Styles */






















