/* 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 */

body {
color: #f5f5f5;
font-size: medium;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
background: black url(images/2_bg_images/bg_top_fade_b.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: #cc6600;}
a:active {color: #0000ff;}

img {border-color: #f5f5f5;}
img:link {border-color: #A9A9A9;}
img:visited {border-color: #808080;}
img:hover {border-color: #cc6600;}
img:active {border-color: #0000ff;}

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

#footer_stat {
background-color: #ffcc00;
padding: 5px;
border-top: 2px solid #191970;
border-bottom: 4px solid #cc6600;
}

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

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

#storybox_border_100124 {
border-style: solid;
border-width: 1px 1px 0px 1px;
border-color: #ffff7d;
}

#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 #ffcc00;
border-left: 1px solid #ffcc00;
background: #222222;
}

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

#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;}
