@charset "iso-8859-1";
/* 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. */
/* margin and padding properties for an element using shorthand notation (top, right, bottom, left) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-color: #5F3A2A;
	color: #2e2d2c;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; /* Centers the page content container in IE 5 browsers. */;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 95%;
}

body img {
	border: 0px;
}

h1, h2, h3 {
color:#5F3A2A;
	
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 100%;
}a, a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* 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 {
	background-color: #fff;
	width: 760px;
	text-align: left; /* Redefines the text alignment defined by the body element. */;
	margin: 0 auto 0 auto;
/* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */	border: thin #382219 solid;
}
#outerWrapper #header {
	background-position: center bottom;
	background-color: #bd9c76;
	padding: 0px;
	border-bottom: solid 1px #826a50;
	background-image: url('images/red-rock2.jpg');
	background-repeat: no-repeat;
	height: 300px;
	text-align: right;
	color: #5F3A2A;
	font-size: 1.8em;
	font-weight: bolder;
	font-family: Elephant;
}
#outerWrapper #header .title {
	margin-top: 30px;
	margin-right: 20px;
}
#outerWrapper #topNavigation {
	font: bold 13px arial;
	padding: 6px 0 6px 20;
	margin: 0;
	width: 100%;
	background-color: #f4f1e7;
	text-align: left;
	border-bottom: solid 1px #bd9c76;
}
#outerWrapper #contentWrapper #rightColumn1 {
	float: right;
	border-left: solid 1px #bd9c76;
	border-bottom: solid 1px #bd9c76;
	width: 200px;
	padding: 10px 10px 10px 10px;
	background-color: #f4f1e7;
}

#outerWrapper #contentWrapper #rightColumn1 ul{
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}

#outerWrapper #contentWrapper #rightColumn1 ul li{
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	margin-bottom: 5px;
	border-bottom:thin #5F3A2A dashed
}

#outerWrapper #contentWrapper #rightColumn1 a:hover {
	text-decoration: none;
	background-color: #8B97B1;
	display: block;
}


.sidebox {
	border: #5F3A2A 2px solid;
	margin: 0px 5px 3px 5px;
	padding: 0px 3px 15px 3px;
	background: transparent;
	color: #000000;
	font-size: 85%;
}
/* left-hand menu - colored box - green heading */
.sideboxheading {
	background: #5F3A2A;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 3px;
	padding: 2px;
}
#outerWrapper #contentWrapper #content {
	padding: 10px 10px 10px 10px;
	margin: 0 220px 0 0;
}
#outerWrapper #contentWrapper .clearFloat {
	display: block;
	clear: both;
}
#outerWrapper #footer {
	background-color: #f4f1e7;
	border-top: solid 1px #bd9c76;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
#outerWrapper #footer p {
	margin: 0px;
}

.ctr {
	text-align:center;
}

.floatleft {
	float: left;
	margin: 10px 10px 10px 15px;
}
.floatright {
	float: right;
	margin: 10px 15px 10px 10px;
}
.smltxt {
	font-size: small;
}
.quotename {
	font-size: small;
	font-style: italic;
	margin: 0px 0px 0px 250px;
}
blockquote {
	margin-bottom: 0px;
}
