/* CSS Document */
/* known bugs: none 11/09 */
/* fonts and page elements */

.topb span {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-weight:bold;
	font-size:1em;
}

h1 {
	color:#B52110;
	font-size:1.5em;
	font-weight:normal;
	padding-bottom:10px;
	padding-top:15px;
}

h2 {
	color:#B52110;
	font-size:1.1em;
	font-weight:normal;
	padding-bottom:10px;
	padding-top:15px;
}

h3 {
	color:#B52110;
	font-size:1em;
	font-weight:normal;
	padding-bottom:5px;
	padding-top:5px;
}

p {
	font-size:.9em;
	padding:10px 0;
}

a:link {
	color:#333;
}

a:visited {
	color: #609;
}

a:hover {
	color: #B52110;
}

.quote {
	color:#006B73;
	font-size:1.25em;
	font-weight:normal;
	padding-bottom:15px;
	padding-top:20px;
	margin-top:15px;
	border-top:#FED67D 1px solid;
}

.blueLarge {
	color:#006B73;
	font-size:1em;
	font-weight:normal;
}

.blueLarge a:link, a:visited {
	color:#006B73;
	font-size:1em;
	font-weight:normal;
	text-decoration:none;
}

.blueLarge a:hover{
	color:#006B73;
	text-decoration:underline;
}

dd p {
	font-size:.75em;
	color:#8D4C10;
	padding:5px 0;
}

.backLarge ul {
	margin-left:25px;
}
.backLarge li {
	font-size:.9em;
}
.backLarge li a {
	font-size:.9em;
}

.backLarge img {
	border-color:#FDFEDE;
}

.imagetoLeft img {
	float:left;
	padding:10px 20px 10px 0;
}

.imagetoRight img {
	float:right;
	padding:10px 0 10px 20px;
}
