body{
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 1.6em;
	color: #70665A;
	text-align: justify;
}


#mainContainer {
	width: 1020px;
	margin: 0 auto;
	padding: 0px;
}

#topContainer {
	height: 114px;
	width: 1024px;
	float: left;
	background-image: url(../images/bckgMainTop.jpg);
}

#topSimpleContainer {
	height: 83px;
	width: 1024px;
	float: left;
	background-image: url(../images/bckgSimpleMainTop.jpg);
	background-repeat: no-repeat;
}


#middleContainer {
	width: 920px;
	background-image: url(../images/bckgMainMiddle.jpg);
	float: left;
	padding: 50px;
	padding-left: 50px;
}


#bottomContainer {
	height: 40px;
	background-image: url(../images/bckgMainBottom.jpg);
	float: left;
	font-size: 7pt;
	padding: 0 25px 25px 50px;
	background-repeat: no-repeat;
}

.layout__footer {
    padding: 40px 0 25px 0;
}

#footerContainer {
	color: #999999;
	font-size: 7pt;
	padding-left: 25px;
	margin: 2em 0 2em 0;
	border-top: 1px solid lightgrey;
}

.footerText {
	float: left;
	width: 800px;
}

.footerVersion {
	float: right;
}

h1, h2, h3{
	margin: 0px; 
	margin-bottom: 0.5em;
}

p {
	margin: 0px;	
	margin-bottom: 1em;
}

h1.simplePageHeadline {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #755407;
	padding-left: 50px;
	border: none;
	letter-spacing: 0.6em;		
}

h1 {
	font-size: 12pt;
	color: #676767;
	margin-top: 3em;
	padding-bottom: 5px;
	border-bottom: 1px solid #CACACA;
}

h2 {
	font-size: 9pt;
	margin-top: 2em;
	color: #474747;
}

h3 {
	font-size: 8pt;
	font-style: italic;
}

ul {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	margin-bottom: 1em;
}

li {
	list-style-image: url(../images/bullet.jpg);
}
















