.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #FFFFFF; 
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}

.hometext {
	margin-top:130px;
	margin-bottom:10px;
	margin-left:55px;
	margin-right:40px;
	text-align:left;
	font-size: 14px;

}

.high {
	font-size:16px;
	font-weight: bold;
	color: #FF3300;

}

.coursetitle {
	font-size:14px;
	font-weight: bold;

}

.courselocation {
	font-size:18px;
	font-weight: bold;

}

.list {
	text-align:left;
	font-size: 12px;
	color: #990000; /*  #FF3300; */
	padding-left:20px;
	list-style-type: square;
	list-style-position: outside;
	line-height:normal;
	margin-top: 0px;
}

.mainpara {
	text-align:left;
	font-size: 12px;
	color: #990000; /*  #FF3300; */
	padding-left:20px;
	margin-left:40px;
	margin-right:40px;
}

.leading {
	text-align:left;
	font-size: 12px;
	color: #990000; /*  #FF3300; */
}


.quoter {
	text-align:right;
	font-size: 10px;
	color: #CC0000;
	padding-right:20px;
}

.mainheader {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #FF3300;
}

.quotemedium {
	font-size: 16px;
	font-style: bold;
	font-weight: normal;
	color: #990000;
}

.titlesection {
	margin-top:30px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	text-align:left;
	font-size: 14px;
	width:760px;
	height:140px;
	background-color:#FFFFFF;
	background-image:url(../images/logo.gif);
	background-position:100% 5%;
	background-repeat:no-repeat;
}

.textsection {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	text-align:left;
	font-size: 12px;
	width:760px;
	height:320px;
	background-color:#FFFFFF;
}


.footersection {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0;
	text-align:center;
	font-size: 14px;
	width:760px;
	height:30px;
	background-color:#252819;
	color:#FFFFFF;

}

.footerelement {
	text-align:center;
	font-size: 14px;
	width:360px;
	height:30px;
	padding:5px;
}
.footer3element {
	text-align:center;
	font-size: 14px;
	width:240px;
	height:30px;
	padding:5px;
}



/* set text link characteristics */
a:link {	text-decoration: none; 
			color: #FF3300; }
a.main:link {	text-decoration: none; 
			color: #FF3300; 
			font-weight:bold; }
a:active {	text-decoration: none; 
			color: #FF3300; }
a:visited {	text-decoration: none; 
			color: #FF3300; }
a.main:visited {text-decoration: none; 
			color: #FF3300; 
			font-weight:bold; }
a:hover {	text-decoration: underline;  
			color: #FF3300; }

/* set terms & conditions link characteristics */
a.mail:link {	text-decoration: none; 
			color: #FF3300; }
a.mail:active {	text-decoration: none; 
			color: #FF3300;  }
a.mail:visited {	text-decoration: none; 
			color: #FF3300;  }
a.mail:hover {	text-decoration: underline;  
			color: #CC0000; }



