/* default font size*/
@import url(regular.css);

/* COLOURS */
/* #996600, #3D5730 */

#contentTD {
	vertical-align: top;
	padding-top: 17px;
	text-align: left;
	}
	
#navCol {
	vertical-align: top;
	padding-top: 17px;
	text-align: left;
	}

/*------[ #contentTD styles ]------*/

#contentTD p, #contentTD ul, #contentTD ol {
	font-size: 1em;
	line-height: 130%;
	color: #000000;
	margin-top: 0;
	margin-bottom: 1em;
	}

h1 {
	font-size: 2.2em;
	font-weight: normal;
	color: #333333;
	margin-top: 1.25em;
	margin-bottom: 0.25em;
	text-align: left;
	}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #996600;
	margin-top: 1.25em;
	margin-bottom: 0.25em;
	text-align: left;
	}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	margin-top: 0.75em;
	margin-bottom: 0.25em;
	text-align: left;
	}
	
h4 {
	font-size: 1.0em;
	font-weight: bold;
	color: #333333;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: left;
	}
	
#contentTD a {
	font-size: 1em;
	color: #996600;
	text-decoration: none;
}

#contentTD a:hover {
	font-size: 1em;
	color: #333333;
	text-decoration: underline;
}

	
/*------[ #navCol styles ]------*/

	
#navCol h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #3d5730;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #333333;
	
	}
	
#navCol ul {
	margin-top: 0.25em;
	margin-bottom: 1em;
	padding:0;
	list-style-type: none;
	width: 175px;
}

#navCol li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navCol li a {
	display: block;
	font-size: 1em;
	color: #996600;
	text-decoration: none;
	padding: 0.35em;
	background-color: #FFFFFF;
	margin: 0;
}

#navCol li a:hover {
	display: block;
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.35em;
	background-color: #996600;
	margin: 0;
}



/*------[ colour controls ]------*/

#contentTD .white {
	color: #FFFFFF;
	}

#contentTD .green {
	color: #3d5730;
	}

#contentTD .gold {
	color: #996600;
	}












