/*Comment out styles to be determined or not in use*/
/*Place block elements at the top, body first, then A hrefs next and classes last. Order classes alphabetically. The exception for classes is when there is a class associated with an A href such as in the footer. In that case, group the class with the A href.*/
/*Within styles, place font-family at the top, then size, then color.*/
body
{
	background-color: #A3AFB4;
	margin: 0px 0px 0px 0px;
}
td
{
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.h1/*was heading*/
{
	font: 600 11px Verdana, Arial, Helvetica, sans-serif;
	color: #7A2727;
	margin: 8px 0px 2px 0px;
}
.h2/*was headingblue*/
{
	font: 600 11px Verdana, Arial, Helvetica, sans-serif;
	color: #6B749A;
	margin: 5px 0px 2px 0px;
}
.h3/*now headingblue*/
{
	font:  600 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #14536B;
	margin: 0px 0px 5px 0px;
}
ul
{
    list-style-image: url(../images/bullet.gif);
    list-style-item: square;
	margin: 12px 6px 12px 14px;
	padding: 0px 0px 0px 0px;
}
HR
{
    border-right: #CEE0E6 0px solid;
    border-top: #CEE0E6 0px solid;
    border-LEFT: #CEE0E6 0px solid;
    color: #CEE0E6;
    border-bottom: #CEE0E6 0px solid;
    height: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
}
P
{
    margin-top: 0px;
    margin-bottom: 9px;
}
A:link
{
	color: #14536B;
}
A:visited
{
	color: #14536B;
}
A:hover
{
	color: #993333;
}
.footerspace
{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #125066;
    margin: 25px 20px 20px 50px;
	line-height: 20px;
}
A.footerlink:link
{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
    text-decoration: none
}
A.footerlink:visited
{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none
}
A.footerlink:hover
{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #125066;
	text-decoration: none
}
.contenthome
{
    margin: 20px 30px 20px 40px;
	line-height: 20px;
}
.content
{
    margin: 25px 40px 20px 20px;
	line-height: 20px;
	text-align: left;
}
.verttile
{
    background-image: url(../Images/dashvert.gif);
}
.hometileb
{
    background-image: url(../Images/hometileb.gif);
}
.tiertile
{
    background-image: url(../Images/tiertile.gif);
}
.homebox
{
    font-size: 11px;
	color: #666666;
	line-height: 16px;
    margin: 2px 15px 20px 17px;
}
