html { /* Ensures a vertical scrollbar will always appear - counters FF default behaviour */
	overflow-y: scroll;
}
body {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 100%;
	color: #867A6C;
    text-align: center; /* Used to centre page in IE6 */
	min-width: 856px;
}
h1 {
	font-size: 1.375em;
	margin: 10px 0;
	font-weight: normal;
}
h2 {
	font-size: 1.25em;
	margin: 10px 0;
	font-weight: normal;
}
p, ol, table, ul {
	font-size: 0.75em;
}
img {
	border: 0;
	margin: 0;
}
a {
	color: #C9E0AB;
	text-decoration: underline;
	font-weight: bold;
}
/* Page Structure Styles */
#content-wrapper, #footer { /* Centres page in non-IE6 browsers */
  text-align: left;
  width: 856px;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
}
#content-wrapper {
	background-color: #FFFFFF;
	margin-top: 10px;
}
#header, #content {
	width: 856px;
}
/* Navigation Styles */
#navigation {
	height: 24px;
	width: 856px;
	background: #CFCAC4 url(images/bg_navigation.jpg) top left repeat-y;
}
#navigation ul {
	margin: 0 0 0 7px;
	padding: 0 0 0 7px;
	display:inline;
	float: left;
}
#navigation li {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 24px;
	font-size: 1.125em;
	font-weight: bold;
}
#navigation li a {
	line-height: 24px;
	height: 24px;
	padding: 0 15px;
	margin: 0;
	background-color: #CFCAC4;
	color: #867A6C;
	text-decoration: none;
	display: inline-block;
}
#navigation li a:hover, #navigation li a:active, #navigation .currentPage {
	color: #FFFFFF;
	background-color: #CFCAC4;
	text-decoration: none;
}
img#quick_links_top {
	float:right;
	margin-right: 4px;
}
/* Content Structure and Styles */
#content {
	padding-top: 5px;
	overflow: hidden;
	background: #867A6C url(images/bg_content.jpg) top left repeat-y;
}
#content #leftColumn {
	width: 226px;
	float: left;
	margin-bottom: 5px;
}
#content #leftColumn img {
	margin: 5px 0 0 3px;
}
#content #midColumn {
	float: left;
	width: 408px;
	padding: 10px 10px;
}
#content #rightColumn {
	width: 194px;
	margin-right: 4px;
	float: right;
	background-color: #867A6C;
	height: 100%;
}
img#quick_links_bottom {
	float:right;
}
#content #rightColumn ul {
	list-style: none;
	padding: 10px 0;
	margin: 0 0 0 7px;
	background: #CFCAC4;
	width: 166px;
	font-size: 0.7em;
}
#content #rightColumn li {
	margin-top: 8px;
	margin-left: 7px;
	padding-left: 13px;
	background: transparent url(images/bullet_quick_links.jpg) 0px 5px no-repeat;
	width: 146px;
}
#content #rightColumn ul a {
	color: #867A6C;
	text-decoration: none;
	font-weight: normal;
}
#content #rightColumn ul a:hover, #content #rightColumn ul a:active {
	text-decoration: underline;
}
#content #rightColumn p {
	margin: 10px;
}
#content #rightColumn p img {
	margin-bottom: 5px;
}
/* Footer Styles */
#footer {
	width: 856px;
	clear: both;
	height: 130px;
	background: #7CAC3F url(images/bg_footer_base.jpg) bottom left no-repeat;
	margin-bottom: 10px;
}
img#ncc_logo_footer {
	float: left;
	margin: 20px 0 0 75px;
}
#footer #info-links {
	float: right;
	background-color: #7CAC3F;
	color: #FFFFFF;
	font-size: 0.875em;
	margin-right: 10px;
	margin-top: 34px;
}
#footer #info-links div {
	margin-bottom: 8px;
}
#footer #info-links a {
	background-color: #7CAC3F;
	color: #FFFFFF;
	font-weight: bold;
}
#footer #info-links div#copyright {
	font-size: 0.75em;
	font-weight: normal;
}

/* 'How to Apply' Page Styles */
table#table_contact_details th {
	width: 70px;
	vertical-align: top;
	font-weight: normal;
}
