@charset "UTF-8";
<style type="text/css" media="all">

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
p {
	padding: 0px;
	margin: 0px;
	color: #333333;
}

#imageleft    {
	display: inherit;
	white-space: pre;
	float: left;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
#imageleftbottom    {
	display: inherit;
	white-space: pre;
	float: left;
	padding: 5px;
	top: 550px;
	bottom: 0px;
}
#imagecenterbottom    {
	display: inherit;
	white-space: pre;
	float: left;
	padding: 5px;
	top: 550px;
	background-position: center;
	text-align: center;
}
#imageright {
	white-space: pre;
	display: inherit;
	padding: 0px;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin: 0px;
	float: right;
}

#imagecenter {
	white-space: pre;
	display: inherit;
	padding: 5px;
	text-align: center;
}

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	color: #333333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	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;
	background-repeat: repeat;
	background-color: #930;
	background-image: url(banner-images/stonedk.jpg);
}
/* Commonly used to style page titles. */
h1 {
	color: #C00;
	font-size: 15px;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
/* Commonly used to style section titles. */
h2 {
	color: #C00;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}
/* Commonly used to style section titles. */
h3 {
	color: #C60;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
/* Commonly used to style section titles. */
h4 {
	color: #333333;
	font-size: 11px;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
/* Commonly used to style section titles. */
h5 {
	color: #960;
	font-size: 9px;
	font-weight: bold;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 0px;
}
/* Commonly used to style section titles. */
h6 {
	color: #C00;
	font-size: 13px;
	font-style: oblique;
	margin: 0px;
	padding: 0px;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #930;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #930;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #930;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #930;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #930;
}
/* 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 {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 905px;
	filter: Alpha(Opacity=50%, FinishOpacity=50%,);
	background-image: url(banner-images/stonelt.jpg);
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: thick dotted #930;
}
#outerWrapper #header {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 170px;
	width: 900px;
}
#outerWrapper #topNavigation {
	height: auto;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#outerWrapper #contentWrapper #leftColumnbottom {
	background-color: #FFD96F;
	border-right: none; /* Sets the right border properties for an element using shorthand notation */
	float: left;
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 130px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	bottom: 1px;
	top: 550px;
	background-repeat: repeat;
}
#outerWrapper #contentWrapper #rightColumn1 {
	border-left: solid 1px #9ea3aa; /* Sets the left border properties for an element using shorthand notation */
	float: right;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 150px;
}
/* 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 {
	padding: 10px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: dotted;
	border-right-color: #9ea3aa;
	border-left-color: #930;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 170px;
}
#outerWrapper #header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: thick;
	border-bottom-color: #930;
}
#outerWrapper #contentWrapper #content2 {
	margin: 0 170px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
	background-image: url(banner-images/stonelt.jpg);
}
#outerWrapper #footer {
	padding: 10px 10px 10px 10px;
}

</style>
<style type="text/css" media="print">

/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}

</style>
[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 #leftColumn1 {
  width: 170px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	width: 150px;
}
#outerWrapper #contentWrapper #rightColumn2 {
	width: 720px;
	background-color: #FFD96F;
	left: 155px;
}
</style>
<![endif]
[if IE]>
<style type="text/css"> 
/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper #content {
  zoom: 1;
}
</style>
<![endif]
<style type="text/css">

.style1 {
	font-size: 100%
}
.style5 {
	font-size: 90%;
	color: #666666;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-left-color: #999999;
}

img {
	page-break-before: auto;
	page-break-after: auto;
	margin: 2px;
	padding: 0px;
	border: 3px dotted #930;
}
#outerWrapper #contentWrapper #content2 {
	padding: 10px;
	margin-left: 170px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 4px dotted #FDE104;
}
#outerWrapper #topNavigation #inner a {
	color: #333333;
	height: auto;
}
#outerWrapper #contentWrapper #content #imageleft img {
	padding: 0px;
	border: thin solid #333333;
	margin: 1px 5px 1px 0px;
}
#outerWrapper #contentWrapper #content #imageright img {
	padding: 0px;
	border: thin solid #333333;
	margin-left: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
}
#outerWrapper #contentWrapper #content #imagecenter img {
	border: thin solid #333333;
}
#outerWrapper #contentWrapper #content2 #imageleft img {
	padding: 2px;
	border: medium dotted #4C8E9D;
	margin: 5px;
}
#outerWrapper #contentWrapper #content2 #imageright img {
	padding: 2px;
	border: medium dotted #4C8E9D;
	margin: 5px;
}
#outerWrapper #contentWrapper #content2 #imagecenter img {
	padding: 2px;
	border: medium dotted #4C8E9D;
	margin: 5px;
}
#outerWrapper #contentWrapper #content2 #imagecenterartists img {
	padding: 0px;
	margin: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
li {
	list-style-position: outside;
	list-style-type: disc;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 0px;

}
#buttons {
	margin: 0px;
	padding: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 160px;
	width: 150px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	height: 280px;
	width: 150px;
	visibility: visible;
	overflow: visible;
}
