@import url("layout.css");
body {
	font-family: "Lucida Handwriting";
	font-size: 0.8em;
	color: #000;
}
#masthead {
	width: auto;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #FDE1FF;
	padding-top: 10px;
	text-align: center;
	font-size: small;
	font-weight: normal;
	height: 70px;
}
#sidebar {
	float: left;
	width: 120px;
	background-color: #FDE1FF;
	position: relative;
	clear: both;
	margin-left: 0;
	display: inline;
}
#content {
	padding: 10px;
	background-color: #fff;
	position: relative;
	float: right;
	width: 820px;
	background-image: url('../images/13f00d510abd41ca.jpg');
	background-repeat: repeat;
}
#footer {
	text-align: center;
	clear: both;
	width: inherit;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	overflow: auto;
	background-color: #FDE1FF;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #C0C0C0;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #C0C0C0;
	text-decoration: underline;
}
#headLogo {
	position: inherit;
	float: left;
}
#headContact {
	position: relative;
	float: right;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 120px;
}
#headTitle {
	font-family: "Lucida Handwriting";
	position: relative;
	float: left;
	width: 520px;
	text-align: center;
	font-size: medium;
	font-weight: normal;
}
#page {
	background-image: url('../images/13f00d510abd41ca.jpg');
}
.largeBold {
	font-size: large;
}

