body {
	background-color: #e8e8e8;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

A:link {color: inherit; border: none;}
A:visited {color: inherit; border: none;}
A:active {color: inherit; border: none;}

h1 {
	margin-top: -120px;
	padding-left: 150px;
	color: #225680;
	font-size: 24px;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

h2 {
	line-height: 30px;
	padding-left: 50px;
	color: #225680;
	font-size: 18px;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

h3 {
	padding-left: 150px;
	margin-top: -15px;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	color: #225680;
}
div.header {
	background: -moz-linear-gradient(top,  #5796c7,  #2a5199);
	background: -webkit-gradient(linear, left top, left bottom, from(#5796c7), to(#2a5199));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5796c7, endColorstr=#2a5199)";
	-webkit-box-shadow: 0px 3px 5px #999;
	-moz-box-shadow: -5px 3px 5px #999;
	height: 112px;
	margin-left: 0px;
}

div.mainContent {
	min-width: 900px;
	font-size: 12px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	border-color: #cccccc;
	border-width: 1px;
	border-style: ridge;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 75%;
	color: #535353;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div.leftColumn {
	float: left;
	color: #666565;
	font-size: 12px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	margin-left: 50px;
	width: 40%;
}

div.rightColumn {
	float: right;
	margin-left: auto;
	margin-right: 50px;
	color: #666565;
	font-size: 12px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	width: 40%;
}

div.marketing {
	line-height: 25px;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	padding-top: 15px;
	color: #535353;
	text-align: center;
	font-size: 14px;
	background-color: #d5dde4;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	margin-right: 20px;
	float: right;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#d5d5d5));
	height: 90px;
	width: 200px;
	border-color: #9a9a9a;
	border-style: ridge;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	vertical-align: middle;
}

div.divider {
	height: 1px;
	margin-right: auto;
	margin-left: auto;
	width: 75%;
	background-color: #e5e5e5;
}

img.header {
	margin-top: -5px;
}

img.icon {
	padding-top: 10px;
	padding-left: 10px;
}

img.screenshot {
	margin-left: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

p.infoBlurb {
	margin-right: 245px;
	margin-left: 150px;
	float: none;
	font-size: 12px;
	color: #535353;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

div.footer {
	color: #8f8f8f;
	text-shadow: 0px 1px white;
	font-size: 11px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
}

p.navigation {
	margin-top: 80px;
	padding-right: 20px;
	float: right;
	color: white;
	font-weight: bold;
	font-size: 16px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

.navigation A:link {
	text-decoration: none;
}
.navigation A:hover {
	text-decoration: none;
}
.navigation A:visited {
	text-decoration: none;
}
.navigation A:active {
	text-decoration: none;
}

.footer A:link {
	text-decoration: none;
}
.footer A:hover {
	text-decoration: none;
}
.footer A:visited {
	text-decoration: none;
}
.footer A:active {
	text-decoration: none;
}

