﻿body {
    margin:0px;
    padding:0px;
    font-family: Arial, Times New Roman, Times, serif; 
    text-align:justify;
    background-color: #f1f8fd;
    background: url('/Images/wash.jpg') no-repeat;
}

.SectionContainer {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

#Header {
    background-color: #3399ff;
    padding: 0px;
    margin: 0px;
}

#Footer {
    font-family: Arial, Georgia, Times New Roman, Serif;
    font-size: 10pt;
    text-align:center;
    padding-top: 10px;
}
#Strapline {
    padding-top: 8px;
    padding-bottom: 8px;
    color:#333333;
    font-size:10pt;
    font-weight: bold;
}
#Strapline p {
    margin: 0px;
    padding: 0px;
}

td.NavLink {
    text-align:center;
}
a.NavLink {
    background-color: #3399ff;
    display: block;
    color: White;
    text-decoration: none;
    padding: 4px;
    margin: 1px;
    font-weight: bold;
    font-size: 10pt;
}
a.NavLink:hover {
    text-decoration: underline;
}

.ActionLink {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0033CC;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #003366;
}

.doublespaced {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 22pt;
	font-weight: normal;
	color: #333333;
}


/* Page Specific Stuff */

ul.Client {
    margin: 0px;
    margin-left: 20px;
    padding: 0px;
    padding-bottom: 20px;
}
ul.Client li {
    margin: 0px;
    padding: 4px;
}

td.ClientLow, td.ClientLowRight {
    border-bottom: dashed 1px #cccccc;
}
td.ClientRight, td.ClientLowRight {
    border-right: dashed 1px #cccccc;
}