@charset "UTF-8";
/* CSS Document */

body {
	background-color: #eff4f7;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #808c95;
	margin: 0px;
	padding: 0px;
}
#ContentArea {
	padding: 25px;
}
#welcomeMessage {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 17px;
	margin-bottom: 40px;
}
#SidebarArea {
	padding-top: 32px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
}
.sidebarSectionTitles {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #44839E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.clientNames {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
}
.detailText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a:link {
	color: #45849F;
	text-decoration: none;
}
a:visited {
	color: #45849F;
	text-decoration: none;
}
a:hover {
	color: #45849F;
	text-decoration: underline;
}
a:active {
	color: #45849F;
	text-decoration: none;
}
.date {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #45849F;
	padding-right: 20px;
	padding-top: 12px;
}
.contentPagesMainDiv {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin-top: 15px;
}
.contactInputs {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #44839E;
	width: 395px;
}
.contactBox {
	background-color: #e2f1f8;
	padding: 15px;
	border: 1px solid #69B6DE;
}
.contentSubtitle {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.underline {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.QuoteText {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #5c829c;
	font-style: italic;
	line-height: 24px;
}
