/* CSS Document */
html {
	height: 100%;
}	
body {
	height: 100%;
	background-image: url(../images/bodyBG.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #b3b3b3; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}
h1 {
	margin: 0px 10px 10px 10px;
}
p,h2, h3 {
	margin: 20px 10px 20px 10px;
}
#container {
	width: 770px;
	/*height: auto;
	min-height: 100%;*/
	margin-left: auto;
		margin-right: auto;
	margin-top: 20px;
	padding: 0px;
	text-align: left;
}
#contentheader {
	height: 280px;
}
#contentleft {
	width: 175px;
	padding-top: 25px;
	float: left;
	background-color: #e6e6e6;
}
#contentleft p {
	margin-top: 37px;
}
#contentleft a {
	display: block;
	border-bottom: 2px solid #ffffff;
	text-decoration: none;
	color: #000000;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 7px;
	font-weight: bold;
}
#contentleft a:hover {
	display: block;
	background-color: #4d4d4d;
	border-bottom: 2px solid #4d4d4d;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
#contentcenter {
	width: 420px;
	/*min-height: 100%;height: auto;*/
	
	padding: 20px 0px 0px 0px;
	float: left;
	background-color: #ffffff;
	background-repeat: no-repeat; 
	background-position: bottom center; 
}
#contentcenter a {
	color: #999999;
	font-weight: bolder;
}
#contentcenter a:hover {
	color: #000000;
	font-weight: bolder;
}
#contentright {
	width: 175px;
	padding-top: 29px;
	float: left;
	background-color: #e6e6e6;
}
#contentright a {
	color: #4d4d4d;
	font-weight: bold;
	text-decoration: none;
}
#contentright a:hover {
	text-decoration: underline;
}
.morearrow {
	padding-top: 4px;
}
#colimage {
	height: auto;
	min-height: 100%;
	background-color: #000000;
	background-image: url(../images/contentBG.gif);
	background-repeat: repeat-y;
	background-position: top;
}

h1 {
	font-size: 1.7em;
	padding-top:10px;
	color: #999999;
}
h2 {
	font-size: 1.4em;
	color: #999999;
}
h3 {
	font-size: 1.4em;
	color: #999999;
}
#contentright p { 
	font-size:10px
}
#footer {
	height: 30px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat; 
}
.hide{
	display: none;
}
#mymenu1 {
	margin: 0px 10px 10px 10px;
}
#nav {
	margin: 0px 10px 0px 10px;
}
#spacer {
	/*height: 400px;*/
}
.imageMargin {
	margin-top: -16px;
}
/*--------------- Style for the contact form */
.formlabelwidth {
	width: 170px;
	float: left;
}
.inputwidthforddl {
	width: 97%;
}
.inputwidth {
	width: 97%;
}
.top-holder {
	/*background-image: url(../images/prj_unileverGIO.jpg);*/
	height: 280px;
}
