body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/backgroundmcevoy.jpg);
	background-repeat: repeat;
	background-position: right top;
}
/* Layout */
#headerleft {
	background-image: url(../images/layout/layout_r1_c5.gif);
	background-repeat: repeat-x;
}
#laytable {
	border: 0px solid red;
	padding: 0;
	margin: 0;
}
#laytable td {
	border: 0px solid red;
}
#mainnavigation {
}
#mainBody {
	padding-left: 20px;
	border: 0px solid #006600;
}
#Footer {
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 20px;
	margin-top: 40px;
	border-top: 1px solid #006600;
	font-size: 0.6em;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.ptop {
	margin-top: 0;
}
.pbottom {
	margin-bottom: 0;
}
.pboth {
	margin-top: 0;
	margin-bottom: 0;
}
.imgright {
	float: right;
}
/* Headers */
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #535353;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #535353;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 30px;
	margin-bottom: 15px;
}
H2.WithBackToTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #535353;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 30px;
	margin-bottom: 0px;
}
/* Other styles */
.BodyText {
	font-size: 0.7em;
}
.BiggerText {
	font-size: 0.8em;
}
.SmallText {
	font-size: 0.7em;
	color: #333333;
}
.Caption {
	font-size: 0.7em;
	color: #334433;
	font-weight: bold;
}
B, STRONG {
	font-weight: bold;
}
I, EM {
	font-style: italic;
}
LI {
	padding-bottom: 5px;
}
.FormButton {
	color: #FFFFFF;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
}
/* Styles required to alter print versions of pages. */
.ToPrintOnly {
	display: none;
}
.ToNotPrint {
}
/* Links */
a:link, a:visited {
	color: #334433;
	text-decoration: underline;
}
a:hover, a:active {
	color: #003300;
	text-decoration: none;
	background-color: #CAE0DD;
}
#mainnavigation a:link, #mainnavigation a:visited, #mainnavigation a:hover, #mainnavigation a:active {
	background-color: transparent; /* This is needed because the background-color property of links, when set to a colour, was causing extra space below the navigation image links. */
}
a.ImageLink:link,a.ImageLink:visited,a.ImageLink:hover,a.ImageLink:active {
	background-color: transparent;
}
img {
	border: 0;
}

/* Images */
div.imgBox {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 523px;
	border: 0px solid black;
}
div.imgBox a:link, a:visited {
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: underline;
}
div.imgCell1 {
	float: left;
	width: 175px;
}
div.imgCell2 {
	float: left;
	width: 172px;
}
div.imgCell3 {
	float: left;
	width: 176px;
}
div.imgBox2 {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 398px;
	border: 0px solid black;
}
div.imgCell4 {
	float: left;
	width: 134px;
}
div.imgCell5 {
	float: left;
	width: 130px;
}
div.imgCell6 {
	float: left;
	width: 134px;
}
.imgCaption {
	font-size: 0.7em;
	color: #334433;
	font-weight: bold;
	text-align: center;
}
br.divider {
	clear: both;
}