@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body  {
	font: 14px "Times New Roman", Times, serif;
	padding-bottom:40px;
	
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	margin-bottom:24px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.1em;
	margin-top:85px;
	margin-bottom:24px;
}
#container {
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	height:140px;
}
#sidebar {
	position:fixed;
	width: auto;
	padding-left: 37px; /* top and bottom padding create visual space within this div */
}
#sidebar dd {
	font-size:1.1em;
	margin-bottom: 6px;
}
#sidebar a {
	text-decoration:none;
	color:black;
	font-size:14px;
}
#sidebar a:hover {
	color:#397f4d;
}
#sidebar a.selected {
	color:#397f4d;
}
#content {
	max-width:800px;
	padding-left: 284px;
}
#content p {
	width:100%;
	margin-top:24px;
	margin-bottom:24px;
	line-height:1.5em;
	font-size:12px;
}
#content img {
	display:block;
	margin-bottom:24px;
}
#content * {
	max-width:100%;
}
#contact dd {
	margin-top:10px;
	margin-bottom:40px;
}
#content p.thumbnails {
	margin-top:0px;
	letter-spacing: 50px;
	line-height:110px;
}
#content p.thumbnails img {
	display:inline-block;
	width:230px;
}
#footer {
	padding-left: 284px;
	color:#999999;
	margin-top:90px;
}
#footer {
	font-size:10px;
}
/* Miscellaneous classes for reuse */
.right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.left { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}