﻿/* Visual Share Point Master Stylesheet 
==================================
colors:     body blue: 183579

*/

/* 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: Arial, sans-serif;
    font-size: 8pt;
    color: #666; }

a{color: #137;}
a:hover{color: #359;}    

img
{
    border-width: 0;}
    
/* Basic Page Elements 
======================*/    
body
{
    background-color: #183579; /*navy blue*/
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;}

#page
{
    width: 800px;
    text-align:left;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    }

.control    /* make 1px control cells match the body background-color */
{
    background-color: #183579;}    

#header{}

/* Sitewide Navigation 
======================*/
#menu
{
    background: transparent url(../images/bk_menu.gif) no-repeat;}
#nav
{
    margin-left: 17px;
     list-style: none;}
#nav li
{
    float: left;
    margin-right: 2em;}
#nav a 
{
    text-decoration:none;
    color: #888;
    font-weight: bold;}

#nav a:hover, #nav a.on {color: #248;}



/* Main Content Area 
====================*/
.content
{
    line-height:1.75em;    }


#c2, #c3
{
    font-size: 7pt;}       

.content h1
{
    font-size:12pt;
    margin-bottom: 1em;}    

.content h2
{
    font-size: 9pt;
    margin-bottom: 1em;
    color: #137;}    

.content img
{
    float: left;
    margin-right: 25px;}  

.content ul, .content ol
{
    margin-left: 3em;
    margin-bottom: 1em;}     

.content p
{
    margin-bottom: 1em;}    

#c2 a, #c3 a      
{
    text-decoration: none;
    font-style: italic;}


/* Decorative Elements 
======================*/
#c_left, #c_right
{
    background-image: url(../images/rule_v.gif);
    background-repeat: repeat-y;}

#c_right
{
    background-position: 100% 0px;}    

#c_bottom
{
    background:transparent url(../images/rule_h.gif) repeat-x bottom left;}

