

p.urgent,
p.urgent a
{
	color: red;
	font-weight: bold;
    font-size: large;
	text-align: center;
}
p.urgent
{
    border: 1px solid red;
    background-color: pink;
    padding: 8px;
    border-radius: 10px;
}

span.urgent_highlight
{
    font-weight: normal;
    font-style: italic;
}


/*** COLOURS ***********************************************/



/* NOT FONTS */


#main
{
	border-color: olivedrab;
}


#main,
#footer
{
	background-color: #70360F;
}


/* Dark cream */
section
{
	background-color: #FFFED3;
}


table.table-disp,
div.list,
ul.leaders *
{
	background-color: #ffffcc;
	background-color: ivory;
}

/* Browns */

body
{
	background-color: ivory;
}

div.list
{
	border-color: #70360F;
}


#menu a li.highlight
{
	background-color: #4A2E1B;
}

#menu a li
{
	border-cottom-color: lightyellow;
}

#menu a li:hover
{
	background-color: saddlebrown;
}


a.button
{
	background-color: olivedrab;
	border-color: black;
	color: white;
}


/* FONTS */

body,
td.loanCalcValue,
ul.documentList a:hover
{
	color: saddlebrown;
}

#footer,
#menu a li
{
	color: lightyellow;
}


/* Greens */
h1,
h3,
h4,
h5,
{
	color: olivedrab;
}

h6
{
	color: #70360F;
}

p,
a,
section > ul,
section > ol,
section > ul li
section > ol li
{
	color: olive;
}


/**********************************************************************/

body {
	font-size: 14px;
}

p,
a,
section > ul,
section > ol,
section > ul li
section > ol li
{
	font-size: 14px;
	margin-top: 0;
	text-align: justify;
}

p
{
	margin-bottom: 20px;
}

/**********************************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1,
h2,
h3,
#footer
{
	font-family: 'Questrial';
}

h4,
h5,
#menu
{
	font-family: 'Droid Sans';
}


/**********************************************************************/


h1
{
	font-size: 26px;
	text-align: center;
	margin-bottom: 5px;
	font-weight: normal;
	text-transform: uppercase;
}

h2
{
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	margin-top: 0;
	padding-bottom: 12px;
}

h3
{
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 7px;
}

h4
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
	text-align: left;
}

h5
{
	font-weight: bold;
	font-size: larger;
	margin: 0;
}

h6
{
	text-align: center;
	font-size: 11px;
	margin: 6px;
	padding: 0;
}

li
{
	padding: 2px 0;
}


/***************************************************/


#main,
#footer
{

	margin: 0 auto;
	padding: 0;

}

#main
{
	width: 885px;
	border-left-width: 15px;
	border-left-style: solid;
}



#footer
{
	width: 894px;
	padding: 3px;
	text-align: right;
	font-size: 10px;
}


section
{
	float: left;
	margin: 0;
	width: 703px;
	padding: 0 16px 15px;
	min-height: 300px;
}


aside
{
	width: 150px;
	margin: 0;
	padding: 0;
	float: left;
}


/***************************************************/


#menu
{

	margin: 0;
	padding: 0;
	width: 150px;

}

#menu a
{

	margin: 0;
	padding: 6px 0;
	text-decoration: none;

}

#menu a li
{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 7px;
	padding-left: 14px;
	list-style-type: none;
	border: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}



/***************************************************/


div.list
{
	padding: 10px 20px;
	margin: 5px;
	border-width: 5px;
	border-style: solid;
}

div.effective
{
	text-align: right;
	font-size: smaller;
}

ul.leaders
{
    padding: 0;
    overflow-x: hidden;
    list-style: none;
    margin-top: 3px;
}
ul.leaders li:before
{
    float: left;
    width: 0;
    white-space: nowrap;
    content:
		 ". . . . . . . . . . . . . . . . . . . . "
		 ". . . . . . . . . . . . . . . . . . . . "
		 ". . . . . . . . . . . . . . . . . . . . "
		 ". . . . . . . . . . . . . . . . . . . . "
		 ". . . . . . . . . . . . . . . . . . . . "
}
ul.leaders span:first-child
{
    padding-right: 0.33em;
}
ul.leaders span + span
{
    float: right;
    padding-left: 0.33em;
}

ul.leaders li.noLeaders:before
{
	content: "";
}


/***************************************************/


.table-disp
{
	border-collapse: collapse;
	text-align: left;
	margin: 5px;
	line-height: 3ex;
}

.table-disp td
{
	margin: 0;
	padding: 3px;
}

/* Give fields which span two columns a bigger top padding to seperate the sections */
.table-disp td[colspan="2"]
{
	padding-top: 20px;
}

/* ...but not he first section */
.table-disp tr:first-child td[colspan="2"]
{
	padding-top: 3px;
}


table.loanCalc td
{
	border: 1px solid dimgrey;
	padding: 6px;
}

td.loanCalcTitle
{
	font-weight: bold;
}

/***************************************************/


ul.documentList a
{
	text-decoration: none;
	font-size: larger;
}

/*
ul.documentList a:hover
{
	text-decoration: underline;
}
*/


form[name="apphform"]
{
	text-align: center;
}

.loanCalcBtn
{
	margin: 6px 0 15px;
	padding: 7px 10px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}



/***************************************************/



a.button
{
	padding: 20px 35px;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
	font-weight: bold;
	font-size: larger;
	margin: 10px;
	margin-top: 30px;
}

a.button:hover
{
	box-shadow: 3px 3px dimgrey;
}

a.button:active
{
	box-shadow: 1px 1px dimgrey;
}
