body {
	background-color: #bfa57a;
	background-image: url(images/bg1.jpg);
	color: #190101;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	font-weight: normal;
	background-repeat: no-repeat;
}
/* Commonly used to style page titles. */
h1 {
	color: #600;
	font-size: 28px;
	line-height: 1.25;
	font-family: "Courier New", Courier, monospace;
	margin: 25px 10px 22px 0px;
	padding: 0 0;
	text-align: left;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 0.4em;
}
/* Commonly used to style section titles. */
h2 {
	color: #820000;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	font-family: "Courier New", Courier, monospace;
	margin: 19px 0 3px 0;
}
h3 {
	color: #600;
	font-size: 14px;
	line-height: 1.5;
	font-family: "Courier New", Courier, monospace;
	margin: 12px 0 3px 0;
	text-align: left;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #591D00;
	margin: 16px 0px 8px;
	padding: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: left;
	margin: 15px 0px 6px;
	padding: 0px;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #842B00;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #842B00;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #000;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #842B00;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #842B00;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0px auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 780px;
}
#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #topNavigation {
	border-bottom: solid 1px #bd9c76; /* Sets the bottom border properties for an element using shorthand notation */
	height: 22px;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-color: #F2E4BB;
}
#outerWrapper #contentWrapper {
	background-repeat: repeat-y;
	overflow: hidden;
	background-color: #F2E4BB;
}
#outerWrapper #contentWrapper #rightColumn1 {
	border-left: solid 1px #bd9c76; /* Sets the left border properties for an element using shorthand notation */
	float: right;
	padding: 0px 5px 6px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 200px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0 220px 0 100px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 20px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-color: #F2E4BB;
}
#outerWrapper #footer {
	border-top: solid 1px #bd9c76; /* Sets the top border properties for an element using shorthand notation */
	padding: 8px 10px 12px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	background-color: #F2E4BB;
}
#outerWrapper #contentWrapper #rightColumn1 p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #000;
	font-size: 11px;
	background-color: #F2E4BB;
}
#outerWrapper #contentWrapper #rightColumn1 ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5;
	color: #000;
	list-style-position: outside;
	list-style-type: square;
	margin: 3px 10px 3px -20px;
}
#outerWrapper #footer .copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5;
	color: #000;
	text-align: center;
	margin-top: 22px;
	margin-right: 0px;
	margin-left: 0px;
}
#outerWrapper #contentWrapper #content p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #333;
	margin: 12px 0px;
	font-size: 11px;
}
#outerWrapper #contentWrapper #rightColumn1 p.homenews {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	line-height: 1.75;
	color: #DC3D05;
	text-transform: lowercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#outerWrapper #contentWrapper #rightColumn1 p.date {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	color: #800;
	margin-top: 0px;
	padding-bottom: 6px;
	background-color:#F2E4BB;
	padding-top: 3px;
	text-align: left;
	padding-right: 15px;
}
#news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.25;
	font-weight: normal;
	background-attachment: scroll;
	background-color: #F2E4BB;
	background-image: none;
	text-align: left;
	vertical-align: top;
	height: 360px;
	width: 195px;
	overflow: auto;
}
#outerWrapper #contentWrapper #rightColumn1 p.homenewstxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.25;
	font-weight: normal;
	color: #333;
	margin-top: 6px;
	padding-bottom: 10px;
	text-align: left;
	background-color: #F2E4BB;
}
#outerWrapper #contentWrapper #rightColumn1 p.homenewsmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 1.5;
	font-weight: normal;
	color: #000;
	margin-top: 15px;
	padding-bottom: 10px;
	text-align: left;
	background-color: #F2E4BB;
}
#outerWrapper #contentWrapper #rightColumn1 p.homenewsdates {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 1.75;
	color: #820000;
	text-transform: lowercase;
	letter-spacing: 0.2em;
	border-top: solid 1px #cc9;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 10px;
	padding-bottom: 0px;
	text-align: left;
	background-color: #F2E4BB;
	font-weight: bold;
}
#outerWrapper #contentWrapper #rightColumn1 p.sidebartxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.75;
	color: #B0642A;
	font-style: italic;
	margin: 32px 10px 18px 10px;
}
#outerWrapper #contentWrapper #rightColumn1 p.sidehead1 {
	font-size: 11px;
	line-height: 1.5;
	color: #600;
	font-weight: bold;
	margin: 32px 0 6px 0;
}
#outerWrapper #contentWrapper #rightColumn1 p.purchase {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #D1521F;
}
#outerWrapper #contentWrapper #content p.subhead1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	line-height: 1.5;
	font-weight: normal;
	color: #622000;
	margin: 0px 0px 28px 0px;
}
#outerWrapper #footer p.topofpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 1.5;
	text-align: center;
	margin: 12px 0px 20px;
}
#outerWrapper #contentWrapper #content p.related {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5;
	color: #600;
	margin: 20px 0;
}
#outerWrapper #contentWrapper #content p.smallertxt {
	font-size: 10px;
}
/*.gallery td {
	padding: 0px;
	border-bottom:1px solid #333;
	border-collapse:collapse;
}
 p.gallery td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.25;
	color: #600;
	border:0;
	border-collapse:collapse;
	margin: 12px 0 12px 20px;
} */
/*#outerWrapper #contentWrapper #content table gallerytable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.25;
	font-weight: normal;
	color: #630;
	text-align: left;
} */
#outerWrapper #contentWrapper #content table.gallerytable {
	width: 369px;
	border:0;
	border-collapse:collapse;
	margin: 12px 0 12px 0px;
}
#outerWrapper #contentWrapper #content table.gallerytable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.25;
	color: #630;
	padding: 0px;
	border-bottom:1px solid #bd9c76;
}
#outerWrapper #contentWrapper #content table.gallerytable .gallerytabletext {
	margin: 0 0 10px 0;
	line-height: 1.25;
	color: #630;
	padding: 4px;
}
#outerWrapper #contentWrapper #content table.newstable {
	width: 369px;
	border:0;
	border-collapse:collapse;
	margin: 12px 0 12px 0px;
	padding: 4px;
}
#outerWrapper #contentWrapper #content table.newstable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.25;
	color: #630;
	padding: 0px;
	border-bottom:1px solid #bd9c76;
}
#outerWrapper #contentWrapper #content table.newstable .newstabletext {
	margin: 0 5px 10px 0px;
	line-height: 1.25;
	color: #333;
	padding: 4px 0 4px 0;
}
#outerWrapper #contentWrapper #content .imgRight {
	margin: 8px 0px 9px 12px;
	padding: 0px;
	float: right;
}
#outerWrapper #contentWrapper #content .imgLeft {
	margin: 4px 15px 9px 0px;
	padding: 0px;
	float: left;
}
#outerWrapper #contentWrapper #content p.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #591D00;
}
hr {
	border: none 0;
	border-top: dotted #344B07 1px;
	width: 90%;
	height: 1px;
	text-align: center;
	padding: 0 0 10px 25px;
}
#outerWrapper #contentWrapper #content p.homemain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

img {
	border-style: none;
}

/* It is common to set printer friendly styles such as a white background with black text. */
[if IE 5]>
<style type="text/css"> 
/* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
#outerWrapper #contentWrapper #rightColumn1 {
  width: 220px;
}
</style>
<![endif]
[if IE]>
<style type="text/css"> 
/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper, #outerWrapper #contentWrapper #content {
  zoom: 1;
}
</style>
<![endif]
[if lt IE 7]>
<style type="text/css"> 
img, div {
  behavior: url("2ColumnFixedRightSidebarHeaderandFooter2_images/iepngfix.htc");
}
</style>
<![endif]
