html {
	overflow: scroll; /* show scrollbars to prevent funny page jumping between different length pages */
}

body{
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	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: 950px;
	margin-left: -475px;  /*half the width */
	background-color: #FFFFFF;

}
#header{
	float: left;
	height: 120px;
	width: 950px;
	text-align: left;
}
#topMenu{
	float: left;
	width: 950px;
	height: 22px;
	background-image: url(../images/menuBack.gif);
	background-repeat: repeat-x;
	padding: 7px 0px 0px 0px;

}
#Footer{
	float: left;
	width: 950px;
	height: 30px;
	font-weight: bold;
	color: #106229;
	font-size: 14px;
	text-align: center;
	border: 1px solid #C6CFC6;
	padding: 14px 0px 0px 0px;
	background-color: #E8E7DB;
}
#MainContent{
	float: left;
	width: 950px;
	margin: 0px 0px 5px 0px;

}

.table{border-collapse:collapse;}

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;
}

a.contactlink, a.contactlink:link, a.contactlink:visited, a.contactlink:active {
	text-decoration:none;
   padding: 0px 13px 0px 13px;
	font-weight: bold;
	color: #106229;
	font-size: 18px;
}

a.contactlink:hover {
	text-decoration: underline;
	padding: 0px 13px 0px 13px;
	font-weight: bold;
	color: #000000;
	font-size: 18px;
}

.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: 10px 0px 10px 0px;
	width: 950px;
}
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;
}

#portal{
	float: left;
	width: 950px;
	margin: 10px 0px 0px 0px;
}

