/* 
	Simon Dell'Oro		19th July 2004
	----------------------------------
	This stylesheet is used to house all common css code that is used for layout across 
	marketing-owned sites in the template system. 
*/

div.bodyContainer {
	/*width: 610px;*/
	margin: 0px;
	padding: 0px;
}

div.heading {
	/*width: 100%;
	float: left;*/
	margin: 0px;
	padding: 0px;
}

div.leftSection {
	/*width: 400px;*/
	margin: 0px;
	padding: 0px;	
}

div.rightSection {
	float: right;
	width: 200px;
	margin: 0px 10px 20px 20px;
	padding: 0px;
}

div.rightSectionCentre {
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px;
	text-align: center; 
}

h1.marketing {
    font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 160%; 
	font-style: normal; 
	color: #000000; 
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 5px;
}

a.navblack:link {
    color : #000000;
    text-decoration : none ! important;
}

a.navblack:visited  {
    color : #000000;
    text-decoration : none ! important;
}

a.navblack:hover  {
    color : #000000;
    text-decoration : underline ! important;
}

a.navblack:active  {
    color : #000000;
    text-decoration : underline ! important;
}

