﻿body 
{
	margin: 0;
	font-size: 0.9em;
	font-family: Times, serif;
	background-color: #5d697a;
}

h1
{
    margin: 0;
    padding: 0 0 15px 0;
	font-size: 1.5em;	
}

h2
{
    margin: 0;
    padding: 0 0 3px 0;
	font-size: 1.0em;	
}

p
{
    margin: 0;
    padding: 0 0 15px 0;
}

a
{
    color: #000000;
    text-decoration: underline;    
}

a:hover
{
    color: #666666;
}

div#pageContent
{
    width: 1000px;
    margin: auto;
    padding: 20px 0 20px 0;    
}

div#Top
{    
    padding: 20px 0 20px 0;
    background-color: #5d697a;    
    text-align: center;  
    border-bottom: solid 1px #000000;  
}

h1.Top
{
    color: #cc9900;
    font-size: 1.5em;
    padding-bottom: 30px;
}

div#Content
{    
    background-color: #d0d0d0;
    min-height: 400px;
    padding: 0 0 30px 0;    
}

div#Bottom
{
    background-color: #5d697a;
    color: #ffffff;
    text-align: center;
    padding: 10px 0 10px 0;
    border-top: solid 1px #000000;
}

div#Bottom a
{
    color: #ffffff;
    text-decoration: none;
}

div#Bottom a:hover
{    
    text-decoration: underline;
}

div.clear
{
	clear:both;
	height: 0px;
}

div#FrontpageLeft
{
    float: left;
    width: 600px;
    padding-right: 50px;    
}

div#FrontpageRight
{
    float: right;
    width: 328px;    
    padding: 10px;
    border: solid 1px #000000;
}

div#Navigation
{
    padding: 0 50px 0 0;
    float: left;
    width: 200px;    
}

div#SubpageContent
{
    float: right;
    width: 750px;    
}

div#SubpageContent ul li
{
    padding-bottom: 5px;
}

ul#Subnavigation
{
    margin: 0;
    padding: 41px 0 0 0;  
    list-style-type: none;  
    /*list-style-image: url(images/arrow.gif);*/
}

ul#Subnavigation li
{
    margin: 0;
    padding: 0 0 10px 0;    
}

ul#Subnavigation li a
{
    color: #5d697a;
    text-decoration: none;
    cursor: pointer !important;
    font-weight: bold;
    font-size: 0.8em;	
}

ul#Subnavigation li.selectedSub a
{    
    color: #000000 !important;    
}


ul#Subnavigation li a:hover
{
    color: #000000;    
}

table.Reference
{
    margin: 0 0 20px 0;
}

table.Reference td
{
    vertical-align: top;
}

table.Reference td.Header
{
    width: 70px;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
p.quote 
{
    font-style: italic;
    font-weight: bold;
    color: #a52a2a;
}

table
{
    border-collapse: collapse;
}

table.Column td
{    
    width: 250px;    
    vertical-align: top;
}

div#LAIT
{
    width: 1000px;    
    margin: auto;
    padding-top: 20px;
    text-align: center;   
}

div#LAIT a
{    
    color: #3B444F;
    font-size: 7pt;
    text-decoration: none;
}

div#ReferenceLeft
{
    float: left;
    width: 440px;
}

div#ReferenceRight
{
    float: right;
    width: 310px;
}

img.Reference
{
    border: solid 1px #000000;
}