/*
Theme Name: Strategic Website
Author: Clarke Echols
Description: Version 1
*/

body {
       text-align: center;
       min-width: 980px; /* Use this to trick IE5 to do the right thing.   */
                         /* It's ignored by Firefox & IE6 with DTD header. */
                         /* Based on 1024 x 768 screen resolution          */
/*     background-color: #6360FF;     (replaced by image) */
       background-image: url('bg_topblufade.gif');
       background-repeat: repeat-x;
       background-attachment: fixed;
       margin:0;
       padding:0;
       height:100%;
     }

div.wrapper {
       width:980px;
       position:relative;
   background-color:#EEEEEE;
       margin-left:auto;
       margin-right:auto;
       padding-top:0;
       margin-top:0;
       border:0px solid #FF88FF;
       font-family:Arial, Helvetica, sans-serif;
       text-align:left;
       font-size:16px;
     }

div.Heading {
       width:980px;
       background-color:#F8F8FF;
       text-align:left;
       padding-top:10px;
       font-family:Arial, Helvetica, sans-serif;
       font-size:22px;
       line-height:120%;
     }

div.Main {
       width:978px;
   background-color:#FFF8FF;
       text-align:left;
       padding-top:10px;
       border-top:3px solid #222222;
       font-family:Arial, Helvetica, sans-serif;
       font-size:14px;
     }

/* *************** */
/*  Headings       */
/* *************** */

h1  {
       text-align: center;
       color: red;
       font-weight: 400;
       font-size: 200%; line-height: 200%;
       font-family:Impact, Helvetica, sans-serif;

    }

h2  {
       text-align: center;
       color: blue;
       font-weight: bold;
       font-size: 160%; line-height: 180%;
       font-family:Arial, Helvetica, sans-serif;
    }

h3  {
       text-align: center;
       color: yellow;
       font-weight: bold;
       font-size: 20px; line-height: 120%;
       font-family:Arial, Helvetica, sans-serif;
       margin-top:5px;
       margin-bottom:5px;
    }

h4  {
       text-align: center;
       color: black;
       font-weight: bold;
       font-size: 18px; line-height: 120%;
       font-family:Arial, Helvetica, sans-serif;
       margin-top:5px;
    }

/* *************** */
/*  Paragraphs     */
/* *************** */

/* Standard Paragraph: */
p   {
       font-family:Arial, Helvetica, sans-serif;
       margin-left: 15px;
       margin-right: 15px;
       font-size:16px;
       Line-height:16px;
    }

p.p16      {
       font-size:16px;
       Line-height:18px;
         }

p.px1515 {
       margin-left: 15px;
       margin-right: 15px;
       font-size:15px;
       Line-height:17px;
}

p.normal {
       margin-left: 30px;
       margin-right: 30px;
       font-size:16px;
       Line-height:16px;
}

/* Paragraph inside Table Data: */
p.td {
       font-family:Arial, Helvetica, sans-serif;
       margin-left: 5px;
       margin-right: 5px;
       font-size:16px;
       Line-height:16px;
     }

/* *************** */
/*     Lists       */
/* *************** */

/* Ordered List: */
ol.normal {
       margin-left: 15%;
       margin-right: 15%;
       font-size:16px;
       Line-height:16px;
}

ol.table {
       margin-left: 45px;
       margin-right: 35px;
       font-size:16px;
       Line-height:16px;
}

/* Unordered List -- Default bullet: */
ul     {
       margin-top: 5px;
       font-size:16px;
       Line-height:16px;
      }

/* Unordered List -- Square bullet: */
ul.square {
       list-style-type: square;
       margin-top: 5px;
       font-size:16px;
       Line-height:16px;
      }

/* List Item for Unordered List: */
li    {
       margin-top: 8px;
       font-size:16px;
       Line-height:16px;
      }

/* List Item for close-packed List: */
li.tight {
       margin-top: 4px;
       font-size:14px;
       Line-height:14px;
      }

/* Definition List: */

dt    {
       margin-left: 15px;
       font-weight: bold;
       font-family: arial, 'sans serif';
       font-size:16px;
       Line-height:16px;
      }

dd    {
       font-family: arial, 'sans serif';
       font-size:16px;
       Line-height:16px;
      }

/* *************** */
/*    Tables       */
/* *************** */

th    {
       font-weight: bold;
       font-size: 120%; font-family: arial, 'sans serif';
      }

td    {
       font-size: 80%;
      }
