﻿/* 
 * General style selectors
 */ 

/* Resets */ 

body, div, img, form, input, p, fieldset, 
blockquote, table, th, td, embed, object, 
h1, h2, h3, h4,h5, h6, h7 
{
    margin: 0; 
    padding: 0;
    border: 0; 
    outline: 0;
}

body
{
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 11px;
}

/* a. contains settings for <a href> tags */

a
{
    text-decoration: underline; 
    color: #48688f;
}

a.entity-link
{
    text-decoration: none;
    color: #fb7629;
    font-size: 11px; 
}

a.menu-link
{
    text-decoration: underline;
    color: #666666;
    font-size: 11px; 
}

.PageOuter1
{
    background-color: White; 
    width: 760px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.PageOuter2
{
    float: left; 
    background-color: #666666; 
    width: 750px;
    margin: 5px 5px 5px 5px;
}

.PageInner
{
    float: left; 
    color: #444444; 
    background-color: White; 
    width: 740px;
    margin: 5px 5px 5px 5px;
}

.Header
{
    float: left; 
    width: 740px; 
    margin: 0; 
}

.HeaderImage
{
    float: left; 
    width: 200px;
    margin: 20px 0 0 40px;  
}

.HeaderLiteral
{
    float: left; 
    font-size: 12px; 
    font-weight: bold; 
    color: #666666; 
    width: 460px; 
    margin: 10px 0 0 10px;  
}

.LeftColumn
{
    float: left; 
    width: 340px;    
    margin: 20px 10px 0 20px; 
}

.RightColumn
{
    float: left; 
    width: 340px;    
    margin: 20px 0 0 10px; 
}

.EntityBox
{
    float: left;
    width: 340px;
    margin: 20px 0 10px 0; 
}

.EntityTitle
{
    float: left;
    width: 170px;
    font-size: 14px;
    font-weight: bold; 
    color: #666666; 
}

.EntityImage
{
    float: left;
    width: 130px;
}

.EntityDesc
{
    float: left; 
    width: 330px; 
    margin: 5px 0 5px 0; 
    font-weight: bold; 
}

.Divider 
{
    float: left; 
    width: 740px; 
    height: 1px; 
    background-color: #666666;
}

.Footer
{
    float: left; 
    width: 740px;
    height: 55px; 
    margin: 0; 
    color: #666666; 
    background-color: #cccccc; 
}

.FooterImage
{
    float: left; 
    margin: 10px 0 0 20px;  
}

.FooterLiteral
{
    float: left; 
    font-size: 12px; 
    font-weight: bold; 
    color: #666666; 
    margin: 20px 0 0 25px;  
}

