div.flash {
	text-align:
}
p {
	text-align:justify;
	clear:left;
	margin-top: 0;
	line-height:18px;
	font-size:12px;
}
a {
	color:#336699;
}
h1{
	font-size: 28px;
	color: #000000;
	text-align:center;
	margin:0;
}
h2{
	font-size: 22px;
	color: #990033;
	text-align:center;
	margin-top:0px;
}
ul.threebuttons {
	list-style:none;
	float:left;
	width: 748px;
	margin: 0 0 0px 0;
	padding:0 0 15px 0;
}
ul.threebuttons  li{
	float:left;
}
ul.threebuttons  li#new, ul.threebuttons  li#upgrade {
	margin-right: 20px;
}
ul.threebuttons li a{
	/*Image Replacement - uses padding to move text and then hides the overflow.*/
	display:block;
    padding: 90px 0 0 0;
    overflow: hidden;
    background-repeat: no-repeat;
	width:236px;    
    height: 0px !important;
    height /**/:90px;	
}
li#new a{
    background-image:url(../images/homepage/three_small.png);
}
li#upgrade a{
	background-image:url(../images/homepage/three_large.png);
}
li#partner a{
	background-image:url(../images/homepage/three_start.png);
}
ul.threebuttons li a:hover{
	background-position:0px -90px;
}
div.column{
	width:236px;
	float:left;
	background-image:url(../images/homepage/column_bg.png);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position: 0px 6px;
	margin-right:20px;
	padding:0;
}
div.column3{
	margin-right:0;
}
div.column h4{
	width: 220px;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	padding: 7px 8px;
	background-image:url(../images/homepage/column_h4_bg.gif);
	margin: 0 0 0 0;
	color:#333333;
}
div.column img{
	margin: 10px 8px;
}
div.column img.column_footer{
	margin: 0px;
}
div.column p {
	margin: 0 10px;
}
div.column img.pressLogos{
	margin: 10px 8px 8px 8px;
}



/* Adjust the bottom padding on 3 column text */
.demo {
	padding-bottom:5px;
}
