/* 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:#360;
	font-size:1.6em;
	font-weight:normal;
	padding:10px 0;
	text-shadow: #fff 0.1em 0.1em 0.1em;
}

h2 {
	color:#FF6600;
	font-size:1.2em;
	padding-bottom:5px;
	padding-top:10px;
}

h3 {
	color:#630;
	font-size:1em;
	padding-bottom:5px;
	padding-top:10px;
}


p {
	font-size:.9em;
	padding:10px 0;
}

.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;
}

dd p {
	font-size:.75em;
	color:#8D4C10;
	padding:5px 0;
}


.backLarge ul {
	padding-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 20px 0;
}

.imagetoRight img {
	float:right;
	padding:10px 0 10px 20px;
}

.sideContent p{
	font-size:12px;
	color:#646464;
}

.sideContent h2{
	color:#360;
}