* {margin: 0}
ul, ol {margin: 0;padding: 0;list-style-type: none;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    line-height: 0px;
    font-size: 0;  
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	height: 100%;
}
body.main
{
	background: url(../images/body_bg.png) repeat-x #0069a6;
	margin: 20px 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
img {
	border: none;
}
p
{
    font-size: 1.2em;
    font-weight: normal;
    color: #5E5F62;
    margin: 20px 0;
    line-height: 1.67em;
}
a:link, a:visited
{
    text-decoration: none;
    color: #006699;
}
a:hover
{
    text-decoration: underline;
}
a.watchdemo {
    background: url(../images/bt_watchnow.png) no-repeat;
    display: block;
    height: 39px;
    width: 240px;
    text-indent: -9999px;
    clear: both;
    margin-bottom: 3px;
}
a.watchdemo:hover {
    background: url(../images/bt_watchnow_hover.png) no-repeat;
}
ul.bluesquares {
	padding: 10px 0;
	margin-left: 5px;
}

ul.bluesquares li{
	font-size: 1.2em;
	color: #666666;
	padding-bottom: 5px;
	background: url(../images/bullet_content_list.png) no-repeat left 7px;
	line-height: 1.67em;
	padding-left: 15px;
}
ul.checkmarkbullets1 {
    padding: 10px 0 0 0;
}
ul.checkmarkbullets1 li{
    font-size: 1.4em;
    color: #0067A5;
    background: url(../images/bullet_checkmark1.png) no-repeat left 4px;
    padding-left: 40px;
    line-height: 1.8em;
    padding-left: 24px;
}
#PageHeader ul,
#PageHeader ul li,
#ContainerHeader ul,
#ContainerHeader ul li,
#PageFooter ul,
#PageFooter ul li
{
    margin: 0;
    padding: 0;
    background: none;
}
