body { 
	font-family: Tahoma;
	color: #000000;
	background-color: #FFFFFF; 
	margin: 0px; 
	padding: 0px;
	text-align: center;
	background:   url(./images/bg_main.jpg) repeat-y top center; 

}

p { 
	padding: 0px;
	font: 12px Tahoma; 
	margin-top: 8px;
	margin-bottom: 15px;
	text-align: justify;
}
li
{
	padding: 0px;
	font: 12px Tahoma; 
}

h3 {
	margin-top: 15px;
	font: bold 14pt Tahoma;
	margin-bottom: 0px; 
	color: #0B6FB8;
	padding-bottom: 4px;
	background:   url(./images/mapleleafBeigesmall.gif) no-repeat;
	padding-left: 24px;
}
h2 {
	margin-top: 15px;
	font: bold 12pt Tahoma;
	margin-bottom: 0px; 
	color: #0B6FB8;
	padding-bottom: 4px;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #333333;
}

a:visited { 
	font-weight: bold; 
	text-decoration: none;
	color: #333333;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #55A8E5;
}
	
#picLeft {
	float: left;
}
	
#picRight {
	float: right;
}
	
/* LAYOUT ----------------------------------------------------*/
#container {
/*	background:   url(./images/bg_main.jpg) repeat-y; */
	width: 800px;
	height: 100%;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 140px;
	padding-left: 190px;
	text-align: left;
	position: relative;
}
   
#PageHeader { 
	background:   url(./images/CFT_logo-5.gif) no-repeat right top; 
	width: 783px;
	height: 222px;
	position: absolute;
	top: 0px;
	left: 30px;
	float: left;
}
	
#rightPageHeader {
	background:   url(./images/heading.jpg) no-repeat left top;
	width: 575px;
	height: 135px;
	position: absolute;
	top: 0px;
	left: 190px;
	float: right;
}
	
#linkList {
	width: 151px;
	font: 11px Tahoma; 
	position: absolute;
	top: 225px;
	left: 30px;
	margin: 0px;
	padding: 0px;
	background-color: #EDE1C0;
}
	
#textBody{
	width: 625px;	
	margin-bottom: 40px;
	position: absolute;
	top: 225px;
	left: 245px;
	padding: 0px;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 173px;
	width:450px;
	text-align: center;
	font: bold 10px Tahoma;
	padding: 10px;
	text-transform: uppercase;
	border-top: 1px dashed #dddddd;
	top: 823px;
}

/* MENU ----------------------------------------------------*/	

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

#lselect li{
	padding: 5px 0px;
	background:   url(./images/bullet.gif) no-repeat 0 50%;
}

#lselect li a {
	display: block;
}

#lselect li a.c {
	display: inline;
}

#linkList #lselect ul li {
	border-bottom: 1px solid #EEEEEE;
	display: block;
	padding: 5px 0 5px 15px;
}
		
#linkList #lselect ul li {
	border-bottom: 1px solid #EEEEEE;
	display: block;
	padding: 5px 0 5px 15px;
}
	
#lselect {
   padding: 15px 10px 15px 10px;
   margin: 0px;
}

