body  { 
	color: #000; 
	font-size: 11px; 
	line-height: 16px; 
	font-family: Arial; 
	background: url(/lib/bg.png) repeat; 
	text-align: justify; 
	margin: 0;
	margin-top:39px; 
	padding: 0;
	}

.header02 {
	font-size: 14px; 
	}
	

#main{
	width:992px;
	margin-left:auto;
	margin-right:auto;
	}

#container{
	overflow:hidden;
	}

#left_col{
	width:304px;
	min-height:300px;	
	margin-bottom:-5000px;
	padding-bottom:5000px;
	float:left;
	background:white;
	}

#left_col2{
	width:1px;
	min-height:300px;			
	margin-bottom:-5000px;
	padding-bottom:5000px;
	float:left;
	background:#B3B3B3;
	}
	
#right_col{
	width:201px;
	min-height:300px;			
	margin-bottom:-5000px;
	padding-bottom:5000px;
	float:right;
	background:white;
	}

#right_col2{
	width:1px;
	min-height:300px;			
	margin-bottom:-5000px;
	padding-bottom:5000px;
	float:right;
	background:#B3B3B3;
	}
	
#centre_col{
	width:485px;
	min-height:300px;			
	margin-bottom:-5000px;
	padding-bottom:5000px;
	background:white;
	margin-left:305px;
	}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	}
	
#header { 
	width: 992px;
	/*height:300px;*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top:0px;
	background-color: #fff;
	}	

.searchfield  { 
	color: #000; 
	font-size: 10px; 
	font-family: arial; 
	background-color: #DAEF7F; 
	width: 120px; 
	height: 14px;
	border:0px;
	}
	
#home { 
	float:right;
	margin-top:20px;
	margin-right:30px;
	}
	
#home a:hover, #home a:hover img {
	/* for IE */
  	filter:alpha(opacity=80);
  	/* CSS3 standard */
 	 opacity:0.8;
	}
	
#footer { 
	margin-top:10px;
	width: 992px;
	}

#fourfx { 
	float:left;
	color:#ffffff;
	}
	
#fourfx a, #fourfx a:link, #fourfx a:visited, #fourfx a:active{
	color: #fff; 
	font-size: 11px; 
	text-decoration: none; 
	}
	
	
#fourfx a:hover{
	color: #fff; 
	font-size: 11px; 
	text-decoration: underline; 
	}

.pageimage   { 
	float: right; 
	margin-bottom: 10px; 
	margin-left: 20px; 
	border: solid 1px #B3B3B3; 
	}

#copy { 
	margin-left:22px;
	margin-right:22px;
	}
	
li	{
	margin-bottom:8px;
	}	
	
.copynav a, .copynav a:link, .copynav a:visited, .copynav a:hover, .copynav a:active{
	color: #F78F1E; 
	font-size: 12px; 
	text-decoration: none; 
	}


#nav a:hover, #nav a:hover img {
	/* for IE */
  	filter:alpha(opacity=80);
  	/* CSS3 standard */
 	 opacity:0.8;
	}
	
a:link     
	{ 
	color: #F78F1E; 
	font-size: 12px; 
	text-decoration: none; 
	}

a:visited            
	{ 
	color:#F78F1E; 
	font-size: 12px; 
	text-decoration: none ;
	}

a:hover           	 
	{ 
	color:#F78F1E; 
	font-size: 12px; 
	text-decoration: underline ;
	}

.subtitle { 
	color: #B6DF00; 
	font-size: 14px; 
	font-family: Arial; 
	margin: 0;
	margin-top:25px;
	}	
	
.subcopy { 
	font-family: Arial; 
	text-align: left; 
	}	
	
	
#footer_left{
float:left;
}


#footer_right{
	color:#FFFFFF; 
	float:right;
}

#footer_right a, #footer_right a:link, #footer_right a:visited, #footer_right a:active{
	color: #fff; 
	font-size: 11px; 
	text-decoration: none; 
	}
	
	
#footer_right a:hover{
	color: #fff; 
	font-size: 11px; 
	text-decoration: underline; 
	}
	
	
/* form checker starts */
#warningText		{ color: #ff0000;	font-size: 12px; font-family: Arial; display: none }
.formText			{ color: #B4BF11;	font-size: 12px; font-family: Arial; }
.FormTextFail		{ color: #ff0000;	font-size: 12px; font-family: Arial; }
.formTextInput 		{ color: #343434; 	font-size: 12px; font-family: Arial; background-color: red; border: solid 1px #797979;; width: 300px  }
.formTextInputFail 	{ color: #fff;  	font-size: 12px; font-family: Arial; background-color: #ff0000; border: solid 1px #7979799; width: 300px; font-weight: bold  }
.formfield 			{ color: #343434;  	font-size: 12px; font-family: arial; background-color: #ffffff; border: solid 1px #797979; width: 300px }
/* form checker ends */