/* CSS Document */

.printLogo {

display: none;

}

.calcButton {

width: 285px;
background-image: url('/images/calc_bg.gif');
background-repeat: none;
background-position: top left;
color: #FFFFFF;
font-size: 16px;
padding: 25px;

}

.calcButton a:link, .calcButton a:visited {

	color: #FFFFFF;

}

.lendersTable td {

	border: 1px #E0E0E0 solid;
	height: 125px;
	padding: 5px;
	
}

.rightPic {

	float: right;
	margin: 0px 0px 15px 15px;

}

.secondMenu {

	text-align: center;
	background-image: url('images/secondMenuBg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 450px;
	padding: 7px 0px 7px 0px;
	font-size: 11pt;
	
}

.secondMenu a:link, .secondMenu a:visited {
	text-decoration: underline;
	}

.staffDiv {

	width: 391px;
	height: 188px;
	background-image: url('images/staff/staffBg.gif');
	position: relative;
	
}

.staffName {

	padding: 10px 0px 0px 15px;
	text-align: left;
	
}

.staffText {
	
	margin-left: 15px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: left;
	
}

.staffPic {

	float: right;
	padding-top: 58px;
	
}

.number {

	font-size: 28px;
	color: #73AD1B;
	width: 20px;
	text-align: left;
	padding-right: 5px;
	
}

.numberText {

	border-left: 3px #E0E0E0 solid;
	padding: 10px 0px 10px 5px;
	border-top: 1px #E0E0E0 dotted;
	margin-bottom: 5px;
	
}

img {

	border-color: #CCCCCC;
	
}

h3 {

	color: #73AD1B;
	margin: 3px 0px 3px 0px;
	
}

h4 {

	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px #777777 dotted;
	display: block;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	
}

a:link, a:visited {

	color: #73AD1B;
	text-decoration: none;
	font-weight: bold;
	
}

a:hover {

	color: #9CE031;
	
}

body {

	margin: 0;
	padding: 0;
	background-color: #689B18;
	
}

div, td {

	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	font-size: 12px;
	
}

#container {

	width: 940px;
	background-color: #6A9D1A;
	
}

#main {

	background-image: url('images/bg.jpg');
	background-repeat: repeat-y;
	
}

#topBG {

	background-image: url('images/bgTop.jpg');
	background-position: 225px 0;
	background-repeat: no-repeat;
	
}

#bottomBG {

	background-image: url('images/bgBottom.jpg');
	background-position: 438px bottom;
	background-repeat: no-repeat;
}

#content {

	width: 825px;
	text-align: left;
	
}

#footer {

	height: 200px;
	width: 940px;
	background-image: url('images/footer.jpg');
	
}

#footer td {

	color: #73AD1B;
	
}

#flash { height: 175px; }

@media print {

	.printLogo {

		display: block;

	}

	#flash, .secondMenu {

		display: none;

	}

	div, td, .staffText, h4, h3, li {

		font-size: 20px;

	}

	.lendersTable td {

		padding: 8px 0px 8px 0px;
		height: auto;
						 
	}

	#footer td {

		font-size: 14px;

	}

}

