body, p, table {
	font: 14px "Comic Sans MS", cursive;
}
body {
	background: #fef000 url("../images/bg.jpg") repeat-x fixed top left;
	color: #000000;
	margin: 0px 0px 10px 0px;
	cursor: default;
}
p {
	margin: 10px 0px;
}
h1, h2, h3, h4, h5, h6 {
	width: 100%;
	color: #663300;
	font: italic bold 40px/40px Arial, sans-serif;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 30px;
	line-height: 30px;
}
h3 {
	font-size: 20px;
	line-height: 20px;
}
h4 {
	font-size: 16px;
	line-height: 16px;
}
a {
	color: #cc6600;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
}
a.lC {
	color: #000000;
	text-decoration: none;
}
a.lC:hover {
	font-weight: bold;
}
img {
	border-style: none;
}
table, tr, td {
	padding: 0px;
	margin: 0px;
}
hr {
	width: 80%;
	color: #000000;
}
/* General classes */
.copy {
	font-size: 12px;
}
.nowrap {
	white-space: nowrap;
}
.small {
	font: 10px Tahoma, Arial, sans-serif;
}
.mediaLink {
	font: 11px Tahoma, Arial, sans-serif;
	text-align: center;
}
.ad {
	background-color: #ffeedd;
	font: 12px Arial, sans-serif;
	text-align: center;
	border: 2px solid #000000;
}
.height5 {
	height: 5px;
}
.height10 {
	height: 10px;
}
/* Classes for elements with floating text */
.middleLeft {
	margin: 15px 15px 15px 0px;
	float: left;
}
.middleRight {
	margin: 15px 0px 15px 15px;
	float: right;
}
/* Styles for control elements */
form {
	margin: 10px 0px;
}
label {
	font: 10px Tahoma, Arial, sans-serif;
}
textarea {
	height: 75px;
	overflow: auto;
	margin-bottom: 10px;
}
.text {
	width: 160px;
	background-color: transparent;
	color: #000066;
	font: 11px Tahoma, Arial, sans-serif;
	border-width: 1px;
}
.button {
	width: 50px;
	font: 10px Tahoma, Arial, sans-serif;
}
/* Styles for specific elements */
div#homeLink, div#mapLink, div#linksLink {
	color: #663300;
	font: italic bold 16px/18px Arial, sans-serif;
	cursor: pointer;
}
span#addCopy {
	visibility: hidden;
}
table#contactTable tr td {
	white-space: nowrap;
}
table#mainTable tr td {
	padding: 10px;
}
td#mainCell table tr td, td#leftColumnCell table tr td {
	padding: 0px;
}