body {
	margin: 0;
	padding: 0;
	font: 62.5% Arial, Helvetica, sans-serif; 
	color: #000;
}

#outerHeader {
	margin: 0 auto;
	background: #FC0 url(../images/redyellow_43.gif) repeat-x top;
}

#header {
	min-height: 26px;
	min-width: 770px;
	max-width: 990px;
	margin: 0 auto;
/*	background: url(../images/wliLogo.jpg) no-repeat; */
}

#outerStrap {
	background: #ff9602 url(../images/outerStrapBG.jpg) repeat-x;
	min-height: 135px;
	border-bottom: 1px solid #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

#strap {
	background: url(../images/wliBG3.jpg) no-repeat right;
	min-width: 770px;
	max-width: 990px;
	margin: 0 auto;
	min-height: 134px;
}

#outerContent {
	background: #fff url(../images/yellofade.gif) repeat-x;
	min-height: 300px;
}

#contentWrapper {
	min-width: 770px;
	max-width: 990px;
	padding-top: 1px;
	margin: 0 auto;
	font-size: 1.2em;
}

#content {
	margin: 0 210px 0 170px;
}

#content img {
	border: 1px solid #000;
}
#content table tr td img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content img.nobrd {
	border: none;
	padding-left: 10px;
	padding-bottom: 5 px;
	float: right;
}
#content img.nobrdleft {
	border: none;
	padding-left: 10px;
	padding-bottom: 5 px;
	float: left;
	padding-right: 10px;
}
#content img.nobrdsimple {
	border: none;
}
#leftcol {
	width: 150px;
	float: left;
	padding-top: 14px;
	margin-left: 3px;
}

#rightcol {
	width: 190px;
	float: right;
	color: #4e4845;
}
#rightcolwide {
	width: 348px;
	float: right;
	color: #4e4845;
	margin-left: 20px;
}

#footer {
	clear: both;
	font-size: .9em;
	margin-top: 25px;
	background-image: url(../images/redyellow_34.gif);
	background-repeat: repeat-x;
	background-position: top;
	min-height: 30px;
}

#footer p {
	float: right;
}

#footer a {
	color: #ff4a22;
}

/********** text elements ******************/

h1, h2, h3 {
	font-size: 2.1em;
	color: #000;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.8em;
	margin-bottom: 0;
}
/* the following 2 styles are for article title and article posted */
h5 {
	font-size: 1.4em;
	font-weight: bold;
	color: #009;
}
h6 {
	font-size: 0.8em;
	font-style: italic;
	color: #666;
}	

p, td, th, #content ul li, #content ol li, #content ol li ul li  {
	font-size: 1.2em;
	line-height: 1.4em;
}
#content ol li ul li {
	font-size: 1.0em;
	color: #009;
	line-height: 1.4em;
}


	
img { border: none; }
/********** Generic classes **********************/

.right {
	float: right;
	margin: 4px 0 2px 5px;
}
.rightnoborder {
	float: right;
	margin: 4px 0 2px 5px;
	border: none;
}

/********** header navigation *********************/

#header ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.2em;
 }
  
#header li {
  float: right;		
/*  background: url("../images/right.gif") no-repeat bottom right; */
  padding: 0 2px 0 3px;
  margin: 0 1px;
}
  
#header a {
	float: left;
	display: block;
	/*  background: url("../images/left.gif") no-repeat left bottom; */
	background-color: #FCDB58;
	padding: 3px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #595856;
	margin-right: 3px;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {
float: none;
}
/* End IE5-Mac hack */


#header a:hover, #header a:focus {
  color: #FF4A22;
}
  
#header #current {
/*  background-image: url("../images/right_on.gif");*/
}  
#header #current a {
/*  background-image: url("../images/left_on.gif");*/
	background-color:#F00;

  color: #fff;
}
body#home li#home a, body#programs li#programs a, body#video li#video a, body#products li#products a, body#home li#home a, body#training li#training a, body#about li#about a, body#help li#help a, body#contact li#contact a {
	background-color:#F00;
    color: #fff;
}

/********* Side Navigation ********************/

#leftcol ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#leftcol li {
	margin-bottom: 1px;
}

#leftcol li a {
	text-decoration: none;
	display: block;
	color: #f47358;
	background-color: #FCDB58;
	padding: 2px 3px;
}

#leftcol li a:hover, #leftcol li .here {
	color: #000;
	background-color: #F00;}
	
	/********* form ********************/
label {
	color: #000;
}

input {
	/*background-color: #ff9602; */
	border: 1px solid #000;
	margin-bottom: 4px;
}

.button {
	background-color: #000;
	border: 1px solid #ff9602;
	color: #ff9602;
	padding: 2px 4px;
}

/************ Column control ****************/

.twocol #rightcol {
	display: none;
}

