body {
	background-color: #7f2e11;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
	margin: 0;
	}

p, ul, ol, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

p.hanging {
	padding-left: 2em;
	text-indent: -2em;
	}

p.indent {
	text-indent: 2em;
	}

p.indentdouble {
	text-indent: 4em;
	}

p.indenttriple {
	text-indent: 6em;
	}

ol {
	margin-left: 2em
	}

h1 {
	font-size: 1.5em;
	color: #ffffff;
	}

h2 {
	font-size: 1.4em;
	color: #fbf5e5;
	background-color: #90685e;
	border-top: thin groove #e08e62;
	border-bottom: thin groove #e08e62;
	width: auto;
	}

h3 {
	font-size: 1.3em;
	color: #e08e62;
	}

h4 {
	font-size: 1.2em;
	color: #;
	}

h5 {
	font-size: 1em;
	color: #;
	}

h6 {
	font-size: .9em;
	color: #;
	}

hr {
	color: #;
	}

ul {
	margin-left: 2em;
	}

ul.bullet {
	list-style-image: url(images/bullet.jpg);
	}

ul.indent {
	margin-left: 4em;
	}

ul.indentdouble {
	margin-left: 6em;
	}

ul.indenttriple {
	margin-left: 8em;
	}

/* styles for classes -- colors in a separate section */
.bold {
	font-weight: bold;
	}

.boldoff {
	font-weight: normal;
	}

.boldcenter {
	font-weight: bold;
	text-align: center;
	}

.center {
	text-align: center;
	}

.dropcap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	font-weight: bold;
	color: #e08e62;
	}

.float-left {
	float: left;
	}

.float-right {
	float: right;
	}

.float-clear {
	clear: both;
	}

.img-border {
	border: 1px solid #;
	}

.img-noborder {
	border: none;
	}

.img-left {
	float: left;
	margin-top: 0;
	margin-right: 15px; 
	margin-bottom: 15px;
	margin-left: 0; 
	border: 1px solid #;
	color: #;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	}

.img-left img {
	border: 1px solid #;
	}

.img-right {
	float: right;
	margin-top: 0;
	margini-right: 0;
	margin-bottom: 15px; 
	margin-left: 18px; 
	border: 1px solid #;
	color: #;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	}

.img-left-noborder {
	float: left;
	margin-top: 0;
	margin-right: 18px; 
	margin-bottom: 15px; 
	margin-left: 0; 
	border: none;
	color: #;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	}

.img-right-noborder {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px; 
	margin-left: 15px; 
	border: none;
	color: #;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	}

.italic {
	font-style: italic;
	}

.italicbold {
	font-style: italic;
	font-weight: bold;
	}

/*classes related to font color*/
.bkg-chamois {
    background-color: #deb585;
    color: #000000;
	}

.bkg-chamoisbold {
    background-color: #deb585;
    color: #000000;
	font-weight: bold;
	}

.bkg-creme {
	background-color: #fbf5e5;
    color: #000000;
	}

.bkg-cremebold {
	background-color: #fbf5e5;
    color: #000000;
	font-weight: bold;
	}

.bkg-orange {
  background-color: #ffcc99;
	}

.bkg-white {
    background-color: #ffffff;
    color: #000000;
	}

.bkg-yellow {
    background-color: #ffffcc;
    color: #000000;
	}

.black {
	color: #000000;
	}

.blackbold {
	color: #000000;
	font-weight: bold;
	}

.blue_bright {
	color: #99ffff;
	}

.blue_brightbold {
	color: #99ffff;
	font-weight: bold;
	}

.burgundy {
	color: #701e0c;
	}

.burgundybold {
	color: #701e0c;
	font-weight: bold;
	}

.chamois {
	color: #deb595;
	}

.chamoisbold {
	color: #deb595;
	font-weight: bold;
	}

.creme {
	color: #fbf5e5;
	}

.cremebold {
	color: #fbf5e5;
	font-weight: bold;
	}

.navy {
	color: #000066;
	}

.navybold {
	color: #000066;
	font-weight: bold;
	}

.red {
	color: #ff0000;
	}

.redbold {
	color: #ff0000;
	font-weight: bold;
	}

.wine {
	color: #330033;
	}

.winebold {
	color: #330033;
	font-weight: bold;
	}

.yellow_lt {
	color: #ffffcc;
	}

.yellow_ltbold {
	color: #ffffcc;
	font-weight: bold;
	}

.white {
	color: #ffffff;
	}

.whitebold {
	color: #ffffff;
	font-weight: bold;
	}

/*classes related to font size*/
.large {
	font-size: 1.25em;
	}

.largecenter {
	font-size: 1.25em;
	text-align: center;
	}

.largebold {
	font-size: 1.25em;
	font-weight: bold;
	}

.largeboldcenter {
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	}

.small {
	font-size: .85em;
	}

.smallcenter {
	font-size: .85em;
	text-align: center;
	}

.smallbold {
	font-size: .85em;
	font-weight: bold;
	}

.smallboldcenter {
	font-size: .85em;
	font-weight: bold;
	text-align: center;
	}

.xsmall {
	font-size: .8em;
	}

.xsmallcenter {
	font-size: .8em;
	text-align: center;
	}

.xsmallbold {
	font-size: .8em;
	font-weight: bold;
	}

.xsmallboldcenter {
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	}

/*classes related to special effects*/
.sidebar {
	font-size: .9em;
	font-weight: bold;
	color: #;
	background-color: #;
	width: 33%;
	float: right;
	padding: 1em;
	border: 2px solid #;
	}

.sidebar-intro h2 {
	font-size: 1.2em;
	color: #;
	}

.sidebar-intro h3 {
	font-size: 1.1em;
	color: #;
	}

.sidebar-intro ul {
	margin-bottom: 0;
	}

/*classes related to tables*/
table.tbl_data {
	font-size: .9em;
	color: #;
	border-collapse: collapse;
	background-color: #;
	border: 1px solid #;
	margin-left: .5em;
	}

table.tbl_data caption {
	background-color: #;
	color: #;
	font-size: 1.1em;
	font-weight: bold;
	}

table.tbl_data th {
	background-color: #;
	color: #;
	border: 1px solid #;
	padding: .18em;
	}

table.tbl_data td {
	border: 1px solid #;
	padding: .18em;
	}

/*classes related to div sections*/
.two-col-left {
	width: 48%;
	float: left;
	margin: 0;
	padding: 1%;
	}

.two-col-right {
	width: 48%;
	float: right;
	margin: 0;
	padding: 1%;
	}

/*classes related to unique div sections*/
#admin-wide {
	position: relative;
	background-color: #fbf5e5;
	color: #000000;
	margin: 0;
	padding: 15px;
	height: 100%;
	}

#admin-wide h1 {
	font-size: 1.4em;
	color: #fbf5e5;
	background-color: #90685e;
	border-top: thin groove #e08e62;
	border-bottom: thin groove #e08e62;
	width: auto;
	}

#content-wide {
	position: relative;
	background-color: #7f2e11;
	color: #fbf5e5;
	margin: 0;
	padding: 15px;
	height: 100%;
	}

#content-wide a:link {
  color: #00ffff;
  }

