body{
margin: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: justify;
color: #000000;
background-color: #FFFFFF;
margin: 0px;
background-image: url(../images/bodyBack.gif);
background-repeat: repeat-x;
}

#global{
position:absolute;
left: 50%;
float:left;
width: 766px;
margin-left: -384px;  /*half the width */
background-color: #FFFFFF;

}
#header{
float: left;
height: 120px;
width: 766px;
}
#topMenu{
float: left;
width: 766px;
height: 22px;
background-image: url(../images/menuBack.gif);
background-repeat: repeat-x;
padding: 7px 0px 0px 0px;

}
#Footer{
	float: left;
width: 766px;
height: 29px;
background-image: url(../images/menuBack.gif);
background-repeat: repeat-x;
padding: 7px 0px 0px 0px;
font-weight: bold;
	color: #106229;
	font-size: 14px;
	text-align: center;
}
#MainContent{
float: left;
width: 726px;
margin: 10px 0 0 20px;
}


a.MenuItem, a.MenuItem:link, a.MenuItem:visited, a.MenuItem:active {
	text-decoration:none;
   padding: 0px 13px 0px 13px;
	font-weight: bold;
	color: #106229;
	font-size: 14px;
}

a.MenuItem:hover {
	text-decoration: underline;
   padding: 0px 13px 0px 13px;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}
.menuitem{
	padding-left: 10px;
}
.Menu a.ml:hover { background-position:0% -21px; color: #106229; }
h1{
	font-size: 15px;
}
#EITfooter{
float: left;
text-align: center;
color: Silver;
padding: 0px 0 0px 0;
width: 765px;
}
a.EITfooterA:link, a.EITfooterA:active, a.EITfooterA:visited{
text-decoration: none;
color: Silver;
}
a.EITfooterA:hover{
text-decoration: underline;
color: #B0B0B0;
}
#MainContentFooter{
width: 764px;
	float: left;
background-color: #EEEEEE;
margin: 5px 0 0 0;
}
#sitecontentleft{
	float: left;
	width: 430px;
}
#sitecontentright{
	float: left;
	width: 120px;
	margin: 0 0 0 10px;
}
#buyMe{
text-align: right;
}
#MainCol100{
	width: 99%;
	}
.form_error{
color: red;
}