﻿/* The Silver Group Master Stylesheet 
==================================
colors:     */

/* Global Styles */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address 
{
    margin: 0;
    padding: 0;
    font-family: Trebuchet MS, Arial, sans-serif;
    font-size: 10pt;
    color:#777; }

a           {color:#00a0c7;}
    
img         {border-width:0;}    
/* Basic Page Elements 
======================*/    
body
{
    background-color:#414141;
    text-align:center;
    margin:20px;}

#page
{
    width:765px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    padding:4px;
    border: solid 1px #eee;
    }
    
#Table_01
{
    background-color:#fff;}    

#header{}

/* Sitewide Navigation 
======================*/
#nav {
  list-style: none;
  float:right;
  margin-bottom:1px;
  }

#nav li {
  float: left;
  }

#nav a
{
    text-decoration:none;
    color:#777;
    }  

#nav a:hover, #nav a.on
{
    color:#00a0c7;}    
  

/* Main Content Area 
====================*/
#content
{
    margin-bottom: 2em;
    padding-bottom:1em;
    padding-right:35px;
    text-align:justify;
    }


#content h1
{
    font-size: 27pt;
    margin-bottom: 25px;
    color: #00A0C7;
    font-family:Times New Roman;
    }

#content h2
{
    font-size: 13pt;
    margin-bottom: 20px;
    color: #00a0c7;
    font-weight:lighter;
    }

#content h3
{
    margin-bottom: 10px;}
    
#content p
{
    margin-bottom: 15px;}    

#content ul, #content ol
{
    margin-left: 3em;
    margin-bottom: 1em;}

/* Footer 
=========*/
#footer {}

#footer p
{
    text-align:center;
    color: #fff;
    font-size: 8pt;
    margin-top:.5em;}

/* Specific Overriding Rules 
============================*/

