@charset "UTF-8";
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
} 
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}

#container  {
	width: 1000px;
	height: 800px;
	background: url(../images/cottage.jpg) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	top: 0px;
	padding-top: 1.5em;
}

#sidebar1 {
	float: left;
	width: 42em; /* since this element is floated, a width must be given */
	padding: 2em 0 15px; /* top and bottom padding create visual space within this div */
}
#sidebar1 h1, #sidebar1 p {
	margin-left: 40px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#sidebar1 h1 {
	font: bold 18px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #336600;
	
}
#sidebar1 a:link {
	color:#556A32;
	text-decoration:none;
}
#sidebar1 a:visited {
	color:#999;
	text-decoration:none;
}
#sidebar1 a:hover {
	color:#990000;
	text-decoration:none;
}
#sidebar1 a:active {
	color:#990000;
	text-decoration:none;
}
#sidebar1 p {
	font-weight: bold;
	font-size: 12px;
}
#mainContent  {
	background: #FFFFFF;
	padding-bottom:0px;
	width: 31%;
	margin-top: 1em;
	margin-bottom: 0;
	margin-left: 67%;
	height: 85%;
}
#mainContent a:link {
	font: bold 1em Verdana, Geneva, sans-serif;
	color: #4F7FA6;
	text-decoration: none;
}
#mainContent p {
	font: normal 1em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #333333;
	margin: 0px;
	padding: 9px 10px 0px 20px;
	letter-spacing: 0.02em;
}
#mainContent ul li {
	font: bold 0.8em/normal Verdana, Geneva, sans-serif;
	color: #9e1b32;
	text-decoration: none;
	display: inline;
	list-style: url(none) none outside;
	margin: 1em 0em 0em .75em;
	padding-top: 15px;
}
#mainContent ul {
	margin-top: 1em;
	padding-left: 1em;
}
#mainContent ul li a:link {
	font: bold 1em Verdana, Geneva, sans-serif;
	color: #9e1b32;
	text-decoration: none;
}
#mainContent ul li a:visited {
	font: bold 1em Verdana, Geneva, sans-serif;
	color: #336600;
	text-decoration: none;
}
#mainContent ul li a:hover {
	font: bold 1em Verdana, Geneva, sans-serif;
	color: #4F7FA6;
	text-decoration: none;
}
#mainContent ul li a:active {
	font: bold 1em Verdana, Geneva, sans-serif;
	color: #336600;
	text-decoration: none;
}

#mainContent h1 {
	color: #336600;
	font: normal 36px/32px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 10px 10px 0px 20px;
}
#mainContent h2 {
	font: bold 16px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #4F7FA6;
	margin: 0px;
	padding: 0px;
	padding: 10px 10px 0px 20px;
}

.subhead {
	color: #333333;
	padding-top:1em;
	letter-spacing: normal;
	font: bold .9em Verdana, Geneva, sans-serif;
	}
	
