a, a:link {
	background-color: transparent;
	color: #524229;
	text-decoration: underline;
}

a:hover {
	background-color: transparent;
	color: #e75231;
	text-decoration: none;
}

body {
	background-color: #fff;
	font-size: 12px;
}

html {
	scrollbar-3dlight-color: #000;
	scrollbar-arrow-color: #fff; 
	scrollbar-base-color: #aa5555;
	scrollbar-darkshadow-color: #000;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #aa5555;
	scrollbar-shadow-color: #fff;
	scrollbar-track-color: #aa55555;
}

h1, .title {
	color: #aa5555;
	font-family: "Times New Roman", georgia, times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
}
h2, .subtitle {
	color: #808080;
	font-family: "Times New Roman", georgia, times, serif;
	font-size: 18px;
	font-style: normal;
	text-transform: lowercase;
	font-weight: normal;
}
input, textarea {
	background-color: #fff;
	border: #444 1px solid;
	color: #000;
	font-family: "Trebuchet MS", verdana, tahoma, arial, sans-serif;
	font-size: 12px;
}
table, tr, td.footprint {
	font-size: 12px;
}
p {
	font-family: "Trebuchet MS", verdana, tahoma, arial, sans-serif;
	font-size: 12px;
	text-align: left;
	background: transparent;
}
.copy {
	border-top: 1px #444 solid;
	font-family: "Trebuchet MS", verdana, tahoma, arial, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
}
.heading {
	font-family: "Times New Roman", georgia, times, serif;
	font-size: 20px;
	line-height: 130%;
	margin-bottom: 10px;
}
.menu {
	background-color: transparent;
	display: block;
	font-family: "Trebuchet MS", verdana, tahoma, arial, sans-serif;
	font-size: 12px;
	line-height: 120%;
	margin-top: 25px;
	text-align: center;
}

.menubar, .menubar a, .menubar a:link {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #555;
	padding: 5px 5px 5px 10px;
	font-size: 95%;
	font-weight: bold;
	letter-spacing: .02em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
}

.menubar a:visited {
	color: #c0c0c0;
	text-decoration: none;
	font-weight: bold;
}

.menubar a:hover {
	color: #a55;
	text-decoration: none;
}

#content {
	background-color: #fff;
	padding: 10px;
	width: 99%;
}

#header {
	background-color: #fff;
	color: #000;
	margin: 0px;
	padding: 0px;
	width: 930px;
	height: 234px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 930px;
}


#footer {
	text-align: center;
	padding: 5px;
	font-family: "Trebuchet MS", arial, verdana, tahoma, helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px solid #ddd;
	margin-top: 10px;
	text-align: center !important;
	background: transparent;
	color: #000;
}

