/* COMMENTS ARE LIKE THIS - BETWEEN SLASH AND ASTERISKS */
/* COLORS ---
LIGHT GRAY #b1abab :: DARK GRAY #666666 :: PALE BLUE #8390a1
BLACK #000000 :: WHITE #FFFFFF
*/

body {
color: #000000;
font-size: medium;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
background: #b1abab url(images/1_splash/bg_strip.jpg) repeat-x;
margin: 0px;
padding: 0px;
}

/* ORDER OF LINK ITEMS MUST BE LINK, VISITED, HOVER, ACTIVE */

a:link {color: #555555; text-decoration: underline;}
a:visited {color: #666666; text-decoration: underline;}
a:hover {color: #000000; text-decoration: underline;}
a:active {color: #8390a1; text-decoration: underline;}

#main_table {
border: 3px solid #000000;
}

#main_table_top_pane {
border-bottom: 3px solid #000000;
background: #8390a1;
}

#main_table_left_pane {
border-right: 3px solid #000000;
border-bottom: 3px solid #000000;
background: #b1abab;
}

#main_table_right_pane {
border-bottom: 3px solid #000000;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 55px;
background: url(images/2_primary_layout/bg_water.gif) no-repeat bottom right;
}

/* MENU IS FOR THE NAVIGATION MENU IN THE LEFT PANE */
.menu {
border-top: solid 2px #8390a1;
}

.menu td {
font-weight: bold;
font-size: 85%;
letter-spacing: 1px;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 2px;
padding-right: 2px;
border-bottom: solid 2px #8390a1;
}

/* INNER_TABLE_RIGHT1 IS FOR THE TABLE INSIDE THE RIGHT PANE THAT ALLOWS FOR
TWO COLUMN SET-UP. ALL CONTENT IN THE PANE SHOULD BE IN THIS INNER TABLE */

.inner_table_right1 { padding: 0px; }

.inner_table_right1 td {
padding-left: 6px;
padding-right: 6px;
padding-top: 3px;
padding-bottom: 3px;
}

/* INNER_TABLE_STORY IS THE TABLE FOR STORIES THAT APPEAR ON THE HOME PAGE. */
.inner_table_story {
background: url(images/2_primary_layout/corner.gif) no-repeat bottom right;
}

.inner_table_story td {
border-bottom: 3px double #8390a1;
border-right: 3px double #8390a1;
}

/* INNER_TABLE1 IS FOR ANY INNER TABLE WITH LINES + SMALLER TEXT */
#inner_table1 {
border-top: 1px solid #000000;
border-left: 1px solid #000000;
}

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

/* INNER_TABLE2 IS FOR ANY INNER TABLE WITHOUT LINES, NO TEXT CHANGES */
#inner_table2 {
border: 0px solid;
}

#inner_table2 td {
border: 0px solid;
}

.iframe_table {border: solid 1px #b1abab;}
.iframe_table a:link {color: #555555; text-decoration: underline;}
.iframe_table a:visited {color: #555555; text-decoration: underline;}
.iframe_table a:hover {color: #000000; text-decoration: underline;}
.iframe_table a:active {color: #000000; text-decoration: underline;}

.date_line {
color: #FFFFFF;
font-size: 75%;
}

#footer_copyright {
color: #ffffff;
padding: 6px;
}

.text_85 {
font-size: 85%;
}

.text_75 {
font-size: 75%;
}

.text_50 {
font-size: 50%;
}

.text_135 {
font-size: 135%;
}

/* START -- STYLE ITEMS SPECIFICALLY FOR SPLASH PAGE */

/* ORDER OF LINK ITEMS MUST BE LINK, VISITED, HOVER, ACTIVE */

.minilinks {font-size: 50%; color: #8390a1}
.minilinks a:link { color: #8390a1; text-decoration: none }
.minilinks a:visited { color: #8390a1; text-decoration: none }
.minilinks a:hover { color: #8390a1; text-decoration: underline }
.minilinks a:active { color: #FFFFFF; text-decoration: underline }

a.spaced_text:link { color: #555555; text-decoration: none }
a.spaced_text:visited { color: #666666; text-decoration: none }
a.spaced_text:hover { color: #000000; text-decoration: underline }
a.spaced_text:active { color: #8390a1; text-decoration: underline }
.spaced_text { font-weight: bold; word-spacing: 4px; letter-spacing: 4px }

/* END -- STYLE ITEMS SPECIFICALLY FOR SPLASH PAGE */