﻿body 
{
    background-color: #FFFFFF;
    font-family: Arial, Sans-Serif;
    margin: 0px;
    padding: 0px;
    font-size: 11pt;
}

.HeaderTable
{
    width: 100%;
}

.HeaderCell
{
    background-color: #abbb9d;
    text-align:center;
    padding-bottom: 2px;
}

.container {
	width: 800px;
	background-color:#ffffff;
	padding: 10px 10px;
    font-size: 11pt;
}

.PinkCell
{
    background-color: #f0f5fd;
    height: 2px;
}

.GreenCell
{
    background-color: #708598;
    height: 2px;
}

.HeaderSponsorCell
{
    font-family: Arial, Sans-Serif;
    font-size: small;
    font-weight:bold;
    background-color: #000d57;
    padding: 5px;
    text-decoration: none;
    text-align:center;
    white-space: nowrap;
}

.HeaderSponsorLink
{
    text-decoration: none;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    
}

.HeaderPhotoParentCell
{
    padding: 0px 0px -5px 0px;
    text-align:center;
}

.HeaderPhotoCell
{
    padding: 0px 5px 0px 5px;
    text-align:center;
}

.NavTable
{
    width: 80%;
}

.NavParentCell
{
    background-color: #abbb9d;
    text-align:center;
}

.NavCell
{
    white-space: nowrap;
    text-align:center;
}

.big_header {

	font-weight: bold;
	font-size: 12pt;
}

.HeaderTitle
{
    font-family: Arial, Sans-Serif;
    font-size: 35pt;
    font-weight:bold;
    text-align:center;
}

.NavLinks
{
    font-family: Arial, Sans-Serif;
    font-size:1.1em;
    font-weight:bold;
    text-decoration:none;
    color: Black;
    text-align:center;
}

p, ul, td
{
    font-size: 1em;
}

td ul, td ul li
{
    font-size: 1em;
}


.ContentTable
{
    width: 80%;
}

.ContentCell
{
    padding: 50px 0px 0px 0px;
}

.Divider
{
    background-color: White;
    width: 100%;
}

.Spacer
{
    width: 100px;
    padding-left: 50px;
}

H3
{
    font-size: 1.5em;
    font-weight:bold;
    text-align: left;
    color: #009999;
}

H4
{
    font-size: 1.25em;
    font-weight:bold;
    text-align: left;
}

H5
{
    font-size: 1.15em;
    font-weight:bold;

}


.FooterCell
{
    font-weight: bold;
    font-size: 1em;
    background-color: #abbb9d;
    padding: 20px;
    text-align:center;
}

.Center
{
    text-align: center;
}

td p
{
    font-size: 1em;
}

.error {
	color: #F00;
}

.button_green {
	border: 1px solid #000000;
	background: #207B5D;
	color: white;
	font-size: 12pt;

}

.button_red {
	border: 1px solid #000000;
	background: red;
	color: white;
	font-size: 12pt;

}

.button_blue {
	border: 1px solid #000000;
	background: #00F
	color: white;
	font-size: 12pt;

}
.under_line {
	border-bottom: 1px solid #000000;
	
	 

}