﻿* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial;
  background-color: #385ABB; /*#EDF0F9;*/
/*  background-image: url('q2c_blue_background_header.jpg');
  background-repeat:no-repeat;
  background-position:top center;
  background-color: #0C36AC;*/
/*  background-repeat: repeat-x;*/
}

/* PAGE LAYOUT */

/* This carries the background colors which fill in below the background image. */
.q2c_background {
  width: 769px;
/*Z  height: 100%;*/
  margin: 0px auto 0px auto;
/*  background-image: url('q2c-background_blue.gif');
  background-repeat: repeat-y;*/
  background-color: #0C36AC;
}

.q2c_layout {
  width: 769px;
  margin: 0px auto 0px auto;
  background-image: url('q2c-background_blue.jpg');
  background-repeat: no-repeat;
}

.q2c_header {
  height: 209px;
/*  height: 128px;*/
}

.q2c_master_img {
  border: 0px;
  position: relative;
}

.q2c_left {
  height: 589px;
  width: 127px;
  float: left;
  padding: 14px 0em 0em 14px;
}

.q2c_content {
  min-height: 589px;
  width: 573px;
  padding: 1em 1.25em 1em 1.25em;
  float: right;
  background-color: #EDF0F9;
/*  background-color: #D4E2F4;*/
/*  background-color: white;*/
  margin: 0px 14px 0px 0px;
}

.q2c_footer {
  background-color: #0C36AC;
  padding: 14px 0 14px 0;
  clear: both;
}

/* FOOTER MARKUP */

.q2c_footer
{
  text-align: center;
  color: White;
  font-size: smaller;
  font-weight: bold;
}

.q2c_footer a {
  color: white;
/*  text-decoration: none;*/
}

.q2c_footer a:visited {
  color: white;
/*  text-decoration: none;*/
}

/* MENU MARKUP */

.main_menu
{
/*  text-align: center;
  margin-bottom: 2em;*/
}

.menu_level_1
{
  display: none;
}

.menu_level_2
{
/*  background-color: #FFAA85; */
  margin: 1em 0em 0em 0em;
/*  color: White;*/
  font-weight: bold;
/*  text-align: center;*/
}

.menu_level_3
{
  display: none;
}

.main_menu a, .main_menu a:visited {
/*  color: #D4E2F4;*/
  color: White;
}

/* GENERAL MARKUP */

p, h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 1em 0;
}

td {
  vertical-align: top;
}

h1 {
  color: #171602;
  font-size: 110%;
  font-weight: bold;
  margin-top: 1.5em;
}

h2 {
  color: #35444B;
  font-size: 100%;
  font-weight: bold;
  margin-top: 1.5em;
}

.copy
{
    text-align: left;
}

.float_left
{
    float: left;
    margin-right: 15px; 
}

.float_right
{
    float: right;
    margin-left: 15px;   
}

img
{
    border: 1px solid black;
/*Z    margin: 0px;*/
}

a img { text-decoration: none; }

.image_with_centered_caption
{
  font-size: smaller;
  text-align: center;
}

img.state { border: none; }

.full_width {
  width: 100%;
}

/* NEWS MARKUP */

.news_story_date {
  float: right;
/*  margin-left: 15px;   */
}

.news_story_title {
  font-weight: bold;
}

table.news_grid {
  width: 541px;
  border: none;
  border-collapse: separate;
  margin: 0px;
}

table.news_grid th { display: none; }

table.news_grid td {
  padding: 3px;
  font-size: smaller;
  border-width: 0px 9px 0px 9px;
  border-color: transparent;
}

a:visited {
  color: #6666FF;
}

.news-grid-date { text-align: right; }