@charset "UTF-8";
*  {margin: 0; padding: 0; }

body {
	font-size:90%;
	line-height:2em; /* 16×1.125=18 */
	text-align: left;
	background-color: #805C44;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #633B2D;
	padding-bottom: 18px;
	list-style-position: inside;
}


#menu {
	font-size: 120%;
}
#menu a:link {
	color: #7FCFE3;
	text-decoration: none;
}
#menu a:visited {
	color: #7FCFE3;
	text-decoration: none;
}
#menu a:hover {
	color: #7FCFE3;
	text-decoration: underline;
}
#menu a:active {
	color: #7FCFE3;
	text-decoration: bold;
}
a:link {
	color: #846A4E;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
}
a:visited {
	color: #6C5740;
	text-decoration: none;
}
a:hover {
	color: #7FCFE3;
	text-decoration: none;
}

#content h2 {
	font-size: 130%;
	color: #3B8F98;
	margin-top: 1em;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header h1, h2{
	position: relative;
	font-size: 1px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

.initial_cap {
	margin-left: -16px;
	margin-right: -3px;
}

ul {
	list-style-type: square;
}
li {
	list-style-position: inside;
	list-style-type: disc;
}
.noBold {
	font-weight: normal;
}
h3 {
	font-weight: bold;
	line-height: 1.2em;
	font-size: 100%;
	color: #6C5740;
	margin-top: 1.3em;
}
#footer P {
	color: #2F261C;
}
