@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-color: #4B6550;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/raddue_3_V_stripe.png);
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #DDDDDD;
	background-image: url(../images/raddue_3_V_stripe.png);
	margin-bottom: 32px;
}
.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 #container #mainContent #mainBlock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 570px;
	background-color: #A7BEAA;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.oneColFixCtrHdr #container #mainContent #mainBlock h1 {
	font-size: 1.2em;
	font-variant: small-caps;
	color: #754D2A;
	font-weight: bold;
	padding-top: 0px;
}
.oneColFixCtrHdr #container #mainContent #mainBlock h2 {
	font-size: 1em;
	font-weight: bold;
	font-variant: small-caps;
	color: #754D2A;
}
.oneColFixCtrHdr #container #mainContent #mainBlock img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.picRight {
	text-align: right;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}


.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 180px;
}
.oneColFixCtrHdr #footer {
	text-align: center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.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 */
}


.tagline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	letter-spacing: 0.2em;
	text-align: center;
	font-variant: small-caps;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 145px;
}
.oneColFixCtrHdr #container #footer .tagline a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #000000;
	text-decoration: none;
}
.oneColFixCtrHdr #container #footer .tagline a:link {
	color: #000000;
	text-decoration: none;
}
.oneColFixCtrHdr #container #footer .tagline a:visited {
	color: #000000;
	text-decoration: none;
}
.oneColFixCtrHdr #container #footer .tagline a:hover {
	color: #990000;
	text-decoration: none;
}
.picCenter {
	text-align: center;
	padding: 5px;
}
.reference {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #754D2A;
}
.oneColFixCtrHdr #container #mainContent #mainBlock .reference a {
	color: #754D2A;
}
.oneColFixCtrHdr #container #mainContent #mainBlock .reference a:link {
	color: #754D2A;
}.oneColFixCtrHdr #container #mainContent #mainBlock .reference a:visited {
	color: #754D2A;
}.oneColFixCtrHdr #container #mainContent #mainBlock .reference a:hover {
	color: #000;
}
.oneColFixCtrHdr #container #mainContent #mainBlock a {
	color: #754D2A;
}
.gallery_table {
	margin-left: 150px;
}
.bars {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #754D2A;
	border-bottom-color: #754D2A;
}
.bars_top {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #754D2A;
	border-bottom-color: #754D2A;
}
.request_h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: small-caps;
	color: #754D2A;
}

