*
{
	padding: 0;
	margin: 0;
}
html, body { height: 100%; }
body
{
	font-family: Arial;
	font-size: 10pt;
	background: #5a5a5a url(/images/bgGradient.png) repeat-x;
}
h1, h2, h3, h4, h5, h6
{
	font-family: "Trebuchet MS", Trebuchet, Verdana;
	font-weight: normal;
	margin: 0 0 5px 0;
}
h1
{
	font-size: 24px;
	color: #063;
}
h2
{
	font-size: 18px;
	color: #063;
}
h3
{
	font-size: 16px;
	letter-spacing: 2px;
	color: #555;
}
h4
{
	font-size: 14px;
	letter-spacing: 2px;
	color: #555;
}
h5
{
	font-size: 12px;
	letter-spacing: 1px;
	color: #555;
}
h6
{
	font-size: 10px;
	letter-spacing: 1px;
	color: #555;
}
p
{
	margin: 0 0 15px 0;
}
ul
{
	padding: 0;
	margin: 5px 0 10px 20px;
}
ol
{
	padding: 0;
	margin: 5px 0 10px 25px;
}
img
{
	border-width: 0;
}
a
{
	color: #063;
}
a:hover
{
	color: #296;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#outerheader {
	position: absolute;
	top: 0;
	height: 75px;
	width: 100%;
}
#outercontent {
	position: absolute;
	top: 74px;
	width: 100%;
}
#container
{
	min-height: 100%;	
	width: 900px;
	margin: 0 auto 3em auto;	
}
* html #container
{
	height: 100%;
}
#RoundedTopLeft
{
	clear: both;
	background: transparent url(/images/RoundedCorners.png) no-repeat top left;
	float: left;
	width: 10px;
	height: 10px;
}
#RoundedTop
{
	background-color: #fff;
	float: left;
	height: 10px;
}
#RoundedTopRight
{
	background: transparent url(/images/RoundedCorners.png) no-repeat top right;
	float: left;
	width: 10px;
	height: 10px;
}
#RoundedBottomLeft
{
	clear: both;
	background: transparent url(/images/RoundedCorners.png) no-repeat bottom left;
	float: left;
	width: 10px;
	height: 10px;
}
#RoundedBottom
{
	background-color: #fff;
	float: left;
	height: 10px;
}
#RoundedBottomRight
{
	background: transparent url(/images/RoundedCorners.png) no-repeat bottom right;
	float: left;
	width: 10px;
	height: 10px;
}
#header
{
	font-family: "Trebuchet MS", Trebuchet, Verdana;
	height: 75px;
	width: 900px;
	clear: both;
	margin: 0 auto;
}
#BucketSoftLogo
{
	margin: 5px 0 5px 0;
}
#headerlinks
{
	float: right;
	padding: 5px;
	margin: 42px 0 0 0;
}
#headerlinks a
{
	font-size: 14px;
	padding: 5px 5px 5px 5px;
	color: #fff;
	font-weight: bold;
}
#headerlinks a:hover
{
	text-decoration: none;
}
#footer
{
	width: auto;
	text-align: center;
	padding: 15px;
	height: 15px;
	color: #fff;
	clear: both;
}
#footerlinks
{
	float: right;
}
#footerlinks a
{
	padding: 5px;
	color: #fff;
}
#footerlinks a:hover
{
	text-decoration: none;
}
#footercopyright
{
	float: left;
}
#content
{
	width: 100%;
	margin: 0;
	clear: both;
	background-color: #fff !important;
}
#mainheading
{
	padding: 10px 15px 10px 15px;
}
#maincontent
{
	padding: 15px;
}
#promo
{
	width: 100%;
	height: 215px;
	background: #000 url(/images/DataComparisonsPromo.jpg) no-repeat top left;
	margin: 0;
	color: #fff;
	border-bottom: 1px solid #000;
}
#promo h1, #promo h2, #promo h3, #promo h4, #promo h5, #promo h6
{
	color: #fff;
}
#promo a
{
	color: #00b761;
	text-decoration: none;
}
#promo a:hover
{
	color: #00b761;
	text-decoration: underline;
}
div.NewsItem
{
	border: 1px solid #f0f4f0;
	padding: 10px;
	background: #fff url(/images/footerGradient.png) repeat-x bottom left;
}
#__asptrace {
	background-color: #fff;
	margin-top: 1000px;
}