.twocol #content {
	margin-right: 0;
	margin-left: 170px;
	width: auto;
}


/************ For IE mac ********************/

 /*\*//*/
 #header {
	height: 60px;
}

#outerStrap {
	height: 185px;
}

 #outerContent {
	height: 300px;
}

#strap {
    background: url(strapBG.jpg) no-repeat top center;
    height: 184px;
} 

#content {margin-left: -20px;}
#leftcol {margin-right: 20px;} 
 /**/
/* Styles from old design */
.borderYellow {
	border: 2px solid #FFC600;
	padding-right: 3px;
	padding-left: 3px;
}
h4 {
	color: #FF4500;
	font-size: 1.3em;
}
.articleTitle {
	font-size: 1.4em;
	font-weight: bold;
	color: #009;
}
.articlePosted {
	font-size: 0.8em;
	font-style: italic;
	color: #666;
}

.imgFloatL { float: left; padding: 0px 10px 10px 0px; border:none; } /* image float left */
.imgFloatR { float: right; padding: 0px 0px 10px 10px; border:none; } /* image float right */
.imgBrd { 
	border: 1px solid #000;
}

.boxYellow{
	background-color: #FFC600;
	padding: 4px;
	margin: 0px;
}
.bigRed {
	color: #FF0000;
	font-size: 1.3em;
}
.rfs {
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
}
#content table tr td p a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#testimonial {
	font-style: italic;
	background-color: #FDFCD7;
	padding: 4px;
/*	float: right;
	width: 200px; */
	border: 1px solid #FC3;
/*	right: -20px;
	position: relative; */
}
.ctr {
	text-align: center;
}
/* styles from 07 website */
/*coloured boxes with white heading*/
.boxBlue{
	background-color: #0D6AB0;
	padding: 4px;
	margin: 0px;
}
.boxRed{
	background-color: #FF0000;
	padding: 4px;
	margin: 0px;
}
.boxYellow{
	background-color: #FFC600;
	padding: 4px;
	margin: 0px;
}
.box2 {
	background-color: #FFFFFF;
	padding: 8px;
	text-align: justify;
}
.headingInBox {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
}
.whitecentre {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.tableBlue {
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
}
.tableYellow {
	margin: 0px;
	padding: 10px;
	border-collapse:collapse;
	border: 2px solid #FFC600;
	
}
.tableYellow td {
	padding: 10px;
}	
.center { text-align: center; } /* align center */
.clear { clear: both; }
.testimonial {
	background-image: url(../images/learning/paper.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 6px;
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F00;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-bottom: 10px;
}
.cred { color: #CC3333; } /* color red */
#tableFAQ {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px;
	width: 90%;
}
#tableFAQ td {
	vertical-align: top;
	padding: 10px;
	font-size: 1.2em;
}
#tableFAQ td p {
	font-size: 1.2em;
}
/* STYLES FOR FAQ */
.question {
	background-color: #FFC;
	background-image: url(../images/q.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 5px;
	min-height: 25px;
	padding-left: 35px;
	font-size: 1.2em;
}
.answer {
	background-image: url(../images/a.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 16px;
	padding-left: 35px;
	font-size: 1.2em;
}
.answer p{
	font-size: 1em;
	line-height: 1.1em;
}
#content #contactBox {
	border: 2px solid #FFC600;
	background-color: #FFC600;
}
#contactBox .yellowLeft {
	background-color: #FFC600;
	float: left;
	width: 140px;
	text-align: center;
/*	min-height: 250px; */
}
#contactBox .contactInfo {
	background-color: #FFF;
	padding: 1em;
	margin-left: 160px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFC600;
}
.smaller {
	font-size: .9em;
	line-height: 1em;
}
/* Feedback forms */
.tblGreenForm {
	margin: 0px;

	border-collapse:collapse;
	border: 2px solid #3ABE00;
	}
.tblGreenForm td {
	padding: 2px 10px;
	font-size: 0.9em;
}
.tblGreenForm caption {
	text-align:left;
}
/************* yellow form for seminar reg ***/
.tblYellowForm {
	margin: 0px;

	border-collapse:collapse;
	border: 2px solid #FFC600;
	
}
.tblYellowForm td {
	padding: 2px 10px;
	font-size: 0.9em;
}
.tblYellowForm caption {
	text-align:left;
}
.tblOrangeForm {
	margin: 0px;

	border-collapse:collapse;
	border: 2px solid #FF7704;
	}
.tblOrangeForm td {
	padding: 2px 10px;
	font-size: 0.9em;
}
.tblOrangeForm caption {
	text-align:left;
}
.credbold {
	color: #FF0000;
	font-weight: bold;
} /* color red and bold */
.blueSubHead {
	font-weight: bold;
	color: #002C83;
}