
#header {
		clear:both;
		float:left;
		width:100%;
		color:#930;
		border-bottom:1px solid #000;
	}

#header ul li a.active:hover {
		color:#fff;
		background:#900;
		font-weight:bold;
}
a:hover {
		color:#fff;
		background:#900;
		text-decoration:underline;
}

#header ul li a span {
		display:block;
	}
#header ul li a:hover {
		background:#930;

#header p 
#header h1,
#header h2 {
		padding:.1em 10px 0 10px;
		margin:0;
		background:#fff689;
	}
 
#header h3 {
		text-align:center;
		padding:.1em 15px 10 15px;
		margin:0;
	}


 
#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;		 
		margin:10px 0 0 3;
		padding:10;
	}
#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:10;
	}
#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:250px;
		line-height:1.3em;
	}



color:#fff
	}		
 
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:10px solid #930;
		margin:0;
		padding:0px 55px !important;
		text-align:right;
	}

body {
	margin:0;
	padding:0;
	border:0;			
	width:100%;
	min-width:600px;  
  	font-size:90%;
	background:#DDD0AD;
	}
  
.bodytext {
    font-family:verdana,arial,georgia,serif;	
    font-size:0.75em;
    text-align: justify;
}
 
.center {
    text-align: center;
}
	a {
		font-weight: bold; 
		color:#930;
		text-decoration: none;
	}
	 
a:hover {
		color:#fff;
		background:#900;
		text-decoration:none;
	}


p {
		margin:.4em 0 .8em 0;
		padding:0;
		font-family:verdana,arial,georgia,serif;
		text-align: justify;
	}


.ltt1 { font: 10px/14px arial, verdana, helvetica, sans-serif; color: #000; }
 
	img { margin:10px 0 5px;}
 


#active2 #tab2,
#active3 #tab3,
#active4 #tab4,
#active5 #tab5 {
	font-weight:bold;
	text-decoration:none;
	color:#000;
	background:#ddd0ad;
}

#footer {
	clear:both;
	float:left;
	width:100%;
}
#footer p {
	margin-left:2%;
	padding-right:2%;
}




/* Start of Column CSS */
#container4 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#ccc; /* column 4 background colour b2f0f9 or FBDA9C*/
}
#container3 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:25%;
	background:#FBDA9C; /* column 3 background colour 89ffa2*/
}
#container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:25%;
	background:#ddd; /* column 2 background colour #ffa7a7*/
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:25%;
	background:#F5C7C7; /* column 1 background colour fff689 or FBDA9C FCBFBF*/
}
#col1 {
	float:left;
	width:21%;
	position:relative;
	left:77%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:21%;
	position:relative;
	left:81%;
	overflow:hidden;
}
#col3 {
	float:left;
	width:21%;
	position:relative;
	left:85%;
	overflow:hidden;
}
#col4 {
	float:left;
	width:21%;
	position:relative;
	left:89%;
	overflow:hidden;
}


