body {
	font-family: Arial, sans-serif;
	background: #5C5C5C;
	font-size: 15px;
}
 
#header{
	width: 860px;
	margin: auto;
}

#footer {
	width: 860px;
	margin: auto;
}
#topNav {
	width: 860px;
}
 
#wrap {
	margin: 0 auto;
	color: white;
	padding-bottom: 50px;
	width: 820px; 
	padding: 10px 20px 10px 20px; 
	margin: auto;
	background-color: #08045A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#08045A), to(#232067)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #08045A, #232067); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #08045A, #232067); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #08045A, #232067); /* IE10 */
	background-image:      -o-linear-gradient(top, #08045A, #232067); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #08045A, #232067);
}
 
#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;}
 
.box_round {
  -webkit-border-radius: 6px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
     -moz-border-radius: 6px; /* FF1-3.6 */
          border-radius: 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */

  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

.box_shadow {
  -webkit-box-shadow: 0px 0px 4px #e3e3e3; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: 0px 0px 4px #e3e3e3; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 4px #e3e3e3; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
