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_c6.gif);
	background-repeat: repeat-x;
}
#laytable{
	border: 0px solid red;
	padding: 0;
	margin: 0;
}
#laytable td{
	border: 0px solid red;
}
#mainnavigation{
border:0px solid red;
}
#mainnavigation td{
border:0px solid red;
}
#leftnavcol{
background-image: url(../images/layout/layout_r10_c1.gif);
background-repeat: repeat-y;
}
#rightnavcol{
background-image: url(../images/layout/layout_r10_c3.gif);
background-repeat: repeat-y;
}
#mainBody{
	padding-left: 20px;
	border: 0px solid #006600;
}
#Footer{
	margin-top: 40px;
	margin-left: 20px;
	padding-top: 3px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top: 1px solid #006600;
	font-size: 0.6em;
}
.wrap1{
	display:block;
	border:0px solid blue;
}
.wrap2{
	display:block;
	max-width:860px;
	border:0px solid green;
}
.wrapfor2imgs{
	display:block;
	min-width:522px;
	border:0px solid blue;
}
.wrapfor3imgs{
	display:block;
	min-width:666px;
	border:0px solid blue;
}
.halfcontent{
	float:left;
	width:49%;
	margin:0px;
	padding:0px;
	min-width:222px;
	border:0px solid red;
}
.narrowcontent{
	float:left;
	width:240px;
	margin:0;
	padding:0;
	border:0px solid red;
}
.widecontent{
	padding:0;
	margin:0 0 0 245px;
	border:0px solid red;
}
.thirdcontent{
	float:left;
	width:33%;
	min-width:222px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	border:0px solid red;
}
.imgright{
	float: right;
	padding: 10px 25px;
}
.flexibleCol1{
	float: left;
	width: 45%;
	vertical-align:top;
}
.flexibleCol2{
	margin-left: 46%;
	width: 300px;
	text-align:center;
	border: 0px solid black;
}
img.topalign{
	vertical-align:top;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
}
img.middlealign{
	vertical-align:middle;
	margin:15px 25px 0 0;
}
.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;
}
/* 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;
}
h3{
	font-size: 0.8em;
	font-weight: bold;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #F00;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
/* Other styles */
.BodyText{
	font-size: 0.75em;
}
.BiggerText{
	font-size: 0.8em;
}
.BigText{
	font-size: 0.9em;
}
.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: underline;
	background-color: #CAE0DD;
}
a.mainnav:link, a.mainnav:visited, a.mainnav:hover, a.mainnav: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, div.imgBox a:visited{
	text-decoration: underline;
}
div.imgCell1{
	float: left;
	width: 175px;
}
div.imgCell2{
	float: left;
	width: 172px;
}
div.imgCell3{
	float: left;
	width: 176px;
}
.imgCaption{
	font-size: 0.7em;
	color: #334433;
	font-weight: bold;
	text-align: center;
}
.divider{
	clear: both;
}
