.homePageOnly body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #BCC6B6 url(images_a/bg1.jpg) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.homePageOnly #container {
	width: 930px;
	margin: 0 auto;
	text-align: center;
	background-color: #444444;
	height: 32px;
	clear: none;
	left: auto;
	right: auto;
	position: relative;
}
.homePageOnly #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 917px;
	margin: 0;
}

.homePageOnly #mainContent
{
	width: 930px;
}

.homePageOnly #homePageImage {
	background: #FFFFFF url(images/ME/MEfront_girl.jpg) no-repeat center;
	width: 928px;
	height: 475px;
	float: none;
	right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: inherit;
	vertical-align: inherit;
	text-indent: 0px;
	clear: left;
	margin: auto;
	left: auto;
	position: relative;
	border: 1px solid #888888;	
}

.homePageOnly #new_meinterior
{
	padding-left: 10px;
}

.ads
{
    background-color: #ededed;
    /*float: none;*/
    margin-top: 3px;
    border-bottom: 4px solid #777777;
    height: 160px;
    padding: 10px 0px 6px;
    clear: right;
}

.homePageOnly #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	clear: both;
	color: #EEEEEE;
	background-color: #89bf69;
	border-top-color: #008800;
	border-bottom-color: #AAAAAA;
	width: 930px;
	height: 22px;
	float: left;
}
.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	color: #006699;
}

.box1
{
    float: left;
    margin-left: auto;
    padding-right: 4px;
    padding-left: 0px;
}
.box2
{
    float: left;
    margin-left: auto;
    padding-right: 4px;
    padding-left: 0px;
}
.box3
{
    float: left;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
}
.homePageOnly h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEEEEE;
	background-color: #555555;
	margin: auto;
	clear: both;
	height: 22px;
	width: 909px;
	vertical-align: baseline;
	padding: 10px 0px 2px 20px;
	background-position: left;
	text-align: center;
}
.navigation {
	background-color: #77ca40;
	width: auto;
	height: 41px;
}

.style4
{
    font-size: 10px;
    text-decoration: none;
    background-position: left;
    text-align: left;
    color: #444444;
}

.newsband
{
    color: #BBBBBB;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bolder;
    border: 1px solid #888888;
}
.bolder
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #EEEEEE;
}

.homePageOnly #homeHeaderMenu
{
	color: #FFFFFF;
	background: #499C02 url('images/ME/int_header.jpg') repeat-y;
	width: 930px;
}
.homePageOnly #footer a:link{
	color: #EEEEEE;	
}
.homePageOnly #footer a:hover{ color: #00AA00;}