@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #d8ddc3;
	background-image: url(Images/bg_image.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.oneColFixCtrHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EFEFE2; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #768478;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background: #00370d;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #768478;
	height: 100px;
}
#topMenu {
	background-color: #FFFFFF;
	height: 40px;
	padding-right: 40px;
	padding-left: 40px;
	background-image: url(SpryAssets/menuBG.jpg);
}
#bannerImage {
	height: 1px;
	background-color: #768478;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #EFEFE2;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.oneColFixCtrHdr #footer {
	background:#EFEFE2;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h1 {
	font-size: 24px;
	color: 0B3818;
}
table {
	color: 000000;
	background-color: #EFEFE2;
	line-height: 1.5em;
	}
#tableStyle2 {
	background-color: #FFFFFF;
}
th {
	color: #FFFFFF;
	background-color: #768478;
	text-align: center;
}
tr.altRow td {
	background-color: #EFEFE2;
}


h2 {
	font-size: 16px;
	color: #0B3818;
}

body,td,th {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
hr {
	color:#768478;
}
a:link {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #663300;
}
a:hover {
	text-decoration: underline;
	color: #009900;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #663300;
	font-weight: bolder;
}
#ImageStyle1  {
	border: 1px solid #768478;
}
#hrStyle1 {
	border: 1px solid #768478;
}
fieldSet#employmentHistory {
	border: 1px solid #768478;
	background:#FFFFFF;
	width:850px;
	padding:0px;
}
fieldSet#personalDetails {
	border: 1px solid #768478;
	background:#FFFFFF;
	width:850px;
	padding:0px;
}
fieldSet#agreement {
	border: 1px solid #768478;
	background:#FFFFFF;
	width:850px;
	padding:0px;
}
fieldSet#loanMortgage {
	border: 1px solid #768478;
	background:#FFFFFF;
	width:850px;
	padding:0px;
}
fieldSet#form {
	border: 1px solid #768478;
	background:#EFEFE2;
	width:860px;
	padding:12px;
}
.style3 {
	font-size: 12px;
	color:#990033;
}
.style2 {
	font-size: 16px;
	color: #FFFFFF;
	font-style: normal;
}

#bannerImageStyle {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#imageStyle1 {
	border: 1px solid #0B3818;
}

