/*
Burgandy Colors:
990731
990033

Celedon Colors:
7eb870
e4f1dc
cee5bd
bbddae
9dd198
b7da97
*/

body.Page
{
	font-family: Palatino Linotype, Helvetica, Arial;
	color: #ffffff;
	background-color: #b7da97;
	padding: 10px 5% 10px 5%;
}

table.PageSkeleton
{
	width: 100%;
	
	text-align: left;

	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	
	background-color: #990033;
}

td.HeaderLogo
{
	width: 125px;
	vertical-align: top;
	
	padding: 5px;
	
}

td.HeaderAddress
{
	font-family: Constantia, Helvetica, Arial;
	font-size: 16pt;
	
	text-align: right;
	vertical-align: bottom;
	
	padding: 15px;
}

td.MenuBlock
{
	vertical-align: top;
	
	padding: 0px;
	
}

table.Menu
{
	width: 100%;
	
	color: #ffffff;
	
}

td.MenuItem
{
	padding: 7px;
	
}

a.MenuItemLink
{
	font-family: Copperplate Gothic Light, Helvetica, Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.MenuItemLink:hover
{
	color: #ff9999;
}

td.ContentBlock
{
	height: 300px;
	
	font-size: 12pt;

	text-align: left;
	vertical-align: top;
	
	padding: 15px;
}

td.Footer
{
	font-size: 10pt;
	text-align: center;
	
	padding: 15px;
}

a.ContentLink
{
	color: #ffffff;
}

table.BasicForm
{
	
}

td.BasicFormLabel
{

}

td.BasicFormSubmit
{
	text-align: center;
}