@import url("base.css");

body {
  font-family: "Times New Roman", "times new roman", Times, times, Georgia, georgia, serif;
  font-size: 10pt;
  color: #000000;
  background-color: #ffffff;
  text-align: left;
}

/* ---------- Site COLORS --------------
dark purple
  color: #674CAD;
medium dark purple
  color: #68217A;
light purple
  color: #9D80E6;
deep blue PMS 526
  color: #3B00ED;
orangeish yellow PMS 1365
  color: #FFB547;
*/

/* --- Styles Imported into FCK editor --- */

/* main header */
h1 {
  font-family: "Century Gothic", "century gothic", Georgia, georgia, serif;
  font-weight: bold;
  font-size: 16pt;
  color: #3B00ED;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
}

/* sub header with gold box */
div.subheader {
  font-family: "Times New Roman", "times new roman", Times, times, Georgia, georgia, serif;
  font-weight: bold;
  font-size  : 14pt;
  text-align: left;
  color: #3B00ED;
  background-color: #FFB547;
  padding:2px 4px 2px 4px; /* T R B L*/
}

div.body_text {
    font-family: "Times New Roman", "times new roman", Times, times, Georgia, georgia, serif;
    font-size  : 12pt;
    color: #000000;
    text-align: left;
}

/* for left columns */
div.left_header {
  font-family: "Times New Roman", "times new roman", Times, times, Georgia, georgia, serif;
  font-size: 12pt;
  color: #3B00ED; 
  text-align: left;
}

div.left_body {
  font-family: "Times New Roman", "times new roman", Times, times, Georgia, georgia, serif;
  font-size: 10pt;
  color: #000000;
  text-align: left;
}

div.left_body_ital {
  font-family: "Times New Roman", "times new roman", Times, times, Georgia, georgia, serif;
  font-size: 10pt;
  color: #3B00ED;
  text-align: left;
  font-style:italic;
}
/* End Styles Imported into FCK editor */



th.prog_summary {
  font-family: "Times New Roman", "times new roman", Times, times, Georgia, georgia, serif;
  font-weight: bold;
  font-size: 12pt;
  color: #68217A;
  text-align: left;
  background-color: #FCBA5E;
}

td.prog_summary {
  font-family: "Times New Roman", "times new roman", Times, times, Georgia, georgia, serif;
  font-weight: normal;
  font-size: 10pt;
  text-align: left;
}


a.header_menu:link {
  font-family: "Century Gothic", Century, Verdana, serif;
  font-size: 10pt;
  font-weight: 600;
  color: #674CAD;
  text-decoration: none;
}

a.header_menu:visited {
  font-family: "Century Gothic", Century, Verdana, serif;
  font-size: 10pt;
  font-weight: 600;
  color: #674CAD;
  text-decoration: none;
}
a.header_menu:active {
  font-family: "Century Gothic", Century, Verdana, serif;
  font-size: 10pt;
  font-weight: 600;
  color: #9D80E6;
  text-decoration: none;
}

a.prog_listing:link    { text-decoration: none; }
a.prog_listing:visited { text-decoration: none; }
a.prog_listing:active  { text-decoration: none; }

a.breadcrumb:link      { color: #68217A;   text-decoration: none; }
a.breadcrumb:active    { color: #68217A;   text-decoration: none; }
a.breadcrumb:visited   { color: #68217A;   text-decoration: none; }

a.footer:link      { color: #68217A;   text-decoration: none; }
a.footer:active    { color: #68217A;   text-decoration: none; }
a.footer:visited   { color: #68217A;   text-decoration: none; }

a.site_search_bar:link {
  font-family: "Century Gothic", Century, Verdana, serif;
  font-size: 10pt;
  font-weight: 500;
  color: white;
  text-decoration: none;
}

a.site_search_bar:visited {
  font-family: "Century Gothic", Century, Verdana, serif;
  font-size: 10pt;
  font-weight: 500;
  color: white;
  text-decoration: none;
}
a.site_search_bar:active {
  font-family: "Century Gothic", Century, Verdana, serif;
  font-size: 10pt;
  font-weight: 500;
  color: white;
  text-decoration: none;
}
a.site_search_bar:hover {
  font-family: "Century Gothic", Century, Verdana, serif;
  font-size: 10pt;
  font-weight: 400;
  color: white;
  text-decoration: none;
}

p {
   padding: 4px;
}

table.outer_page_table {
  background-color:white;
  text-align: center;
}

table.page_table,
table.header_images,
table.header_content {
  background-color:white;
  text-align: center;
  width: 750px;
}

table.header_search {
  width: 750px;
  background-color:#9D80E6;
  height:25px;
  font-family: "Century Gothic", Century, Verdana, serif;
  color:white;
  
}

table.page_body {
  background-color:white;
  height: 500px;
  text-align: left;
  width: 750px;
}

table.blank {
  background-color:white;
}

.breadcrumb {
  font-family: "Century Gothic", Century, Verdana, serif;
  font-size: 8pt;
  font-weight: bold;
  color: #9D80E6;
  text-decoration: none;
}

p.breadcrumb {
  padding-top: 5px;
}

.header_content {
  height: 400px;
  vertical-align: top;
}

.site_table {
   background-image:url('/images/background_color.jpg');
}

.footer_content {
   background-image:url('/images/footer.gif');
   color: #674CAD;
   font-weight:600;

  vertical-align: bottom;
}

table.header_menu {
  background-color:white;
  width: 540px;
}

table.page_table {
  background-color:white;
  border-left: solid 4px;
  border-right: solid 4px;
  border-color: #FCBA5E;
}

td.header_menu {
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
}

.left_column {
  color: #000000;
  background: #ffffff;
  font-family: "Times New Roman", "times new roman", Times, times, Georgia, georgia, serif;
  font-size: 10pt;
  text-align: left;
  padding-left:15px;
  padding-right:15px;
}


.left_column_head,
.left_column_feature {
  color: #000000;
  background: #ffffff;
  font-family: "Times New Roman", "times new roman", Times, times, Georgia, georgia, serif;
  font-size: 10pt;
  text-align: left;
}

.left_column_head {
  font-size: 12pt;
  font-weight: bold;
  color: #68217A;
  background-color: #ffffff;
}

.left_column_feature {
  color: #68217A;
  background-color: #ffffff;
  font-style: italic;
  font-weight: bold;
}

.prog_cat_list {
  font-size: 10pt;
  vertical-align: top;
}

table.prog_summary {
  background-color:white;
  width: 750px;
  empty-cells: show;
}

.prog_summary,
.prog_detail {
  border: solid 1px;
  padding-left: 2px;
  padding-right: 2px;
  color: #000000;
  background: #ffffff;
  font-family: "Times New Roman", "times new roman", Times, times, Georgia, georgia, serif;
  font-size: 12pt;
  text-align: left;
}

.prog_detail {
  border: none;
}

.public_title,
.public_sub_title {
  font-size: 12pt;
  font-weight: bold;
}

.public_sub_title {
  color: #73B973;
  background: #ffffff;
  text-align: center;
}

.public_text {
  font-size: 10pt;
  color: #000000;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

