/* ----------------------------------------------------------------- */
/* Body Styles */
/* ----------------------------------------------------------------- */

Html *
{
	border:				0;
	margin: 			0;
	padding: 			0;

}

body {
	font-weight:		normal;
	font-size:			65.5%;
	font-family:		Arial, Helvetica, sans-serif;		
	color: 				#000;
	background-color: 	#fff;
}

h1
{
	font-size:          140%;
}

h2
{
	font-size:          130%;
}
h3
{
	font-size:          120%;
}
h4, h5, h6
{
	font-size:          110%;
}

a {
	color:				#666665;

}

a:hover {
	color:				#000;
}
input,select,option {
	font-size:			96%;
	letter-spacing:		0.1em;
}

/* ----------------------------------------------------------------- */
/* Layout Position DIVS */
/* ----------------------------------------------------------------- */

#wrapper {
	width: 				100%;
	text-align: 		left;
}

#printlogo {
	background-color:	#DDDADA;
}


#header, #choice, #logo, tabnav, #search, #youarehere, #left, #sectornav, #menu, #casestudies, #rightcol, #offer, #maintab, #ajaxcontentarea, #rightbanner, #footer, #belowfooter, #quicklink {
	position: 		absolute;
	display:		none;
}





#right {
	padding-top:	2em;
}


#contents {
	clear:		both;

}

#printfooter {
	padding-top:	2em;
	clear:		both;

}







