﻿BODY
{
	font-family: arial;
	font-size: 12px;
	margin: 0px;
	background-color: #EBEBEB;
	color: #58585A;
	background-image: url('../images/body.bg.jpg');
	background-repeat: repeat-x;	 
}

table { padding:0px;
}

#services{
	display: block;
	width: 271px;
	margin: 0px 0px 0px 0px;
	padding-top: 30px;
	background-image: url('../images/services.bg.jpg');
	background-repeat: no-repeat;
	
}
#services ul{
	padding: 10px 0px 0px 0px;
}
#services ul li{
	margin: 0px 0px 0px 25px;
	list-style-type: none;
	list-style-image: url('../images/li.bullet.gif');
	color: #2D2B2A;
}
#services ul li a{
	display: block;
	padding: 4px;
	text-decoration: none;
	color: #2D2B2A;
	vertical-align: -2px;
	font-weight: normal;
}
#services ul li a:hover{
	background-color: #F6B505;
}

#documents{
	display: block;
	width: 271px;
	min-height: 270px;
	margin-top: 5px;
}
#documents a{
	display: block;
	height: 25px;
	padding: 5px 0px 0px 25px;
	margin: 2px 0px 2px 10px;
	color: #F58423;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

h1{
	margin: 5px 0px 10px 0px;
	font-size: 17px;
	color: #58585A;
	border-bottom: solid 1px;
}