@import url("/assets/css/linkicons.css");
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	min-width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	background: url('/assets/img/bgBody.jpg') center top repeat-y;
	font-size: small;
	color: #5c5f61;
}
#wrapper {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	font-size: 110%;
}
#header {
	background: url('/assets/img/bgHeader.jpg') top;
	height: 230px;
	overflow: auto;
}
#tagline {
	width: 920px;
	color: #ddd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	padding-left: 40px;
}
#tagline p {
	font-size: 220%;
	padding: 10px 0px 40px 20px;
}
#tagline p span {
	font-size: 80%;
}
#nav {
	font-size: 90%;
	position: absolute;
	top: 195px;
}
#nav ul li {
	display: inline;
	list-style-type: none;
	margin: 0 1.2em;
	padding: 0;
	font-weight: bold;
	/*border-left: #fff 1px solid;*/
}
#nav a {
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
}
#nav a#active {
	color: #dab8f5;
}
#nav a#active:hover, #nav ul a:hover {
	color: #ff5500;
}
#content {
/* Necessary to allow the 'secondary content' to have a left margin without needing to implement box model hack*/
	background: url(/assets/img/koru_bg.jpg) repeat-x top;
	overflow: auto;
}
#feature {
	width: 280px;
	float: right;
	padding: 10px 10px 50px;
	background: transparent;
}
#mainContent {
	width: 550px;
	float: left;
	background: #fff url(/assets/img/Tree.jpg) bottom right no-repeat;
	min-height: 495px;
	padding: 10px 80px 10px 20px;
	text-align: left;
}
#mainContent.signatories {
	width: 930px;
	float: none;
	background-image:none;
	padding: 10px 10px 10px 20px;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 20px 5px 0;
}
h1 {
	font-size: 200%;
}
h1#title {
	font-size: 260%;
	padding:  15px 0 0 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 140%;
}
ol, ul {
	margin-left: 3em;
}
li, p, td {
	padding-bottom: 0.8em;
}

#tagline p {
	float: left;
	width: 340px;
	padding: 0;
}
#tagline p#logo {
	padding-bottom: 20px;
	width: 570px;
	float: right;
}
#tagline p#logo img {
	behavior: url("/assets/css/iepngfix.htc");
	margin: 0 10px;
}
#content a {
	color: #4e1e74;
	text-decoration: none;
}
#content a:hover {
	color: #ff5500;
	border-bottom: 1px solid #ff5500;
}
a img {
	border: none;
}
#footer {
	clear: both;
	font-size: 90%;
	color: #ffffff;
	background: #313236 url('/assets/img/bgFooter.jpg') center top repeat-x;
	height: 236px;
	/*border-top: #000000 2px dashed;*/
}
#footer div{
	width: 200px;
	float: left;
	margin: 80px 10px 5px 10px;
}
#footer a {
	color:#eee;
}
p.top {
	text-align: center;
	font-size: 90%;
}
p.adobe {
	width: 92px;
	float: right;
	padding: 2px 30px 2px 10px;
}
/* TABLE with borders: default colours for all pages. 
Section colours specified in sections */
table.bordered {
	border-collapse: collapse;
	margin: 0.2em 0;
	font-size: 90%;
}
table.bordered th, table.bordered td {
	border: 2px solid #4e1e74;
	padding: 0.2em 0.3em;
	vertical-align: top;
}
table.bordered th, table.bordered td.emptycell {
	background-color:#eee;
}
table.bordered th {
	font-weight:bold;
}

