body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #eee;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
}

#wrapper-header {
	background-color: #EEEEEE;
}

#header {
	width: 75%;
	height: 95px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: right;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #707070;
	border-left-color: #707070;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #A0C80E;
	line-height: normal;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 20px;
	background-color: #000000;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}
#header h2 {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 185%;
	padding-left: 10px;
	letter-spacing: -1px;
}


#wrapper-menu {
	float: left;
	width: 100%;
	background-repeat: repeat-x;
	background-position: left top;
}

#menu {
	width: 75%;
	margin: 0 auto;
	font-size: 95%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #95bc0e;
	border-right: 1px solid #95bf0f;
	width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95bc0e;
}

#menu a:hover {
	background: #b6e41c url('images/menu-hover.png') repeat-x;
	color: #485b06;
}

#content {
	width: 73%;
	background: white;
	font-size: 90%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border: 1px solid #bbb;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 73%;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	background: #88ac0b url('images/menu-background.png') top left repeat-x;
	border: 1px solid #a0c80e;
	font-size: 80%;
}

h2 {
	border-bottom: 1px solid #a0c80e;
	font-size: 150%;
	letter-spacing: -1px;
	padding-bottom: 3px;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p { margin-left: 1em; }
.font-normal {
	font-size: 100%;
	padding-bottom: 3px;
}
.font-120pct-red-bold {
	color: #FF0000;
	font-size: 120%;
	padding-bottom: 3px;
	font-weight: bold;
}
.font-150pct-red-bold {
	color: #FF0000;
	font-size: 150%;
	padding-bottom: 3px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.font-180pct-red-bold {
	color: #FF0000;
	font-size: 170%;
	padding-bottom: 3px;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.font-90pct {
	font-size: 90%;
	padding-bottom: 3px;
}
.table-borders {
	font-size: 100%;
	padding: 30px;
	margin: 30px;
	border: 1px solid #999999;
}
.font-normal-red-bold {
	font-size: 100%;
	padding-bottom: 3px;
	font-weight: bold;
	color: #FF0000;
}
.font-normal-blue-bold {
	font-size: 100%;
	padding-bottom: 3px;
	font-weight: bold;
	color: #537DAC;
}
.font-normal-green-bold {
	font-size: 100%;
	padding-bottom: 3px;
	font-weight: bold;
	color: #42B055;
}

.title-150pct-bottomline {
	color: #3070CF;
	font-size: 150%;
	font-weight: bold;
	width: 100%;
}
.border-01 {
	width: 80%;
	border: 0px double #CCCCCC;
	padding: 3px;
	margin: 0px;
	font-size: 85%;
	background-position: 15px;
}
.font-180pct {
	font-size: 140%;
	padding-bottom: 3px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: 5%;
	color: #FF0000;
}
.font-90pct-purplered {
	font-size: 110%;
	padding-bottom: 3px;
	font-weight: bold;
	color: #AF0C0C;
}
.font-140pct-purple {
	font-size: 140%;
	padding-bottom: 3px;
	font-weight: bolder;
	color: #A6479C;
}
.font-specialremarks {
	font-weight: bold;
	color: #FF0000;
	font-size: 110%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.font110pct {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 110%;
}
.font-specialremarks-big {
	font-weight: bold;
	color: #FF0000;
	font-size: 180%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.title02 {
	font-size: 120%;
	color: #AB103A;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}