body.main
{
	background-color: #ffffff;
	/*margin: 10px;
	padding: 10px;*/
}

table.mainTable
{
	/*width: 800px;*/
	background-color: #ffffff;
	border-collapse: separate;
	border-spacing: 10px;
	/*margin: 10px;*/
	/*padding: 0px;*/
	/*border-spacing: 10px;*/
}

table td.cellLogo
{
	/*background-image: url(blue-top.gif);*/
	background-color: green;
	height: 150px;
	width: 800px;
	/*margin: 10px;*/
	padding: 15px;
	text-align: left;
	vertical-align: bottom;
}

table td.cellLogoText
{
	text-align: left;
	vertical-align: bottom;
}

span.textLogo
{
	color: white;
	font-family: "Arial, san-serif";
	font-size: 35pt;
	font-weight: bold;
	text-align: left;
}

span.textLogoTagline
{
	color: white;
	font-family: "Arial, san-serif";
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

table td.cellMenu
{
	width: 1px;
	/*margin: 0px;*/
	padding: 0px;
	background-color: green;
	height: 1px;
}

table.tableMenu
{
	background-color: green;
	border-collapse: separate;
	border-spacing: 10px;
	margin: 0px;
	/*padding: 0px;*/
}

table td.cellMenuItem
{
	text-align: left;
/*	text-align: center;*/
	vertical-align: middle;
	/*background-image: url(blue-menu-item.gif);*/
	background-color: darkgreen;
	/*height: 10pt;*/
	width: 1px;
	/*margin: 0px;*/
	padding: 5px;
}

p.textMenuItem
{
	font-family: "Times New Roman, serif";
	font-size: 14pt;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	/*padding-left: 10px;*/
}

p.textSubMenuItem
{
	font-family: "Times New Roman, serif";
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	padding-left: 20px;
}

table td.cellMenuEnd
{
	background-image: url(blue-menu-end.gif);
	height: 140px;
	width: 160px;
	/*margin: 0px;
	padding: 0px;*/
}

table td.cellMenuBlank
{
	/*margin: 0px;
	padding: 0px;*/
}

table td.cellMainText
{
	/*margin: 0px;
	padding: 0px;*/
}

table td.cellSecondMenu
{
	/*margin: 0px;
	padding: 0px;*/
}

table td.cellBlankSpace
{
	height: auto;
}

table
{
	border-collapse: collapse;
}

table td
{
	vertical-align: top;
	/*padding: 0px;*/
}

p
{
	max-width: 100%;
}

p.header
{
	font-size: 20pt;
	font-weight: bold;
/*	text-align: center;*/
}

p.section
{
	font-size: 14pt;
	font-weight: bold;
	text-decoration: normal;
}

span.subheader
{
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	text-decoration: normal;
}

p.subsection
{
	font-size: 14pt;
	font-weight: bold;
	text-decoration: normal;
}

.mainheader
{
	font-size: 18pt;
	font-weight: bold;
	text-decoration: normal;
	text-align: center;
}

.subheader
{
	font-size: 14pt;
	font-weight: bold;
	text-decoration: normal;
}

.subheaderU
{
	font-size: 13pt;
	font-weight: bold;
	text-decoration: underline;
}

p.faq-question
{
	font-size: 12pt;
	font-weight: bold;
	text-decoration: normal;
}

p.faq-answer
{
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	text-decoration: normal;
}

ul.faq-answer
{
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	text-decoration: normal;
}

a.menuLink:link
{
	color: lightgreen;
	text-decoration: none;
}
a.menuLink:visited
{
	color: lightgreen;
	text-decoration: none;
}
a.menuLink:hover
{
	color: lightgreen;
	text-decoration: underline;
}

a.internalLink:link
{
	color: #0000ff;
	text-decoration: none;
	font-weight: normal;
}
a.internalLink:visited
{
	color: #0000ee;
	text-decoration: none;
	font-weight: normal;
}
a.internalLink:hover
{
	color: #0000ff;
	text-decoration: underline;
	font-weight: normal;
}

a.contactLink:link
{
	color: blue;
	text-decoration: none;
	font-weight: normal;
}
a.contactLink:visited
{
	color: blue;
	text-decoration: none;
	font-weight: normal;
}
a.contactLink:hover
{
	color: blue;
	text-decoration: underline;
	font-weight: normal;
}