@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Trebuchet MS;
	background-color: #5B0314;
}

a {
	color: #5B0314;
}

a:hover {
	color: #E37302;
}

.sizeFourteenFont {
	font-size: 14px
}
.mainContent {
	background-color: #FEFCF1;
	border: thin solid #000000;
	text-align: left;
	vertical-align: top;
}
.secondaryContent {
	background-color: #5B0314;
	border: thin solid #000000;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	color: #666666;
	padding: 5px;
}
.secondaryContent a, .secondaryContent a:active, .secondaryContent a:visited, .secondaryContent a:focus {
	color: #666666;
}

h2 {
	color: #5B0314;
}
h3 {
	color: #CB6000;
}

.insName{
	color: #CB6000;
    line-height: 1;
    font-size: 1.2em;
    font-weight: bold;
}
.insStyle{
	color: #AA6000;
    line-height: 1.5;
    font-weight: normal;
}

.HST{
    font-size: 80%;
    font-weight: normal;
}

.whiteBackground {
	background-color: #FEFCF1;
	text-align: left;
	vertical-align: top;
}

.whiteBackgroundTable td {
	background-color: #FEFCF1;
	text-align: left;
	vertical-align: top;
}

.wBG2 {
	background-color: #FEFCF1;
	text-align: center;
	vertical-align: top;
}

.profilePic {
	float: left;
	padding-right: 10px;
}
.iLink {
	visibility: hidden;
	font-size: 1px;
}
#quote {
	float: right;
	padding: 15px;
	width: 280px;
	font-size: 24px;
	color: #0099CC;
	font-style: italic;
}
#quote2 {
	float: left;
	padding: 15px;
	width: 280px;
	font-size: 24px;
	color: #0099CC;
	font-style: italic;
}
.lightText {
	color: #666666;
	font-size: 14px;
}

.picRight {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
}