/* CSS Document */

.coname { font-weight: bold; font-style: normal; color: #003366; }
ol.letterlist {
	list-style-type: lower-alpha;
}
div#content img.imgright {
	float: right;
	margin: 5px 0 5px 10px;
	padding: 0;
	border: none;
}
div#content img.imgleft {
	float: left;
	margin: 5px 10px 5px 0;
	padding: 0;
}
.testimonial {
	color: black;
	background-color: #c4d4e1;
	background-image:url(../images/layout/ltblueboxgrad.jpg);
	background-repeat: repeat-x;
	border: 1px solid #105387;
	padding: 10px;
	margin: 20px;
}
.testimonial .quote {
	margin: 0;
	padding: 0;
}
.testimonial .author {
	font-style: italic;
	text-align: right;
	margin: 0;
	padding: 0;
}
div#content .aside {
	font-size: 10px;
	font-style: italic;
	padding-left: 20px;
}
div#content .formNote {
	font-size: 10px;
	font-style: italic;
}
div#content .formNote a {
	font-size: 10px;
	font-style: italic;
}
div#content .notes {
	font-size: 11px;
	color: #003366;
}
div#content .warning {
	color: #990000;
	font-weight: normal;
	font-size: 11px;
}
div#content .possibleError {
	color: #006633;
	font-weight: normal;
	font-size: 11px;
}
.formResponse {
	background-color: #FFFF99;
	border: #333399 1px solid;
	color: #333399;
	height: 20px;
	padding: 3px;
}
div#officeLocations h2 {
	border-bottom: 1px solid black;
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
}
div#officeLocations p {
	margin: 0;
	padding: 3px 0 0 20px;
	line-height: 1.2;
}
div#content .smallLowerText {
	font-size: 10px;
	font-style: italic;
	padding-left: 20px;
	clear: left;
	padding-top: 100px;
}

