body {
	background-image: url("images/c08_back1.png");
	background-repeat: repeat-x;
	background-color:#000000;
	color:white;
}

/* text area box, lighter tan with border at top and bottom */
.tBox {
	border-top:1px solid #352D20;
	border-bottom:1px solid #352D20;
	background-color:#ECE8DF;
	margin-left: 10px;
	margin-right: 10px;
}

/* main dk brown 10pt text */
p {
	color:#352D20;
	font-size:12pt;
	line-height:14pt;
	text-align:justify;
	font-family:arial,verdana;
	margin-left: 15px;
	margin-right: 15px;
}

.bold {
	font-weight:bold;
}

.smallT {
	color:#352D20;
	font-size:9pt;
	font-family:arial,verdana;
}

/* red header text */
h3 {
	font-family:arial,verdana;
	color:#D80032;
	margin-left:15px;
}

/* red header text */
h4 {
	font-family:arial,verdana;
	color:#D80032;
	text-align:center;
}

/* dk brown text */
blockquote {
	font-family:arial,verdana;
	color:#352D20;
	font-size:10pt;
	text-align:justify;
}

/* dk brown bold text */
ul {
	color:#352D20;
	font-family:arial,verdana;
	font-size:12pt;
	line-height:18pt;
	font-weight:bold;
}

/* address on Contact us page */
dl {
	color:#352D20;
	font-family:arial,verdana;
	font-size:12pt;
	margin-left:30px;
}

/* text area top, tan background */
.txttop {
	background-color: #E2DDCF;
	background-image: url("images/c08_bg_textarea_top.png");
	background-repeat: repeat-x;
}

/* text area bottom, tan background */
.txtbtm {
	background-color: #E2DDCF;
	background-image: url("images/c08_bg_txtarea_btm.png");
	background-repeat: repeat-x;
}

/* text link area orange background */
.tlinks {
	background-color: #C85837;
	background-image: url("images/c08_bg_txtlink.png");
	background-repeat: repeat-x;
	text-align:center;
}

/* copyright area tan background */
.cright {
	background-color: #E2DDCF;
	background-image: url("images/c08_bg_copy.png");
	background-repeat: repeat-x;
}

/* left siding */
.sleft {
	background-color: #000000;
	background-image: url("images/c08_bg_sideL.png");
	background-repeat: repeat-y;
}

/* right siding */
.sright {
	background-color: #000000;
	background-image: url("images/c08_bg_sideR.png");
	background-repeat: repeat-y;
}

/* page title image spacing */
.imgttl {
	text-align:center;
	margin-bottom:5px;
	border:none;
	vertical-align:top;
}

/* this is just for the images on the our_staff page */
.bioimg {
   border: 1px solid #000000;
   margin: 5px 0 2px 0;
}

/* this is just for the rollover links on the our_staff page */
.biolink {
   color: #352D20;
   font-family: arial,verdana;
   font-size: 9pt;
}

/* this is just for each persons name on the our_staff page */
.bionam {
   color: #D80032;
   font-family: arial,verdana;
   font-size: 12pt;
   font-weight: bold;
}

/* this is just for each persons job title on the our_staff page */
.biottl {
   color: #352D20;
   font-family: arial,verdana;
   font-size: 10pt;
   font-weight: bold;
}

/* dk brown text 10pt for navigation links */
a:link {
	color:#352D20;
	font-size:12pt;
	font-family:arial,verdana;
	line-height:14pt;
	text-decoration:underline;
}
a:visited {
	color:#352D20;
	font-size:12pt;
	font-family:arial,verdana;
	line-height:12pt;
}
a:active {
	color:#352D20;
	font-size:12pt;
	font-family:arial,verdana;
	text-decoration:underline;
}
a:hover {
	color:#352D20;
	font-size:12pt;
	text-decoration:underline;
	font-family:arial,verdana;
}

/* white text links for navigation at bottom of page */
a.wlink:link, a.wlink:visited, a.wlink:active {
	color:#FFFFFF;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
	font-family:verdana, Arial;
}
a.wlink:hover {
	color:#650101;
	font-size:9pt;
	font-weight:bold;
	text-decoration:underline;
	font-family:verdana, Arial;
}

/* white font for spacers for text links */
.wltxt {
	font-size:11pt;
	color:#FFFFFF;
	font-family:verdana, Arial;
}

/* red text for Locations links */
a.loclink:link, a.loclink:visited, a.loclink:active {
	color:#352D20;
	font-size:10pt;
	line-height:16pt;
	font-weight:normal;
	text-decoration:underline;
	font-family:arial,verdana;
}
a.loclink:hover {
	color:#D80032;
	font-size:10pt;
	font-weight:normal;
	text-decoration:underline;
	font-family:arial,verdana;
}

/* small text for About Us links dk brown */
a.smlink:link, a.smlink:visited, a.smlink:active {
	color:#352D20;
	font-size:9pt;
	line-height:16pt;
	font-weight:normal;
	text-decoration:underline;
	font-family:arial,verdana;
}
a.smlink:hover {
	color:#D80032;
	font-size:9pt;
	font-weight:normal;
	text-decoration:underline;
	font-family:arial,verdana;
}

/* copyright text */
.copy {
	font-size:10pt;
	line-height:14pt;
	text-align:center;
	letter-spacing:1px;
	color:#352D20;
	font-family:verdana, Arial;
}