@import url("DeepOffset.css");
@import url("Tables.css");
@import url("FontModify.css");


body {
	color: #000000;	
	background-color: #004400;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	margin-top: 1px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}

/* The following 6 styles are link formats */

a:link {
	text-decoration: none;
	color: #aa2200;
	
}

a:visited {
	text-decoration: none;
	color: #bb6644;
}

a:hover {
	text-decoration: underline;
		
}

td.navbottom a:link {
	text-decoration: none;
	color: #ffffdd;
}

td.navbottom a:visited {
	text-decoration: none;
	color: #ddddaa;
}

td.navbottom a:hover {
	text-decoration: underline;
}

/* End link formats. */

.PageTitle {
	color: #115511;
	font-family: "Arial Black";
	font-size: 40px;
	font-weight: bolder;
	font-style: normal;
	margin-left: 18px;
	margin-right: 24px;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: left;
}

h1 {
	color: #115511;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bolder;
	font-style: normal;
	margin-left: 18px;
	text-align: left;
}

h2 { 
	color: #115511;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bolder;
	font-style: normal;
	margin-left: 22px;
	text-align: left;
}

h3 {
	color: #115511;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	font-style: normal;
	margin-left: 26px;
	text-align: left;
}

.h3CentreGold {
	color:  #775533;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	font-style: normal;
	text-align: center;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin-left: 36px;
	margin-right: 36px;
	text-align: left;
}

p.large {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 18px;
	letter-spacing: -1px;
	color: #775533;
	margin-left: 36px;
	margin-right: 36px;
	text-align: left;
}

.pullQuote {
	font-size: 14px;
	font-weight: bold;
	color: #115511;
	background-color: #eeddaa;
	text-align: center;
	padding: 8px;
}

.alignRight {
	Text-align: right;
}

.alignCentre {
	Text-align: center;
}

.GreenBlockThick {
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	background-color: #115511;
	color: #FFFFFF;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
/*	margin-left: 28px;
deactivate to test centerline positioning
*/
}

ul {
	text-align: left;
	margin-left: 60px;
	margin-right: 36px;
}

li {
	margin-top: 12px;
	margin-bottom: 12px;
	list-style-image: url(../Images/BulletPyramid.gif);
}