@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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #743923;
	background-image: url(/images/brick.jpg);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #330000;
	background-image: url(/images/background_leather.jpg);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #header {
	background-color: #663300;
	background-image: url(/images/header_with_mobile.jpg);
	height: 145px;
	width: 900px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: 20px;
}
.boldmediumyellow {
	font-weight: bold;
	color: #edcf74;
	font-size: medium;
	line-height: 110%;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #330000;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 19px;
	padding-bottom: 0;
	padding-left: 16px;
	background-image: url(/images/background_leather.jpg);
	background-repeat: repeat-y;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	color: #452609;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #333300;
	background-image: url(/images/background_leather.jpg);
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: small;
	color: #E7E6E8;
	text-align: center;
}
.pad20pixrite {
	padding-right: 20px;
}
p {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: small;
	line-height: 110%;
	padding-top: 0px;
	padding-bottom: 3px;
	margin: 0px;
}
.graycenter {
	color: #E1E2E4;
	text-align: center;
}
.boldmedium {
	font-size: medium;
	font-weight: bold;
	line-height: 105%;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: x-large;
	font-weight: bold;
	color: #993300;
	padding: 0px;
	margin: 0px;
}
.center {
	text-align: center;
}
.quote {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #452609;
	line-height: 20px;
	text-align: center;
}
.cushyCMS {
}
h2 {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: large;
	font-weight: bold;
	color: #993300;
	padding: 0px;
	margin-bottom: 2px;
}
.boldmediumcenter {
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
img {
	margin: 0px;
}
img {
	margin-top: 0px;
	padding-top: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h3 {
	margin-top: 0px;
	margin-bottom: 4px;
	color: #993300;
}
#cv_if5 {
	margin-right: auto;
	margin-left: auto;
}
.green {
	color: #360;
}
.oneColFixCtrHdr #container #mainContent table tr td div h3 img {
	margin-top: 3px;
}
.boldmediumorange {
	font-size: medium;
	line-height: 110%;
	font-weight: bold;
	color: #c16b28;
}
.boldmediumwhite {
	font-size: medium;
	line-height: 110%;
	font-weight: bold;
	color: #fff;
}
.disclaimer {
	font-size: x-small;
	font-style: italic;
}

