@charset "utf-8";
/* CSS Document */

/* Basic Elements */

strong {
	font-weight:bold;
}

em { font-style:italic;}

.floatright {
	float:right;
	padding-left: 5px;
	clear:left;
}

.floatleft {
	float:left;
	padding-right: 5px;
}

/* Header Styles */

h1 {
	font-size: 115%;
	font-weight: bold;
	margin-top: 2%;
	margin-bottom: 2%;
	font-family: Cambria, Georgia, serif;
}
#mainContent h1 {
	background-image: url(../images/HeaderTitleBG.gif);
	background-repeat: no-repeat;
	color: #362923;
}
h2 {
	margin-top: 5%;
	margin-bottom: 2%;
	font-size: 100%;
	font-weight: bold;
	color: #362923;
	font-family: Cambria, Georgia, serif;
}
h3 {
	font-size: 93%;
	margin-top: 2%;
	margin-bottom: 2%;
	font-weight: bold;
	color: #5a362a;
	font-family: Cambria, Georgia, serif;
}

/* Paragraph Styles */

#mainContent p {
	margin-top: 2%;
	margin-bottom: 2%;
	font-size: 93%;
	line-height: 14px;
	color: #492c23;
}
#mainContent li {
	font-size: 93%;
	color: #492c23;
	list-style:inside;
	list-style-type:circle;
}
#sidebar1 p {
	font-size: 80%;
	margin-top: 2%;
	margin-bottom: 2%;
	line-height: 13px;
}
#footer p {
	font-size: 77%;
	line-height: 85%;
	margin-top: 2%;
	margin-bottom: 2%;
}
.centerblock {
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

/* Links */

/* Images */

.img-div {
	display: block;
	margin-top: 2%;
	margin-bottom: 2%;
}
