@charset "UTF-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	color:#333333;
}

div#masthead_background
{
	background-image: url(/global/images/bg_interior.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
}

div#masthead {
	width: 760px;
	height: 150px;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	overflow: hidden;
}

div#masthead p {
	text-align:right;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin: 45px 10px 0px 0px;
}

div#masthead a {
	color:#333333;
	text-decoration:none;
	margin-left: 10px;
}

div#container {
	width: 760px;
	position: relative;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

div#body {
	width: 760px;
	position: relative;
	float:left;
	padding-bottom: 20px;
}

div#body h1 {
	font-size: 28px;
	margin-left: 100px;
	padding-top: 20px;
}

div#body h2 {
	font-size: 18px;
	padding-bottom: 0px;
	margin-bottom: -15px;
	margin-left: 100px;
	padding-top: 30px;
}

div#body p {
	font-size: 14px;
	line-height: 1.7em;
	margin-left: 100px;
}

div#body ul {
	list-style-type:square;
	padding-left: 115px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 1.7em;
}

div#body ul ul {
padding-left: 20px;
}

div#body img {
	margin: 0px 0px 20px 10px;
}

div#body a {
	color:#FF9900;
	text-decoration:none;
}

div#body .providers {
	float:right;
	width: 200px;
	text-align:right;
	font-style:italic;
	font-size: 13px;
}

div#footer {
	width: 760px;
	position: relative;
	float:left;
	border-top: 1px dotted #EFEFEF;
}

div#footer p {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 11px;
	line-height: 1.4em;
}

div#footer strong {
	font-size: 13px;
}

div#footer a {
	color:#FF9900;
	text-decoration:none;
}

.credit {
	float:left;
	font-size: 9px;
}

.credit a {
	color:#333333;
}