/* CSS Document

Color Scheme - Red

 */

/*body { background:url(images/body-bg-01.gif) #4E0B0B; }  RED */ 
body { background:url(images/body-bg-02.gif) #15455F; }/*  BLUE */
/*body { background:url(images/body-bg-03.gif) #8A7462; }  COFFEE */
/*body { background:url(images/body-bg-04.gif) #A9A9A9; }  GREY */
/*body { background:url(images/body-bg-05.gif) #54312C; }  RUST */ 

h1 { color:#730F0F; } /* dark red */
h2, h5 { color:#A5572D; } /* orange */
h3 { color:#725240; } /* brown */
h4, h6 { color:#A28D82; } /* coffee */

.txtcol-1 { color:#730F0F; } /* dark red */
.txtcol-2 { color:#A5572D; } /* orange */
.txtcol-3 { color:#C3AB9E } /* beige - for footer */
.txtcol-4 { color:#725240; } /* brown */
.txtcol-5 { color:#A28D82; } /* coffee */

.line { background:#E4DBD7; }

.resources-wrapper { background:#EFE9E6; }

#page-pic img { border:1px solid #E4DBD7; }
#page-pic a img {}
#page-pic a:hover img { border-color:#730F0F; }

.pic img { border:1px solid #E4DBD7; }
.pic a:hover img { border-color:#730F0F;  }

#content-box { border:1px solid #E4DBD7; color:#725240; }

#directory-listings table { background:#DCCFC8; margin-bottom:12px; }
#directory-listings td { background:#fff; }
#directory-listings h1 { background:#DCCFC8!important; color:#370404!important; }
#directory-listings h1 a {  border-bottom:none; background:none; color:#370404; }
#directory-listings h1 a:hover { color:#6B0000; border-bottom:1px dashed #6B0000;}

