/* service pages */
#main{
  	position: absolute;
  	left: 0px;
  	top: 140px;
  	width: 882px;
  	height: 607px;
	margin: 0;
  	padding: 0;
  	background: url(images/mainbackground.gif) repeat-y;
	}
#sitemap{
	float: left;
	top: 0px;
	width: 800px;
	padding: 0 50px 0 40px;
	margin: 0px;
  	}
#sitemap a:link { 
	color: #004C99;
	text-decoration: none; 
	}
#sitemap a:visited { 
	color: #004C99;
	text-decoration: none; 
	}
#sitemap a:hover { 
	color: #004C99;
	text-decoration: underline; 
	}
#sitemap a:active { 
	color: #004C99;
	text-decoration: underline; 
	}

