h1,h2,h3,h4,h5 {
	color:#D9261C;
	background-color:inherit;
	font-weight:normal;
	font-family:Tahoma,Helvetica,sans-serif;
	margin:.5em 0 .5em 0;
}
h1 {
	display:none;
}
h2 {
	font-size: 1.375em; /* 16x1.375=22px */
	line-height: 1.636em;/* 16x1.636=36px */
	border-bottom:1px solid #8F8F8F;
	margin:.5em 0 .5em 0;
}
h3 {
	font-size: 1.125em; /* 16x1.125=18px */
	font-weight:normal;
}
h4 {
	font-size:1.1em;
}
h5 {
	font-size:1.05em;
}

/* Standard Paragraph */
p{
	font-size: 0.835em; /* 16x0.875=14px */
	line-height:1.35em;
	margin:.5em 0 .5em;
	color:#ddd;
	background-color:inherit;
}
blockquote {
	font-size: 0.835em; /* 16x0.875=14px */
	color:#ddd;
	margin:1em;
	padding:.75em;
	border:1px dotted #333;
	background-color:#222;
	line-height:1.45em;
}

.copyMedium {
  font-size:0.9em;
}

/* Colour Styles */
.colred {
  color:#D9261C;
  background-color:inherit;
}

/* IMG Styles */
.imgStandard{
	margin:0 8px 5px 0;
	border: 2px solid #8F8F8F;
	float:left;
}
.itemImage {
	margin:0 10px 25px 0;
}
.imgRightBorder{
	float:right;
	border:1px solid #D9261C;
	margin:0 0 10px 5px;
}

/* Standard Links */
a{
	text-decoration:none;
	color:#D9261C;
	background-color:inherit;
	font-weight:bold;
	border-bottom:1px dotted #D9261C;
	outline:0;
}
a:hover{
	text-decoration:none;
	border-bottom:1px solid #D9261C;
	color:#D9261C;
}

#centrecol a{
	text-decoration:none;
	color:#ddd;
	background-color:inherit;
	border-bottom:1px dotted #ddd;
	outline:0;
}
#centrecol a:hover{
	text-decoration:none;
	border-bottom:1px solid #ddd;
	color:#ddd;
}

/* Standard Lists */
ul{
	margin:0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	font-size: 0.835em; /* 16x0.875=14px */
	line-height:1.35em;
	list-style: url(../img/gfx_li_cross.gif);
	color:#ddd;
}
ol{
	margin:0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	font-size: 0.835em; /* 16x0.875=14px */
	line-height:1.35em;
	list-style: lower-roman;
	color:#ddd;
}


/* Forms */
.frmBasic {
  padding:0px 6px 4px 6px;
}
.frmBasic h4, .headline{
  font-size: 0.975em; /* 16x0.875=14px */
  margin:1.5em 0 .5em 0;
  padding:0 0 .5em 0;
  border-bottom: 1px dotted #602926;
  font-weight:bold;
}
.frmBasic ul{
  font-size: 0.875em; /* 16x0.875=14px */
}
.tfSmall{
  padding:2px;
  width:12em;
  color:#DDD;
  font-size:0.725em;
	background : transparent url(../img/bg_semiTrans_grey_75.png) repeat;
  border:1px solid #888;
}
.taSmall{
  padding:2px;
  width:12em;
  color:#DDD;
  font-size:0.725em;
  font-family:Arial, Helvetica, sans-serif;
	background : transparent url(../img/bg_semiTrans_grey_75.png) repeat;
  border:1px solid #888;
}
.inputSubmit{
  margin-top:1.5em;
  margin-bottom:2.5em;
  font-size:0.75em;
}
.selectSmall{
  font-size:0.725em;
  background-color: #FFF;
}
.valreqs {
  width:11em;
  float:right;
  margin-top:-1.2em;
}


/* Misc. Text Styles */
.phonenum {
	color:#FFF;
	font-weight:bold;
	font-family:Arial, Helmet, Freesans, sans-serif;
}

.emllnk {
	color:#D9261C;
	background-color:inherit;
	font-weight:normal;
	font-family:Arial, Helmet, Freesans, sans-serif;
}

p.totop {
	text-decoration:none;
	margin-bottom:1em;
}


/* Training course divs */
	.trainingCourse {
		margin-bottom:1em;
		margin-left:1em;
	}
	.trainingCourse h4{
		margin:0;
		padding:0;
		font-size:1em;
	}
	.trainingCourse p{
		margin:0;
		padding:0;
	}
	
/* Offerings List */
	.winBoxBody .ulOfferings {
		margin:0 10px 0 10px;
		padding:0 10px 0 13px;
	}
		.winBoxBody .ulOfferings li{
			margin:0 0 0 0;
			padding:0 0 0 0;
		}
		
		
		
		
		
/*  Testimonials */
	.testimonial {
		padding-bottom:.5em;
		margin-bottom:1em;
		border-bottom:1px dotted #D9261C;
	}		
		
		.testimonial p{
			line-height:1.55em;
		}		
				
			
		.testimonial .testimonialAuthor {
			text-align:right;
		}
			
		.testimonial .testimonialAuthor img{
			float:left;
		}
		
		
		
/* Warning Panel */
	.warningPanel {
		border:1px dotted #D9261C;
		padding:.25em;
		margin:0 0 1em 0;
	}
	.warningPanel ul{
		margin:0 0 1em 2em;
	}
	

