<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
	margin:0px auto;
	padding:0px;
	background: url(images/bg.gif) repeat;
	}
	
#header {
	margin:0px auto;
	width:860px;
	height:198px;
	background: url(images/banner.gif) no-repeat;
	}
	
#mainbody1 {
	margin:0px auto;
	padding:0px;
	width:860px;
	height:900px;
	background: url(images/services_mainbody.jpg) no-repeat;
	}

#left_content{
	float:left;
	width:217px;
	height:620px;
	}

#news{
	margin:10px 0px 20px 40px;
	padding:0px;
	width:179px;
	height:371px;
	background:url(images/news.gif) no-repeat;
	}
	
.Heading{
	display:block;
	margin:8px 0px 0px 0px;
	padding:6px 3px 2px 5px;
	font-family:Calibri;
	font-size:14pt;
	font-weight: bold;
	text-align: center;
	}

.Text a{
	display:block;
	padding:0px 3px 0px 8px;
	font-family:Calibri;
	font-size:13pt;
	text-decoration:none;
	text-align: center;
	color: #7c1e19;
	}
	
.Text a:hover{
	font-family:Calibri;
	font-size:14pt;
	text-align: center; 
	color:#900;
	text-decoration:none;
	}

#links{
	margin:0px 20px 10px 10px;
	padding:70px 10px 10px 20px;
	width:800px;
	height:35px;
	color:#000;
	}
	
#links ul{
	margin:0px;
	padding:12px 10px 5px 15px ;
	list-style:none;
	color:#000;
	}

#links ul li{
	display:inline;
	padding:0px 0px 5px 0px;
	background:url(images/button.gif) no-repeat;
	width:95px;
	height:45px;
	text-align:center;	
	}
	
#links ul li a{
	display:inline-block;
	background:url(images/button.gif) no-repeat;
	width:95px;
	height:31px;
	font-family:Calibri;
	font-size:12pt;
	text-decoration: none;
	color:#000;
	}
	
#links ul li a:hover{
	font-family:Calibri;
	background: url(images/buttonhover.gif);
	width:95px;
	height:31px;
	font-size:12pt;
	text-decoration: none;
	color: #FFF;
	}

#right_content{
	float:right;
	padding:10px 0px 0px 12px;
	width:630px;
	height:650px;
	background: url(images/services_body.jpg) no-repeat;
	}
	
#right_content h2{
	display:block;
	margin:0px 20px 0px 60px;
	padding:2px 10px 0px 10px;
	font-family:Calibri;
	color:#000;
	text-decoration: underline;
	text-align:center;
	}	

#maintext h3{
	display:block;
	margin:0px 20px 0px 30px;
	padding:0px 10px 0px 5px;
	font-family:Calibri;
	color:#000;
	text-decoration:none;
	text-align:center;
	}	

.maintext {
	display:block;
	margin:0px 20px 0px 30px;
	padding:10px 10px 0px 5px;
	height:630px;
	width:552px;
	font-family:Calibri;
	font-size:13pt;
	color:#000;
	text-decoration:none;
	text-align:justify;
	}

.maintext a{
	font-family:Calibri;
	font-size:13pt;
	color:#000;
	text-decoration:none;
	}

.maintext a:hover{
	font-family:Calibri;
	font-size:13pt;
	color: #7c1e19;
	text-decoration:none;
	}


#footer {
	margin:0px auto;/*0px 0 0 0 is equivalent to top right bottom left. Here "margin:0px auto;" centre aligns the template or the desired image*/
	padding:0px;
	width:860px;
	height:117px;
	background: url(images/footer.gif) no-repeat;
	}
	
.FooText{
	display:block;
	margin:0px;
	padding:40px;
	font-family:Calibri;
	font-size:14pt;
	text-align: center;
	}
	
</pre></body></html>