body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #f5f5f5;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}

#wrapper-header {	background: white; }

#header {
	background: white url('images/header_opt2.gif') left no-repeat; /* MG change  was right no-repeat and changed to left no-repeat */
	width: 85%;
	height: 160px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid white	;
	border-right: 1px solid white	;
	text-align: left;
}

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

#wrapper-menu {
	background: #A52F1B url('images/filler_noimage.png') top left repeat-x;
	float: left;
	width: 100%;
}

#menu {
	width: 85%;
	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 #none;
	border-right: 1px solid #none;
	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 #707070;
}

#menu a:hover {
	background: #e6e6e6 url('images/zzzmenu-hover2.png') repeat-x;
	color: #222;
}

#content {
	width: 83%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 2.8em 1% 15px 1%;
	border-left: 0px solid #bbb;
	border-right: 0px solid #bbb;
	background: #f5f5f5;
	font-size: 90%;
	text-align: left;
	font-weight: normal;
}

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

#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 100%;
	text-align: center;
	color: #707070;
	letter-spacing: 0.15em;
	background: #e6e6e6 url('images/filler_noimage.png') top left repeat-x;
	border: 1px solid #707070;
	font-size: 80%;
}

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

h3 {
	color: #A52F1B;
	padding-bottom: 3px;
	border-bottom: none;
	font-size: 150%;
	letter-spacing: -1px;
}

h4 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: none;
	font-size: 120%;
	letter-spacing: 0px;
	font-style: italic;
}

h5 {
	color: #f5f5f5;
	padding-bottom: 3px;
	border-bottom: none;
	font-size: 20%;
	letter-spacing: 0px;
}

h6 {
	color: 333;
	padding-bottom: 1px;
	padding-top: 5px;
	border-bottom: none;
	font-size: 70%;
	letter-spacing: 1px;
}

h7 {
	color: #A52F1B;
	padding-bottom: 3px;
	border-bottom: 1px solid #A52F1B;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .5px;
}

h8 {
	color: #333;
	padding-bottom: 3px;
	font-size: 100%;
	letter-spacing: .5px;
}

a:link, a:visited {
	color: #06C;
	text-decoration: none;
}

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

p {
	margin-left: 1em;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.plain_text {
	font-weight: normal;
}
#altbody #content table tr th {
	color: #666;
}

