/* NEVERWONDER COLORS ARE
ffcc00 = YELLOW
CC6600 = ORANGE
191970 = BLUE
ffffff = WHITE
f5f5f5 = ALMOST WHITE (TEXT)
A9A9A9 = DARK GRAY (ACTIVE LINK)
808080 = GRAY (VISITED LINK)
000000 = BLACK 

2007 REVISED COLORS
7c080a = BURGUNDY
fafac8 = CREME
774B15 = BROWN
deb887 = TAN (BurlyWood)
*/

body {
color: #fafac8;
font-size: medium;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
background: black url(../images/2_bg_images/bg_top_fade_c.jpg) repeat-x;
margin: 0px;
padding: 0px;
}

/* DEFAULT LINK SETTINGS
ORDER IS LINK - VISITED - HOVER - ACTIVE */
a:link {color: #A9A9A9;}
a:visited {color: #808080;}
a:hover {color: #deb887;}
a:active {color: #72080a;}

img {border-color: #A9A9A9;}
img:link {border-color: #A9A9A9;}
img:visited {border-color: #808080;}
img:hover {border-color: #deb887;}
img:active {border-color: #72080a;}

#footer {
padding: 5px;
border-top: 1px solid #fafac8;
}

#footer_stat {
background-color: #7c080a;
padding: 5px;
border-top: 2px solid #fafac8;
border-bottom: 4px solid #774B15;
}

#footerindex {
padding: 5px;
border-top: #191970;
}

#storybox_border {
border-style: solid;
border-width: 1px 1px 0px 1px;
border-color: #191970;
}

#storybox_bottom {
background: url(../images/2_bg_images/bg_storybox_bottom_b.gif) repeat-x left bottom;
padding-bottom: 15px;
}

#storybox_bottom2 {
background: url(../images/2_bg_images/bg_storybox_bottom_b.gif) repeat-x left bottom;
padding-bottom: 0px;
}

#storybox_titlebar {
color: #ffcc00;
font-variant: small-caps;
font-weight: bold;
background: #191970 url(../images/2_bg_images/bg_storybox_topfade_blue_b.gif) repeat-x left bottom;
padding-bottom: 5px;
}

#storybox_bottom_c {color: #222222; font-size: 50%;}

#inner_table1 {
border-top: 1px solid #774b15;
border-left: 1px solid #774b15;
background: #222222;
}

#inner_table1 td {
font-size: 75%;
border-right: 1px solid #774b15;
border-bottom: 1px solid #774b15;
}

#inner_table2 {
border: 0px solid
}

#inner_table2 td {
border: 0px solid
}

#check_out_first {
padding-bottom: 3px;
}

#check_out_all {
border-top: 1px dashed #cc6600;
padding-top: 3px;
padding-bottom: 3px;
}

.smallertxt {
font-size: 85%
}

.smallertxt50 {
font-size: 50%
}

.largertxt125 {
font-size: 125%
}

.headline_box { 
color: #191970;
border: solid 1px #ffcc00;
background: url(/images/2_bg_images/hotbox_bgpattern_b.gif) repeat;
}

a.hbox:link {color: #0000ff; text-decoration: underline;}
a.hbox:visited {color: #0000ff; text-decoration: underline;}
a.hbox:hover {color: #cc6600; text-decoration: underline;}
a.hbox:active {color: #cc6600; text-decoration: underline;}
