@charset "ISO-8859-1";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
}

.oneColElsCtr #container {
	background-image: url(../images/dShad_stretch.jpg);
	width: 880px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#dShad-top {
	background-image: url(../images/dShad_top.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 880px;
	float: left;
}
#dShad-bottom {
	background-image: url(../images/dShad_bottom.gif);
	background-repeat: no-repeat;
	width: 880px;
	height: 30px;
	position: relative;
	float: left;
}
#sidebar {
	width:251px;
	background-image: url(../images/sidebar_top.jpg);
	background-repeat: no-repeat;
	margin-left: 40px;
	float: left;
	height: 500px;
}
#content {
	width:510px;
	height:100%;
	text-align: left;
	float: right;
	margin-right: 40px;
	padding-right: 18px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contentText {
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	padding-top: 20px;
	float: left;
}
.contentHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	letter-spacing: normal;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.contentMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13pt;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	letter-spacing: normal;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.VRPlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13pt;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	letter-spacing: normal;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	list-style-type: circle;
	list-style-position: outside;
}

#footer {
	width:796px;
	height:auto;
	padding-top: 8px;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	border: 2px solid #fc6f52;
	float: right;
	margin-right: 40px;
	padding-bottom: 8px;
}
#footerAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 37em;
	display: inline;
}
#footerTel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 10px;
	width: 11em;
	display: inline;
}
#footerEmail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 10px;
	width: 15em;
	display: inline;
}
a.emailLink {
	color: #FF523D;
}
a.emailLink:visited {
	color: #FF523D;
}
a.emailLink:hover {
	color: #660000;
}
a.emailLink:active {
	color: #660000;
}
.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.imageBoarder {
	border: 2px solid #fc6c4f;
}
img.floatRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.clearfooter {
	clear: both;
}

