/* CSS Document */

body {
	margin: 0px;
	background-image: url("images/bgExt.jpg");
	background-position: top;
	background-repeat: repeat-x;
	background-color: #c1c1c1;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #478cbc;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.navBottomBg {
	background-image: url("images/navBottomBg.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
}
.contBottomBg {
	background-image: url("images/contGradientExt.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
}
.footer {
	background-image: url("images/footerBg.gif");
	background-position: top;
	background-repeat: no-repeat;
}
.contShadowTop {
	background-image: url("images/contShadowTop.gif");
	background-position: top left;
	background-repeat: no-repeat;
}
.contArea {
	padding: 25px 27px 25px 27px;
}
.bold13 {
	font-size: 13px;
	font-weight: bold;
}
.footerText {
	padding: 14px 0 20px 38px;
	font-size: 10px;
}
.footer a {
	color: #0160a2;
	text-decoration: none;
}
.footer a:hover {
	color: #ebebec;
	text-decoration: none;
}
.footerIcons {
	padding-right: 19px;
}
.goalCallout {
	background-color: #CCCCCC;
	color: #005fa2;
	font-size: 14px;
	padding: 15px 20px 15px 20px;
	border: 1px solid #FFFFFF;
}
.agents img {
	border: 1px solid #2f2f2f;
	margin-right: 10px;
}
.agents td {
	padding-bottom: 12px;
	padding-right: 12px;
}
.agents a {
	font-size: 12px;
	font-weight: bold;
}
.officeTtl {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #005fa2;
	display: block;
	padding-bottom: 6px;
	border-bottom: 1px solid #2f2f2f;
}
.agentName {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #005fa2;
}
.imageBorder {
	border: 1px solid #2f2f2f;
}
.returnToAgents {
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #2f2f2f;
	padding-bottom: 6px;
	text-decoration: none;
}
.returnToAgents:hover {
	text-decoration: underline;
}
.calculatorTtl {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.calculator input {
	border: 1px solid #a2a3a3;
}