#content-wide a:visited {
  color: #9999ff;
  }

#content-wide a:hover {
  color: #ff9966;
  }

#details {
	font-size: .85em;
  margin: 10px;
	padding: 0;
  }

#details img {
	border: 12px groove #ffcc99;
  }

#details a:link {
  color: #00ffff;
  }

#footer1 {
	position: relative;
	font-size: 90%;
	color: #000000;
	background-color: #7f2e11;
	font-weight: bold;
	text-align: center;
	background-image: url(images/bkg_footer1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border-top: thin groove #b55522;
	border-bottom: thin groove #b55522;
	margin: 0;
	padding: 0;
	}

#footer2 {
	position: relative;
	font-size: 80%;
	color: #000000;
	background-color: #cc9966;
	font-weight: bold;
	text-align: center;
	height: 100%;
	border-bottom: thin groove #b55522;
	margin: 0;
	padding: 4px 0 4px 0;
	}

#header1 {
	background-image: url(images/bkg_header1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
  width: 100%;
	height: 200px;
	margin: 0;
	}

#header2 {
	background-image: url(images/bkg_header2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: thin groove #b55522;
  width: 100%;
	height: 150px;
	margin: 0;
	}

#header-nav {
	background-image:  url(images/bkg_horiz_nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: thin groove #b55522;
	text-align: center;
	height: 54px;
	margin: 0;
	}

#looper {
	width: 740px;
	margin-top: 5px;
	margin-bottom: 10px;
	}

#looper a:link {
  color: #0000ff;
	text-decoration: none;
	font-size: 82%;
  }

#looper a:visited {
  color: #990099;
	text-decoration: none;
	font-size: 82%;
  }

#looper a:hover {
  color: #ff0000;
	font-size: 82%;
  }

#looper img {
  border: 2px solid #90685e;
	}

#looper div {
  background-color: #ffcc99;
	color: #501809;
	font-weight: bold;
	font-size: 84%;
	border: 1px solid #90685e;
	padding: 4px;
	margin: 5px;
	width: 165px;
	min-height: 175px;
	float: left;
	}

#webtrans {
  background-color: #fbf5e5;
	color: #000000;
	font-size: 60%;
	text-align: center;
	height: 22px;
	padding-top: 8px;
	}

#wrapper {
	background-image: url(images/bkg_vertical.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: none;
	margin: 0;
	}
