/* ALLOWS NESTED ELEMENTS TO BE POSITIONED ABSOLUTELY */
.element-container {
	position: relative;
}

/* REQUIRED BECAUSE PAGE HEIGHT FALLS SHORT WITHOUT IT */
.set-height {
	height: 1200px;
}


/* REQUIRED TO POSITION FOOTER MANUALLY AFTER LAST ELEMENT */
.position-footer {
	position: absolute;
	left: 0px;
	top: 896px;
	width: 770px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	width: 770px;
	text-align:center;
	margin-bottom:60px;
}


.position-footer a {
	color:#666;
	text-align:center;
}

.position-footer a:hover {
	color: #999;
}

/* ELEMENTS ON PAGE - EDIT AS APPROPRIATE */
.element1 {
	position: absolute;
	left: 16px;
	top: 27px;
	height: 236px;
	width: 414px;
	background-repeat: no-repeat;
	margin: 2px;
	color: #000000;
	background-color: #FFFFFF;
}
.element2 {
	position: absolute;
	left: 440px;
	top: 4px;
	height: 74px;
	width: 294px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
.element3 {
	position: absolute;
	left: 15px;
	top: 304px;
	height: 413px;
	width: 299px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	background-color: #FFFFFF;
}
.element4 {
	position: absolute;
	left: 450px;
	top: 98px;
	height: 163px;
	width: 294px;
	background-image: url(../images/training/index/searchbox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
.element5 {
	position: absolute;
	left: 18px;
	top: 730px;
	height: 23px;
	width: 734px;
}
.element6 {
	position: absolute;
	left: 317px;
	top: 278px;
	height: 443px;
	width: 438px;
	background-color: #FFFFFF;
	font-style: normal;
	text-align: right;
}

/* SET STYLES FOR TEXT WITHIN ELEMENTS */
.element1 p, .element2 p, .element3 p, .element4 p, .element5 p, .element6 p {
{
	margin-left: 10px;
	line-height: 1.4em;
	font-size:1em;
	margin-bottom: 1em;
}

.element1 h1, .element2 h1, .element3 h1, .element4 h1, .element5 h1, .element6 h1 {
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif;
  	font-size: 1.3em;
  	color:#000;
	margin-bottom:1em;
	margin-left: 10px;
	margin-top:10px;
	
}
.element2            {
 	line-height: 1;
	font-family:Arial, Helvetica, sans-serif;
  	font-size: 1.3em;
  	color:#000;
	margin-bottom:1em;
	margin-left: 10px;
	margin-top:20px;		  
}

.element1 h3, .element2 h3, .element3 h3, .element4 h3, .element5 h3, .element6 h3 {
  	line-height: 1;
	font-family:Arial, Helvetica, sans-serif;
  	font-size: 1.1em;
  	color:#000;
	margin-bottom:1em;
	margin-left: 10px;
	margin-top:10px;
}

.element1 h4, .element2 h4, .element3 h4, .element4 h4, .element5 h4, .element6 h4 {
   	line-height: 1;
	font-family:Arial, Helvetica, sans-serif;
  	font-size: 0.9em;
  	color:#000;
	margin-bottom:1em;
	margin-left: 10px;
	margin-top:10px;
}

.element1 h5, .element2 h5, .element3 h5, .element4 h5, .element5 h5, .element6 h5 {
   	line-height: 1;
	font-family:Arial, Helvetica, sans-serif;
  	font-size: 0.9em;
  	color:#000;
	margin-bottom:1em;
	margin-left: 10px;
	margin-top:10px;
}

.element1 ul, .element2 ul, .element3 ul, .element4 ul, .element5 ul, .element6 ul {
	margin-left: 25px;
	line-height: 1.4em;
	font-size:1em;
	margin-bottom: 1em;
	margin-right:40px;

}

.element1 ol, .element2 ol, .element3 ol, .element4 ol, .element5 ol, .element6 ol {
	margin-left: 30px;
	line-height: 1.4em;
	font-size:1em;
	margin-bottom: 1em;
	margin-right:10px;

}

.element1 table, .element2 table, .element3 table, .element4 table, .element5 table, .element6 table {
	margin-left:10px;
}
