body {
	margin: 0;
	padding: 0;
	font: 14px Verdana, Helvetica, Arial, sans-serif;
 	background: #ffffff;
}

table {
	margin: 0;
	padding: 0;
}

a {
	color: #1f78cb;
	text-decoration: underline;
}

a:hover {
	color: #f6b500;
	text-decoration: underline;
}

/* Masthead definitions */

table#masthead_subpage {
	width: 800px;
}

table#masthead_homepage {
	background: url(images/topNav.jpg) top left no-repeat;
	width: 800px;
	height: 33px;
}
table#masthead_subpage {
	background: url(images/subpage-topNav.jpg) top left no-repeat;
	width: 800px;
	height: 33px;
}
td#logo {
	width: 141px;
}

table#banner_homepage {
	background: url(images/logoBanner.jpg) top left no-repeat;
	height: 61px;
}
table#banner_subpage {
	background: url(images/subpage-logoBanner.jpg) top left no-repeat;
	height: 78px;
}

td.leftEdge_subpage {
	background: url(images/subpage-left.jpg) top left no-repeat;
	height: 629px;
	width: 141px;
}
td.content_subpage {
	width: 445px;
	padding-left: 2px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	font-size: 12px;
}
td.rightEdge_subpage {
	background: url(images/subpage-right.gif) top left;
}
/* Top navigation rules */
td#utilitynav {
	color: #1f78cb;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align: top;
	height: 67px;
}

td#utilitynav a {
	text-decoration: none;
}

td#utilitynav ul { /* all lists */
	float: right;
	padding: 0;
	margin: 7px 30px 0 0;
	list-style: none;
}

td#utilitynav>ul {
  margin-top: 10px;
	}

td#utilitynav li { /* all list items */
	float: left;
	text-align: right;
	position: relative;
	width: auto;
  margin:0;
	padding: 0 1ex;
	border-right: 1px solid #1f78cb;
}

td#utilitynav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1ex;
	right: -3.5em;
	width: 10em;
}

td#utilitynav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 7px !important;
	left: auto;
}

td#utilitynav li.utilitynavlinkon ul { /* lists nested under hovered list items */
	display: block;
	float: right;
}

td#utilitynav li.utilitynavlinkon ul li { /* lists nested under hovered list items */
	display: list;
	clear: both;
	border: 1px solid #1f78cb;
	padding: 3px 3px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	width: 10em;
	background: white;
}

table#maincontent {
	clear: left;
}

/* Homepage column widths */
td.leftcol {
	width: 86px;
}

td.content {
	width: 504px;
}

/* Subpage column widths */
td.leftcol_sub {
	margin: 0;
	padding: 0;
	width: 141px;
	background: url(images/subpages_leftcol_bkgd.gif) top left no-repeat;
}

td.content_sub {
	margin: 0;
	padding: 0;
	width: 449px;
}

/* Subpage content definitions */

table#banner_subpage h1{
	font: normal 22px Arial, Helvetica, sans-serif;
	margin: 48px 0 0px 5px;
	padding: 0;
	height: 30px;
	color: #003b67;
}

td.content_subpage h2{
	font: bold 15px Arial, Helvetica, sans-serif;
	margin: 12px 0;
	padding: 0;
	color: #003b67;
}
td.content_subpage h3{
		font: bold 11px Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		color: #003b67;
}
td.content_subpage p, td.content_subpage ul {
	margin: 0 5px 3ex 0;
	font-size: 11px;
	line-height: 14px;
	color: #535353;
}
td.content_subpage blockquote {
	font-size: 11px;
	line-height: 14px;
	color: #535353;
}

td.content_subpage li {
	list-style-position: outside;
	margin:15px;
}
td.rightEdge_subpage ul {
	margin: 0 15px 10px 0;
	font-size: 11px;
	line-height: 12px;
	color: #124E75;
}
td.rightEdge_subpage li {
	list-style-position: outside;
	margin-left:30px;
	margin-top: 8px;
}
td.content_sub ul {
	margin: 0;
	padding: 0 17px;
	text-indent: 0;
}

img.screenshot {
	margin: 0 0 15px 0;
	border-style: none;
}
/* Subpage right column definitions */
td.rightcol h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #003b67;
	margin: 0;
	padding: 5px 0 10px 10px;
}

td.rightcol ul {
	font: 12px Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
}

td.rightcol li {
	line-height: 18px;
}

/* Footer definitons */
table#footer {
	width: 800px;
	margin-top: 0px;
	padding-top: 0px;
	border-top: 1px solid #003b67;
}

table#footer p {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin: 1px;
	color: #62749a;
}
td.footerSpace {
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
/* end Footer definitons */

form {
    padding:0;
    margin:0;
}


.navBlock {
	width: 490px;
	height: 33px;
	align: right;
}

.navBlock a {
	width:85px;
	line-height: 12px;
	text-align: center;
	float:left;
	border-right: 1px solid #124E75;
	padding-left: 5px;
	margin-top: 5px;
	padding-right: 5px;
	font-size:11px;
	font-weight: 900;
	text-decoration: none;
}
.navBlock a.noRightEdge {
	border-right: 0px;
}
.navBlock a.navBorderRight {
	border-right: 1px solid #124E75;
	border-left: 0px;
	color: #114D75;
}





td.viewDemoCell {
	height:113px;
}
.viewDemo {
	margin-left: 59px;
}
.buySponsor {
	margin-left: 59px;
}
.txtSmall {
	font-size: 10px;
	color: #7688A6;
}
.txtSmall_uses {
	font-size: 10px;
	color: #7688A6;
	text-decoration:none
}
.txtTest {
	font-size: 10px;
	color: #336699;
}
.headerSmall {
	font-size: 10px;
	color: #7688A6;
	font-weight: 900;	
}
.headerSmall_uses {
	font-size: 10px;
	color: #7688A6;
	font-weight: 900;	
	text-decoration:none
}
.subpageQuote {
	font-size: 12px;
	color: #124E75;
	font-weight: 900;	
	padding-left: 15px;
	margin-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.subpageQuoteBig {
	font-size: 15px;
	color: #124E75;
	font-weight: 900;	
	padding-left: 15px;
	margin-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}

img.right {
	float: right;
	padding-bottom: 10px;
	background-color:#00FF99;
}