/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-image: url(images/background.gif);
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: 0px;
}


#container {
	width: 762px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}

a:link, a:hover, a:visited {
	text-decoration: underline;
}

#header1 {
	position: relative;
	background-image: url(images/header1.gif);
	background-repeat: no-repeat;
	height: 66px;
	width: 762px;
}

#nav1 {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#nav1 table {
	margin-right: 4px;
}

#header2 {
	position: relative;
	width: 762px;
	height: 250px;
	background-image: url(images/header2.jpg);
}

#nav2 {
	background-image: url(images/nav2_bg.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	left: 6px;
	height: 19px;
	padding: 3px 0 0 15px;
	background-color: #a5a8b0;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

#nav2 a {
	padding: 0 20px 0 20px;
	text-decoration: none;
	color: white;
}

#nav2 a:hover {
	color: #a83e49;
}

#content {
	padding: 5px;
	background-color: white;
}

#sidenav {
	float: left;
	width: 165px;
	padding-right: 25px;
}

h1.sidenav {
	letter-spacing: 0px;
	margin: 0;
	font-size: 38px;
	color: #dedede;
}

ul.sidenav {
	width: 145px;
	padding: 0;
	margin: 0 0 25px 0;
	text-align: right;
}

ul.sidenav li {
	padding-bottom: 2px;
	list-style: none;
}

ul.sidenav a {
	color: #87a8be;
	text-decoration: none;
}

#maincontent {
	width: 550px;
	padding-top: 50px;
	margin-bottom: 25px;
	float: left;
	text-align: left;
}

#footer {
	color: white;
	background-color: #ce7782;
	text-align: center;
	padding: 2px 0 2px 0;
	font-weight: bold;
	font-size: 10px;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.small-bullet {
	float: left;
	width: 16px;
	height: 14px;
	background-image: url(images/small_bullet.gif);
}

table.providerlist td {
	border-bottom: 1px solid black;
	padding-top: 15px;
	padding-bottom: 10px;
}

















































