/** LAYOUT DIVS **/

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 66%;
	color: #333333;
	background-color: #ffffff;
	line-height: 1.2em;
	
	}
	
.contentheading {
	font-family: 'Trebuchet MS', verdana, sans-serif;
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: normal;
 	color: #222222;
	text-align:left;
	vertical-align: middle;
	width:98%;
	padding-top:10px;
	padding-bottom:6px;
	border-bottom-color:#dfdfdf;
	border-bottom-style:solid;
	border-bottom-width:1px;

	}

h1	{
	font-size:1.4em;
	line-height:1.6em;
	font-weight:bold;
	}
	
h2	{
	font-size:1.3em;
	line-height:1.4em;
	font-weight:bold;
	}
h3	{
	font-size:1.2em;
	line-height:1.3em;
	font-weight:bold;	}
h4	{
	font-size:1.1em;
	line-height:1.2em;
	font-weight:bold;
	}
h5 	{
	font-size:1em;
	line-height:1em;
	font-weight:bold;
	}

	
.header	{
	width:780px;
	height:1px;
	position: absolute;
	left:0px;
	top:0px;
	display: none;
	}
	
.menu	{
	width:780px;
	position:absolute;
	top:106px;
	height:1px;
	left:15px;
	background-image:url(../../../images/menubar.png);
	background-repeat:repeat-x;
	display: none;

	}
	
.menucol1	{
	width:270px;
	float:left;
	text-align:left;
	padding-left:10px;
	padding-top:0px;
	display: none;
	}
	
.menucol2	{
	width:490px;
	float:right;
	text-align:right;
	display: none;
	}
.leftmenu	{
	width:1px;
	padding:0px;
	position:absolute;
	left:0px;
	top:1px;
	background-image:url(../../../images/background.jpg);
	background-repeat:no-repeat;
	z-index:4;
	display: none;

	}
.main	{

	top:1px;
	left:1px;
	position:absolute;
	padding:10mm;

	}
