body {
	font-family: Arial, sans-serif;
	background: #e6e6e6;
	font-size: 15px;
}
 
#header{
	background-color: #740f0e;
	width: 685px;
	padding: 15px;
	margin: 0 auto;
	color: white;
	border-bottom: 1px solid white;
}
#header h1{
	float: right;
	width: 350px;
	text-align: center;
	margin-top: -1px;
}
#header h5{
	float:right;
	text-align: center;
	width: 350px;
	margin-top: -15px;
}
 
#wrap {
	background-color: #13335e;
	width: 685px;
	margin: 0 auto;
	padding: 15px;
	color: white;
	padding-bottom: 50px;
}
 
#calcTitle{ border-bottom: 1px solid white;}
 
#calculator{
	overflow: auto;
}
 
#calcForm{
	float: left;
	width: 300px;
	overflow: hidden;
}
#calcForm select{ margin-left: 10px;}
 
#calcTotal{
	float: right;
	width: 340px;
}
 
#calcTotal h3{
	border-bottom: 1px solid white;
}
 
.totals{
	font-size: 13px;
	border-collapse: collapse;
	width: 340px;
}
#documents{width: 355px; overflow: hidden; display: block;}
#documents .documentsHeading{display: inline;}
#documents select{margin-left: 0px;}
 
 
.totals th{text-align: left;}
.totals td{ text-align: right;}
tr.bottomBorder td{border-bottom:1px solid;}
tr.bottomBorder th{border-bottom:1px solid;}
.totals thead th{text-align: right;}
 
 
#debitSub{
	font-size: 10px;
}
#note{text-align: center;}
 