@charset "utf-8";
body {
	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;
	background-image: url(images/pageBG.jpg);
	background-repeat: repeat-x;
	background-color: #D4D4D4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #300;
	border-right-color: #300;
	border-bottom-color: #300;
	border-left-color: #300;
}
h1 {
	font-size: 18px;
	color: #901A30;
}
h2 {
	font-size: 14px;
	color: #901A30;
}
h3 {
	font-size: 12px;
	color: #901A30;
}

.oneColFixCtrHdr #header {
	height: 137px;
	background-image: url(images/banner.jpg);

}
#topMenu {
	height: 20px;
	text-align: right;
	padding-right: 20px;
	font-size: smaller;
	padding-top: 5px;
	font-weight: bold;
	text-decoration: none;
}
#leftMenu {
	width: 230px;
	float: left;
	margin-top: 20px;
	text-align: right;
	font-weight: bold;
	font-size: smaller;
}
#content {
	height: 600px;
}

.leftMenu {
	background-image: url(images/buttonBG.jpg);
	height: 23px;
	text-align: right;
	padding-top: 3px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 5px;
}
.leftAddress {
	text-align: right;
	padding-top: 5px;
	background-image: url(images/gradientBG.jpg);
	background-repeat: repeat-y;
	padding-bottom: 5px;
	font-size: 10px;
	padding-right: 5px;
	margin-right: 20px;
}


#mainBody {
	float: right;
	width: 550px;
	margin-top: 20px;
	padding-right: 10px;
}

#mainPicture {
	height: 210px;
}
.oneColFixCtrHdr #footer {
	background-image: url(images/footer.jpg);
	height: 23px;

}
hr {
	color: #901A30;
	width: 90%;
	text-align: center;
}
li {
	list-style-image: url(images/bulletPoint.gif);
}
.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;
}

