h2, h3, p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 140%;
}

h1 {
	font-family: Tahoma;
	font-size: 26px;
	text-transform: capitalize;
	font-weight: bold;
	color: #cc0000;
	text-align: center;
	line-height: 140%;
	margin-top: 25px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #474747;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #474747;
}

p {
	font-size: 15px;
	color: #474747;
}

a {
	text-decoration: none;
	color: #0983d1;
}

.hypno {
	color: #000000;
}

ul li {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #474747;
	line-height: 180%;
	list-style: none;
	background-image: url(../images/tick.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-right: 30px;
	margin-bottom: 15px;
	margin-left: -30px;
	background-position: 2px 2px;
}

body {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#contentContainer {
	margin: 0 auto;
	width: 760px;
	float: left;
}

#preHead h1 {
	font-family: Tahoma;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height: 150%;
	padding-bottom: 5px;
}

.highlight {
	background-color: #FFFEEE;
	padding: 2px 5px 2px 5px;
}

#pageHeadline h1 {
	font-family: Verdana;
	font-size: 24px;
	text-transform: capitalize;
	font-weight: bold;
	color: #cc0000;
	text-align: center;
	line-height: 140%;
	padding-bottom: 5px;
}

#postHead h1 {
	font-family: Verdana;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: bold;
	color: #474747;
	text-align: center;
	line-height: 140%;
	padding-bottom: 5px;
}

#mainBodyContent {
	width: 720px;
	padding-left: 20px;
	padding-right: 20px;
}

#mainBodyContent h1 {
	font-size: 22px;
	text-transform: capitalize;
	font-weight: bold;
	color: #cc0000;
	text-align: left;
	padding-top: 15px;
}

#mainBodyContent h2 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: bold;
	color: #0983d1;
	padding-top: 15px;
}

.dashboard {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

.trainingDownload {
	border: 1px solid #cccccc;
	background-color: #fafafa;
	padding: 5px 8px 5px 8px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 640px;
}

.trainingContent {
	float: right;
	width: 580px;
	font-family: Verdana;
	color: #474747;
	font-size: 15px;
	line-height: 140%;
}

.trainingContentTitle {
	font-size: 16px;
	font-weight: bold;
	color: #0983d1;
	line-height: 160%;
}

.highlight {
	background-color: #ffdf6;
}

.trainingImage {
	margin-right: 10px;
	float: left;
	width: 50px;
}

.signup {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

#footer {
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.clear {
	clear: both;
}

.redText {
	color: #cc0000;
}

.center {
	text-align: center;
}