﻿body 
{
    background-color: #FFFFFF;
}

#Main
{
    width: 640px;
    background-color: #EEEEEE;
    background-repeat: no-repeat;
	background-position: center center;
}

#watermarkOld
{
    background-image: url(../Images/ClassicOval.gif);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0px 10px 10px 10px;
}

#watermarkNew
{
    background-image: url(../Images/ModernOval.gif);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0px 10px 10px 10px;
}

#watermarkConfetti
{
    background-image: url(../Images/Confetti.gif);
    background-repeat: repeat-x;
	background-position: top right;
	text-align: center;
	padding: 0px 10px 10px 10px;
}

#noWatermark
{
    padding: 0px 10px 10px 10px;
}

h1
{
    font-family: Arial;
    font-size: 20px;
    font-style: italic;
    color: #000066;
    text-align: center;
}

p
{
    font-family: Arial;
    font-size: 12px;
    color: #000066;
}

p.title
{
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    color: #000066;
    text-align: center;
}

p.titleHomepage
{
    font-family: Arial;
    font-style: normal;
    color: #000066;
    text-align: center;
}

p.quote
{
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    color: #000066;
    text-align: left;
}

hr.quoteLine
{
    width: 75%;
    text-align: center;
    color: #000066;
    height: 1px;
}

.Footer
{
    font-family: Arial;
    font-size: 12px;
    color: #000066;
    width: 640px;
    padding: 6px 10px 6px 10px;
    background-color: #CCCCCC;
}

a:link.foot
{
	text-decoration: underline;
	color: #000066;
}

a:hover.foot
{
	text-decoration: underline;
	color: #000066;
}

a:active.foot
{
	text-decoration: underline;
	color: #000066;
}

a:visited.foot
{
	text-decoration: underline;
	color: #000066;
}

.CustQuote
{
    font-family: Times New Roman;
    font-style: italic;
    font-weight: bold;
}

td.menu
{
	text-align: center;
	padding: 2px 0px 3px 0px;
	background-color: #CCCCCC;
}

a:link.menu
{
	font-family: arial;
	font-size: 14;
	text-decoration: none;
	color: #000066;
}

a:hover.menu
{
	font-family: arial;
	font-size: 14;
	text-decoration: underline;
	color: #000066;
}

a:active.menu
{
	font-family: arial;
	font-size: 14;
	text-decoration: underline;
	color: #000066;
}

a:visited.menu
{
	font-family: arial;
	font-size: 14;
	text-decoration: none;
	color: #000066;
}

a:visited:hover.menu
{
	font-family: arial;
	font-size: 14;
	text-decoration: underline;
	color: #000066;
}

a:link.menuCurrent
{
	font-family: arial;
	font-size: 14;
	text-decoration: underline;
	color: #000066;
}

a:hover.menuCurrent
{
	font-family: arial;
	font-size: 14;
	text-decoration: underline;
	color: #000066;
}

a:active.menuCurrent
{
	font-family: arial;
	font-size: 14;
	text-decoration: underline;
	color: #000066;
}

a:visited.menuCurrent
{
	font-family: arial;
	font-size: 14;
	text-decoration: underline;
	color: #000066;
}
