﻿@import "../../css/Pages/Shared.css";
@import "../../css/Controls/Base/SiteContentHeader.css";
@import "../../css/Controls/Base/SiteHeaderMenu.css";
@import "../../css/Controls/Base/SiteFooter.css";
@import "../../css/Controls/Base/SubNavigation.css";

*
{
	margin: 0px;
	padding: 0px;
}
a
{
	text-decoration: none;
	color: #000000;
}
a:hover
{
	text-decoration: underline;
	color: #000000;
}
html
{
	overflow: auto;
}
/* Hides inactive scrollbars in IE.  */
body
{
	width: 100%;
	height: 100%;
	background-color: Transparent;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	margin-bottom: 20px;
}

.contentRightPlaceHolder
{
	width: 100%;
	height: auto;
	text-align: left;
	float: left;
}
.clearNonIESpacer
{
	clear: both;
	height: 0px;
	overflow: hidden;
}
.siteAdTopHide
{
	display: none;
}


