﻿body 
{
	margin: 0px 10px 10px 10px;
	background-image: url(/Images/TopShadow.gif);
	background-position: left top;
	background-repeat: repeat-x;
	font-family: Garamond, "Times New Roman", Times, Serif;
	font-size: 15px;
	line-height: 20px;
	color: #3c3c3c;
}
img
{
	border-style: none;
}
h1
{
	font-family: "Adobe Garamond Pro", Garamond, "Times New Roman", Times, Serif;
	font-size: 26px;
	line-height: 26px;
	color: #4b4b4b;
	margin-top: 0px;
	margin-bottom: 13px;
}
h2
{
	font-family: "Adobe Garamond Pro", Garamond, "Times New Roman", Times, Serif;
	font-size: 18px;
	line-height: 18px;
	color: #4b4b4b;
	margin-top: 8px;
	margin-bottom: 13px;
}
p
{
	margin-bottom: 13px;
}
div.smallText p
{
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	line-height: 16px;
}
a
{
	color: #940000;
}
hr
{
	color: #d5dadc;
	background-color: #d5dadc;
	height: 1px;
	margin: 20px 0px 20px 0px;
}
#main
{
	margin: 20px auto 0px auto;
	width: 860px;
}
#menu
{
	background-image: url(/Images/MenuBg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 5px;
	float: left;
	font-family: "Adobe Garamond Pro", "Garamond Three", Garamond, "Times New Roman", Serif;
	width: 850px;
}
#menu a
{
	display: block;
	float: left;
	/*width: 146px;*/
	width: 188px;
	height: 74px;
	color: #940000;
	font-size: 22px;
	line-height: 28px;
	text-decoration: none;
	padding: 16px 10px 0px 14px;
}
#menu a span
{
	font-family: Verdana, Sans-Serif;
	font-size: 9px;
	line-height: 14px;
	color: #3c3c3c;
}
#menu a:hover
{
	background-image: url(/Images/MenuBgHover.gif);
	/*color: #3c3c3c;*/
}
#menu a.selected
{
	background-image: url(/Images/MenuBgSelected.gif);
	color: #3c3c3c;
}
#footer
{
	margin-top: 40px;
	background-image: url(/Images/bottomShadow.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 10px;
	color: #747474;
	font-family: Verdana;
	font-size: 9px;
	text-align: center;
}
table.fixed
{
	table-layout: fixed;
	width: 100%;
}
div.clearFloats { clear: both; font-size: 1px; line-height: 1px; height: 1px; }

td.quote
{
	background-image: url(/Images/Quote.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 10px 0px 0px 20px;
}