<style type="text/css"> 
/*
	#a92b13; burnt orange 
	#e29b35; darker orange
	#ecae55; orange 
	#f5d3a1;  light orange 
   #f8f8e1; bkgd - cream 
   #715127; brown 
   #e6eaef; light blueish gray 
   #c4c8ca; gray 
   #a18862; tan - light brown 
   #f6e9d5; lighter tan 
   #472f24; dark brown 
*/     
body  {
	margin: 0 auto; /* 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 */
	text-decoration: none;
	line-height: 2em;
	background-color: #f8f8e1; /*cream*/
}
#wrapper {
	width:980px;  /* this width will create a container that will fit in an 1020px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-decoration: none;
	font-family:Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	font-size:13px;
	color: #000;
	background-color: #f8f8e1; /*cream*/
} 
a {
	text-decoration:none;
	color:#472f24; /* dark brown */
	font-size:90%;
}
a:visited {
	text-decoration:none;
	color:#472f24; /* dark brown */
}
a:hover, a:active {
	text-decoration:underline;
	color:#039;
}
ul {
	list-style:none;
	border: 0;
	padding: 0;
	}
li, li a, li a:visited {
	list-style:none;
	padding: 0;
	color:#472f24; /* dark brown */
	font-size:12px;
	text-indent: 15px;
}
li a:hover, li a:active {
	text-decoration:underline;
	color: #039; /* blue */
	text-indent: 15px;
}
#header {
	height: 227px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
}
#content {
	margin: -10px 0 0 0; 
	padding: 0 15px 20px 5px;
	line-height: 1.5em;
} 
#content p {
	text-indent: 2em;
}
#center {
	margin: 0 10px 10px 10px;
	padding: 0 10px 10px 10px;
	width: 660px;
	float: right;
}
#left {
	float:left;
	width: 200px; /* since this element is floated, a width must be given */
	margin: -30px 0 20px 0;
	padding: 0 30px 20px 5px; 
	border-right: #ecae55 medium dashed; /* orange */
	font-variant:small-caps;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	text-align:left;
}
/* navigation styles */ 
#nav {
	list-style:none;
	padding: 0;
	margin: 0;
	border:0;
	display:block;
	font-size:12.5px;
	font-weight:700;
	font-variant:small-caps;
	line-height: 10px;
}
#nav, #nav ul {
	list-style:none;
	padding: 0;
	margin: 20px 0 0 0;
	border:0;
	display:block;
	font-size:12.5px;
	font-weight:700;
	font-variant:small-caps;
	line-height: 10px;
}
#nav ul a:link, #nav ul a:visited {
	list-style:none;
	color: #472f24; /* dark brown */
	text-align:left;
	text-decoration:none;
	display:block;
	border-bottom: 1px solid #a92b13;
	line-height: 10px;
	padding: 8px 5px 8px 0;
	margin:0;
}
#nav ul a:hover, #nav ul a:active {
	list-style: none;
	color: #069;
	background-color: #f5d3a1; /* light orange */
	display:block;
	border-bottom: 1px solid #a92b13; /* burnt orange */
	line-height: 10px;
	padding: 8px 5px 8px 0;
	margin:0;
} 
/* footer */
#footer {
	padding: 10px;
	margin: 2px 10px 10px 10px;
	background-color: #f8f8e1; /*cream*/
	border-top: #a92b13 2px double;
	color:#472f24; dark brown
    line-height:1em;
	font-size: 11px;
}

/* Miscellaneous classes for reuse */
h2.links {
	padding: 0;
	margin: 25px 0 -30px 13px;
	color:#5c0b08; /* burgundy */
	font-size:13.5px;
}
.noPad {
	padding:0;
	margin:0;
}
.smallPadTop {
	padding:8px 0 20px 0;
	margin:0;
}
.imgRight {
	float:right;
	padding: 10px 5px 10px 20px;
}
.imgLeft {
	float:left;
	padding: 10px 20px 10px 5px;
}
.indent {
	text-indent:2em;
}
.noBottomBorder {
	border-bottom:0;
}
.hr {
	width:70%;
	height:1px;
	color:#5c0b08;
	border-top-style:inset;
	padding-left:30px;
}
h1, #CMS h1, #CMS h1 a, #CMS h1 a:visited, #center h1, #center h1 a, #center h1 a:visited { /* page titles */
	font-variant:small-caps;
	font-weight:bold;
	color:#a92b13; /* burnt orange */
	font-size:17px;
	text-indent: none;
	margin:10px 0;
	padding:0;
}
h2 {
	font-variant:small-caps;
	font-weight:bold;
	color: #a18862; /* tan - light brown */	
	font-size:14px;
	margin: 10px 0;
	padding:0;
}
h3 {
	font-variant:small-caps;
	font-weight:bold;
	color:#5c0b08; /* burgundy */
	font-size:13px;
	margin:10px 0;
	padding:0;
	line-height:1.5em;
	text-indent:20px;
}
h4, #CMS h4, #CMS h4 a, #CMS h4 a:visited, #center h4, #center h4 a, #center h4 a:visited {
	font-variant:normal;
	font-weight:bold;
	color: #a18862; /* tan - light brown */	
	font-size:14px;
	text-indent: 20px;
	margin:0 0 10px 0;
	padding:0;
	line-height:1.2em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
</style>

