body {
	background-color: #000;
	background-image: url(images/option2a_bg.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: repeat-x;
}
/* Commonly used to style page titles. */
h1 {
	color: #67204C;
	font-size: 28px;
	line-height: 1.25;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 10px 22px 0px;
	padding: 0 0;
	text-align: left;
	font-weight: normal;
}
/* Commonly used to style section titles. */
h2 {
	color: #67204C;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 12px 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: Arial, Helvetica, sans-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:link {
	color: #67204C;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #67204C;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #000;
	text-decoration: none;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #67204C;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #67204C;
}

/* 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;
}
#outerWrapper #topNavigation {
	height: 22px;
	padding: 2px 0 8px 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-color: #67204C;
}
#outerWrapper #contentWrapper {
	background-repeat: repeat-y;
	overflow: hidden;
	background-color: #FFF;
}
#outerWrapper #contentWrapper #rightColumn1 {
	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: #FFF;
}
#outerWrapper #footer {
	border-top: solid 6px #67204C; /* 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: #000;
}
#outerWrapper #contentWrapper #rightColumn1 p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #000;
	font-size: 11px;
	background-color: #FFF;
}
#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: #CFCEC2;
	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: #000;
	margin: 12px 0px;
	font-size: 11px;
}
#outerWrapper #contentWrapper #rightColumn1 p.homenews {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	line-height: normal;
	color: #67204C;
	letter-spacing: 0.1em;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#outerWrapper #contentWrapper #rightColumn1 p.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #656354;
	margin-top: 0px;
	padding-bottom: 0px;
	background-color:#FFF;
	padding-top: 6px;
	text-align: left;
	padding-right: 15px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
#news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: none;
	text-align: left;
	vertical-align: top;
	height: 200px;
	width: 195px;
	overflow: auto;
}
#outerWrapper #contentWrapper #rightColumn1 p.homenewstxt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	color: #666;
	margin-top: 6px;
	padding-bottom: 10px;
	text-align: left;
	background-color: #FFF;
}
#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: 10px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #FFF;
}
#outerWrapper #contentWrapper #rightColumn1 p.homenewsdates {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.25;
	color: #000;
	margin-bottom: 0px;
	padding-top: 8px;
	margin-top: 6px;
	padding-bottom: 0px;
	text-align: left;
	background-color: #FFF;
	font-weight: normal;
}
#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: #F60;
	font-weight: bold;
	margin: 18px 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 #rightColumn1 p.toprightimg {
	padding: 30px 5px 12px 5px;
}
#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;
}
#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: 2;
	color: #000;
}

img {
	border-style: none;
}
#outerWrapper #footer .copyright a:link {
	color: #FC6;
}
#outerWrapper #footer .copyright a:visited {
	color: #FC6;
}
#outerWrapper #footer .copyright a:hover {
	color: #FFF;
}
#outerWrapper #footer .copyright a:active {
	color: #FC6;
}
#outerWrapper #contentWrapper #content p .highlight {
	color: #066;
}
#outerWrapper #contentWrapper #content .ShowCalendar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#outerWrapper #contentWrapper #content table tr td .calendartxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 1.5;
	color: #000;
	text-align: left;
	padding: 4px 0 0 6px;
	margin: 0 0;
}
#outerWrapper #contentWrapper #content table tr td .calendartxtevent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: left;
	padding: 4px;
	margin: 6px 0 6px 0;
}
#outerWrapper #contentWrapper #content table tr th .calendartitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #FFF;
	text-align: left;
	padding: 4px;
	margin: 0 0;
	font-weight: bold;
}
#outerWrapper #footer a:link,a:visited,a:focus,a:active {
	color: #67204C;
	text-decoration: none;
}
#outerWrapper #footer a:hover {
	color: #F90;
	text-decoration: none;
}

/*
[if IE 5]>
<style type="text/css"> 
#outerWrapper #contentWrapper #rightColumn1 {
  width: 220px;
}
</style>
<![endif]
[if IE]>
<style type="text/css"> 
#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]
*/
