html,body {
	margin: 0em;
	padding: 0em;
	color: rgb(77,77,77); /* medium grey */
	font-size: 84%; /* approximately 10px */
	background-color: rgb(233,233,233); /* white */
}

/* This sets the font-types */
body, h1, h2, h3, h4, h5, h6, td, p, a, li, input, select, textarea {
	font-family: Arial, sans-serif;
}

/* This turns off borders around images */
img {
	border-width: 0em;
	margin: 0;
	padding: 0;
}

dfn {	
	border-bottom: 1px dashed #444;
	font-style:normal;
	padding:0;
	cursor: help;
}

img.thirdpartylogo {
float:left;
margin:0 .5em .5em .5em;
}

/* Ordinary paragraphs  */
p {
	padding: 0;
	margin: 1.0em 0em 1.0em 0em;
	font-size: 1.0em;
}

/* Ordinary ul - lists of links get class="standard-list" */
ul {
	margin:0 0 0em 0;
	padding: .5em 0em .5em 0em;
	font-size: 1.0em;
	position:relative;
	}

ul li {
	list-style-type: none;
	background-image: url(http://www.entrust.com/images/common/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 14px;
  }

ol {
	margin: 0 0 0 25px;
	padding:0;
	padding: 0em 0em 1.0em 0em;
	font-size: 1.0em;
	position:relative;
}

ol li {
	margin: 0 0 0 .5em;
}

/* Line height settings */
p, li {
	/* Caution: putting a line height here may very well mess with the primary-nav!! */
}

/* General font sizing -- which shouldn't be necessary -- but IE could become confused otherwise */
input, textarea, select, td, th {
	font-size: 1.0em;
}

form {
	margin: 0em;
	padding: 0em;
}

/* General table properties */
table {
	border-collapse: collapse; /* cells meet */
	border-spacing: 0em;
	margin-top:0.5em;
}

table td, table th {
	vertical-align: top;
}

/* General link colors */

a {
	color:rgb(43,117,162); /* blue */
		text-decoration: none;
}

a.darklink {
	color:rgb(77,77,77);
}

a:hover {
		text-decoration: underline;
		}

acronym, abbr {
	border-bottom: 1px dotted black;
	cursor: help;
}

blockquote {
	font-weight:normal;
	}

/* ================================================ Page/Content Areas ================================================== */

/* This holds the entire page. */
div#page {
	width: 765px;
	/* This allows other child elements to be positioned with respect to this */
	position: relative;
  margin-left:20px;
}

div#topcontent {
	width:890px;
	position:relative;
	clear:both;
	padding-top:3.5em;
  }
  
div#container {
	width:910px;
	position:relative;
	background-color: rgb(255,255,255); /* white */
	margin:0 auto;
}

/* ===================================== H* elements =========================================== */

h1 {			/* page title */
	padding:0;
	margin:0 0 0.2em 0;
	position:relative;
		/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */

	/* These properties providing styling in case something goes awry with the image */
	font-size: 1.7em;
	color: rgb(80,80,80); /* charcoal gray */
	}

h1.show {
overflow:visible;
}
	
h1 span {
	  display: block;
    position: absolute;
    top: 0px;
    left: 0px;
		height:100%;
		width:100%;
    z-index: 2000; /*for Opera 5 and 6*/
	}

h1.with-subtitle {		/* If there is a subtitle (h5) below, then h1 does not need a bottom margin */
	margin-bottom:0em;
	}


h2 {			/* Subheadline/Subtitle */
	color: rgb(77,77,77); /* medium grey */
	font-size:1.3em;
	margin: 0.5em 0 1.0em 0;
	padding:0;
	font-weight:normal;
	}

h2.boldh2 {
	font-weight:bold;
	}

h2.extra-space {			/* sometimes Subheadline needs a little breathing room below, most likely when with an h2 directly above */
	margin: 0.5em 0 1.0em 0;
	}

h3 {			/* Headline */
	color: rgb(80,80,80); /* dark grey */
	font-size:1.2em;
	margin:0;
	padding:0;
	font-weight:bold;
	}

p.header {			/* Section Heading */
	color: rgb(50,50,50); /* dark grey */
	padding:0;
	margin:0.5em 0 0 0;
	font-size:1.0em;
	}

strong.extra-space {			/* sometimes Section Heading wants a little more room */
	color: rgb(80,80,80); /* dark grey */
	padding:0;
	margin:1.5em 0 0 0;
	font-size:1.0em;
	}

h4.subh4 {
	font-style:bold;
	}

h4.sub-subh4 {
	font-style:bold;
	font-weight:normal;
	}
	
h6, div.sidetitle {			/* Features title */
	margin:0;
	padding:0;
	font-weight:bold;
	color: rgb(0,0,0); /* dark, dark grey */
	font-size:0.8em;
	border-top:1px solid rgb(208,208,208); /* light grey */
	margin-top:5px;
	padding-top:5px;
	}

h6#first, div#first {		/* the first title does not get the border on top */
	border-top:0px;
	margin-top:0px;
	padding-top:0px;
	}

/* ===================================== Utility Navigation =========================================== */

ul#utility-nav {
  	position:absolute;
  	top:12px;
  	right:5px;
	margin:0;
	padding: 0 0 1em 0;
  }

ul#utility-nav li {
  	border-right:1px solid rgb(0,0,0); /* medium grey */
	list-style-type: none;
	display: inline;
	background:none;
	padding:0;
	font-size:0.9em;
  }

ul#utility-nav li a {
  color: rgb(0,0,0);
  padding-right:5px;
  padding-left:5px;
  text-decoration:none;
}

ul#utility-nav li a:hover {
	text-decoration:underline;
}

ul#utility-nav li#utility-last-item {
  border-right:none;
  padding-right:0px;
  }

div#utility-search {
  position:absolute;
  right:5px;
  top:35px;
  }

div#utility-search #utility-search-input {
  width:290px;
  padding:0px;
  margin:0px;
  float:left;
  }

div#utility-search input#utility-search-submit {
  background-image: url(http://www.entrust.com/images/common/search-submit.gif);
  background-repeat: no-repeat;
  height:15px;
  width:15px;
	padding:0;
	margin:0;
  }

/* =================================== Secondary Navigation ================================= */

div#secondary-nav {
	width:150px;
	margin: 0 10px 0 10px; /* lines up with the A in About above */
	font-size:0.9em;
	line-height:1.6em;
	}

div#secondary-nav ul {
	margin:0;
	padding:0;
  }

div#secondary-nav ul li {
	list-style-type: none;
	line-height:1.0em;
	padding:0.4em 0 0.2em 0;
	background:none;
  }

div#secondary-nav ul li a{
	color: rgb(80,80,80); /* dark grey */
	text-decoration:none;
  }

div#secondary-nav ul li a:hover{
	color: rgb(0,0,0); /* black */
	text-decoration:underline;
  }

div#secondary-nav ul li ul {
	padding:0.4em 0 0em 0;
  }

div#secondary-nav ul li ul li{
	margin:0 0 0 8px;
	}

li#secondary-nav-header, li#secondary-nav-header a {
	display:none; /* we don't want the first link to show up since it is redundant */
	}

div#secondary-nav ul li#secondary-nav-selected, div#secondary-nav ul li#secondary-nav-selected a {
	color: rgb(43,117,162); /* blue */
	}

div#secondary-nav ul li#secondary-nav-selected ul li,
    div#secondary-nav ul li#secondary-nav-selected ul li a {
    /* this reverts to the default color, preventing the selected color from cascading */
	color: rgb(80,80,80); /* dark grey */
	}

/* =================================== Main Content  ================================= */

div#main-content {
	width:710px;
	float:right;
	font-size:1.1em;
	line-height:1.4em;
	margin-bottom:1em;
	}

div#main-content-body {
	width:505px;
	float:left;
	margin:0 25px 0 0;
	position:relative;
	}
	
div#main-content-body ul {
	font-size:1.0em;
	}

div#main-content-lp {
	width:850px;
	float:right;
	font-size:1.1em;
	line-height:1.4em;
	margin-bottom:1em;
	}

div#main-content-lp-body {
	width:645px;
	float:left;
	margin:0 25px 0 0;
	position:relative;
	}
	
div#main-content-lp-body ul {
	font-size:1.0em;
	}

span.separator {
	margin:0 .5em;
}

p.callout {
	font-weight:bold;
	color: rgb(80,80,80); /* dark grey */
	}

img.faq-image {
	display:block;
}



/* =================================== Features  ================================= */

div#features {
	width:180px;
	float:left;
	}

div#features ul {
	margin:0;
	padding:0;
	position:relative;
	font-size:0.9em;
	}

div#features ul li {
	list-style-type: none;
	background-image: url(http://www.entrust.com/images/common/bullet-double-open-arrows.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 14px; /* Leaves space for the bullet-image */
  }

div#features ul li.no-link {
	list-style-type: none;
	background-image: url(http://www.entrust.com/images/common/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 14px; /* Leaves space for the bullet-image */
	margin-bottom:3px;
  }

div#features ul li a {
	text-decoration:none;
	color: rgb(77,77,77); /* medium grey */
  }

div#features ul li a:hover {
	color: rgb(0,0,0); /* black */
  }

div#features p {
	margin: 0.5em 0 0.5em 0;
	color: rgb(80,80,80); /* dark grey */
	}

div#features img {
	margin-bottom:10px;	
}

/* ===================================== Footer =========================================== */

div#greyfoot {
	width:910px;
	height:2px;
	background-color:rgb(214,214,214);
	float:left;
	line-height:0;
	font-size:.1em;
}

div#bluefoot {
	width:910px;
	height:9px;
	border-top:1px solid rgb(255,255,255);
	background-color:rgb(43,117,162);
	float:left;
	line-height:0;
	font-size:.1em;
}

div#footer {
  clear:both;
  padding: 1em 0 1.5em 5px;
  font-size:0.85em;
	line-height:1.5em;
	position:relative;
  }
  
div#footer a {
	color: rgb(77,77,77); /* light grey */
}

div#footer ul{
  margin:2px 0 0 0; /* offsets the list so that the sup in the copyright doesn't mess up this line */
  padding:0;
  position:static;
  }

div#footer ul li {
	background:none;
	padding:0;
	list-style-type: none;
	display: inline;
  }

div#footer ul li a {
  color: rgb(0,0,0); /* black */
  padding-right:5px;
  padding-left:5px;
	text-decoration:underline;
  }

div#footer ul li#footer-last-item {
  border-right:0px;
  padding-right:4.0em;
  padding-left: 2em;
  }

div#footer p {
	clear:left;
	color: rgb(77,77,77); /* light grey */
	font-size:0.95em;
	padding: 0 0 0 5px;
   }


/* ================================================= Horizontal Rule ============================== */

/* To allow the hr to be styled properly in all browsers, <div class="hr"></div><hr /> should be used instead of just <hr /> */

div.hr {display: none}

/*/*/a{}

div.hr {
  display: block;
  height: 5px;
  background-image: url(http://www.entrust.com/images/common/line.gif);
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0 0 0.7em 0;
	clear:both;
}

div.hr2 {
  display: block;
  height: 5px;
  background-image: url(http://www.entrust.com/images/common/line.gif);
  background-repeat: no-repeat;
  background-position: left center;
  margin: 5px 0 0.7em 0;
	clear:both;
}

hr {display:none}
/* */

/* ======================================== Standard Bulleted List with links ========================================== */

ul.standard-list {
	margin:0 0 0.7em 0;
	padding:0;
	position:relative;
	}

ul.standard-list li {
	list-style-type: none;
	background-image: url(http://www.entrust.com/images/common/bullet-double-open-arrows.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 14px; /* Leaves space for the bullet-image */
  }

ul.standard-list li.no-link {	/* use this class when there is a list of links where an item is not a link */
	list-style-type: none;
	background-image: url(http://www.entrust.com/images/common/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 14px; /* Leaves space for the bullet-image */
  }
  
  
 

/* ======================================== List Modifications ========================================== */

ul.no-bullet {
	margin:0 0 0.7em 0;
	padding:0;
	}

ul.no-bullet li {
	list-style-type: none;
	background:none;
	padding-left: 14px; /* Leaves space for the no-bullet */
  }

.text-heavy li {
	padding-bottom: 1.0em;
  }

ul li ul.childList li {
	padding-bottom: 0em;	
}


ul.box-bullet li {
	background-image:url(/images/common/orange_arrow.gif);
	background-position:0 4px;
	padding-left:18px;
}
/* ======================================== Form Elements ========================================== */

.checkbox {
	vertical-align:middle;
	margin:0.5em 0 0.5em 0;
	}

.textfield {
	margin:0.5em 0 0.5em 0;
	vertical-align:middle;
	}

.select {
	margin:0.5em 0 1.0em 0;
	}

label {
	margin:0.5em 0 0.5em 0;
	vertical-align:middle;
	width:60px;
	float:left;
	}

.submit {
	clear:left;
	margin:0.5em 0 0.5em 0;
	}

textarea {
	width:425px;
	height:200px;
	display:block;
	}

/* ======================================== FAQ-answers ordered-lists ========================================== */

ol.faq-answers li {
	font-weight:bold;
	}

ol.faq-answers li:target {
	background-color: rgb(230,230,230); /* light light grey */
}

ol.faq-answers li p,
	ol.faq-answers table,
	ol.faq-answers li ul li,
	ol.faq-answers li ol li {
	font-weight:normal;
	}

/* Previously a full-width fixed-pixel amount, this prevents IE goofiness if there's a table inside
	an OL */
ol.faq-answers table
{
	width: 405px;
}

/* ===================================== formerly graphical statements/quotes ========================================== */

p.statement {
	font-size:1.2em;
	color: rgb(60,60,60); /* dark grey */
	font-style:oblique;
	line-height:1.3em;
	padding:1.0em 0 1.0em 0;
	width:400px;
	}

p.statement strong {
	font-weight:bold;
	}

p.statement a {
	color: rgb(60,60,60); /* dark grey */
	}

p.statement em { /* in the event there is a caption */
	font-weight:normal;
	font-size:0.76em;
	color: rgb(77,77,77); /* medium grey */
	font-style:normal;
	display:block;
	padding-left:2.0em;
	}

/* ===================================== Paragraphs with logo images to the left ========================================= */

div.logo-paragraph {
	margin:0 0 1.0em 0;
	clear:left;
	}

div.logo-paragraph p {
	margin: 0 0 0 160px;
	padding:0;
	}

div.logo-paragraph ul {
	padding: 1em 0 1em 160px;
	}

div.logo-paragraph em { /* put the logo image inside this em */
	float:left;
	font-style:normal;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1.0em;
	width:160px;
	text-align:center;
	}

div.logo-paragraph p em {
	float:none;
	display:inline;
	font-style:oblique;
	margin:0;
	text-align:left;
	width:auto;
	}

/* ======================================== Tables ========================================== */

table {
	font-size:1.0em;
	width:505px;
	border:1px solid rgb(77,77,77); /* medium grey */
	margin-bottom:1.0em;
		}

table thead th {
	border-bottom:1px solid rgb(77,77,77);
	background-color: rgb(230,230,230); /* light light grey */
	padding: 0 0.5em 0 0.5em;
	}

table tbody th {
	border-bottom:1px solid rgb(77,77,77); /* medium grey */
	text-align:left;
	padding:0.5em;
	}

table tbody td {
	border-bottom:1px solid rgb(77,77,77); /* medium grey */
	border-left:	1px solid rgb(77,77,77); /* medium grey */
	padding:0.5em;
	}

table tbody td p,table tbody th p,table thead th p {
margin:0;
padding-top:.5em;
padding-bottom:.5em;
}

table tfoot td{
	color: rgb(77,77,77); /* medium grey */
	font-size:0.9em;
	line-height:1.2em;
	padding:0.5em;
	}

table.imagenoborder {
	width:505px;
	border: 0;
	margin-bottom:1.0em;
		}

table.imagenoborder td {
	padding:0;
	border: 0;
	margin:0;
	}

table.imagenoborder tbody {
	padding:0;
	border: 0;
	margin:0;
	}

table.noborder {
	border: 0;
	margin-bottom:1.0em;
		}

table.noborder td {
	padding:0;
	border: 0;
	margin:0;
	}

table.noborder tbody {
	padding:0;
	border: 0;
	margin:0;
	}
	
/* ======================================== ========================================== */
div.fine-print {
	color:#4D4D4D;
	font-size:0.9em;
	line-height:1.2em;
}


div.extra-fine-print {
	color: rgb(77,77,77); /* medium grey */
	font-size:0.7em;
	line-height:1.2em;
	}
label#remember-my-unique-id {
	margin:0.3em 0 0.5em 0;
	width:220px;
	float:right;
	}

dl {
	margin:0;
	padding:0 0 0.7em 0;
	}

dt {
	font-weight:bold;
	}

dd {
	margin-bottom:0.7em;
	}

img.entrust-secured {
	float:right;
	 height:32px;
	 width:73px;
	}

img#feature-banner {
	margin-bottom:1.0em;
	}
/* ============================================ Site Map ====================================== */

div#site-map-left {
	margin-right:3em;
	float:left;
}

div#site-map-right {
	margin-right:3em;
	margin-top:.5em;
	float:left;
	width:300px;
}

div.glossary {
padding: 10px 10px 10px 10px;
}

div.crimes {
padding: 10px 10px 10px 10px;
font-size:1.2em;
}

.indent {
margin:1em 0 0 2em;
}



div#crumbs {
	position:absolute;
	top:118px;
	font-size:.9em;
	color:rgb(0,0,0);
	z-index:1;
}

div#crumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#crumbs ul li {
	float:left;
	padding: 0 5px 0 5px;
	margin:0;
	display:inline;
	background:none;
}

div#crumbs ul li.bullet {
	list-style-type: none;
	background-image: url(http://www.entrust.com/images/common/bullet-double-open-arrows.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:16px;
}

div#crumbs ul li#last {
	padding:0 0 0 16px;
}

img.right-image {
float:right;
margin:0 0 1em 1em;
}

img.left-image {
float:left;
margin:0 1em 1em 0;
}

.wrap {
clear:both;
}

div#risk-left {
	float:left;
	width:270px;
}

div#risk-right {
	float:left;
	width:140px;
	margin-left:.5em;
}

div#risk-right p#replay {
	border:1px solid rgb(186,184,163);
	padding:.5em;
	background:rgb(230,230,230);
}

h1.lowh1 {
margin-top:2em;}

.menu5 li a#about, li a#about:visited {
	width:3em;
}

.menu5 li a#products, li a#products:visited {
	width:4.5em;
}

.menu5 li a#services, li a#services:visited {
	width:4.3em;
}

.menu5 li a#countries, li a#countries:visited {
	width:4.8em;
}

.menu5 li a#partners, li a#partners:visited {
	width:4.3em;
}

.menu5 li a#developers, li a#developers:visited {
	width:5.8em;
}

.menu5 li a#resources, li a#resources:visited {
	width:5.4em;
}

.menu5 li a#news, li a#news:visited {
	width:6.4em;
}

.menu5 li a#customers, li a#customers:visited {
	width:5em;
}

a.wpbutton,a.getinfobutton,a.bgbutton,a.rpbutton,a.rpmqbutton {
	display:block;
	background-repeat:no-repeat;
	font-size:.9em;
	padding-left:83px;
	padding-top:48px;
	color:rgb(0,0,0);
	margin:0;
	width:300px;
}

a.ondemandbutton {
	display:block;
	background-repeat:no-repeat;
	font-size:.9em;
	padding-left:70px;
	padding-top:40px;
	color:rgb(0,0,0);
	margin:0;
	width:300px;
}
a.wpbutton:hover,a.getinfobutton:hover,a.bgbutton:hover,a.rpbutton:hover,a.rpmqbutton:hover,a.ondemandbutton:hover {
	color:rgb(43,117,162); /* blue */
}

a.wpbutton {
	background-image:url(/images/whitepaper-button.gif);
}

a.getinfobutton {
	background-image:url(/images/common/get_info.gif);
	padding-left:73px;
	padding-top:35px;
}

a.bgbutton {
	background-image:url(/images/common/buyers_guide.jpg);
}

a.rpbutton {
	background-image:url(/images/reprint-button.gif);
}

a.rpmqbutton {
	background-image:url(/images/gartner/read_report.gif);
}
a.ondemandbutton {
	background-image:url(/images/gartner/on_demand_view_now.gif);
}

p.underbutton {
	margin-top:1.5em;
}

div.greyline {
	width:910px;
	height:9px;
	background-color:rgb(214,214,214);
	float:left;
	line-height:0;
	font-size:.1em;
}

div.blueband {
	width:910px;
	height:40px;
	background-color:rgb(43,117,162);
	float:left;
	position:relative;
}

img#logo {
margin:19px 25px;
}

p.podcast-description {
background-color:#EAEAEA;
padding:5px;
}

#contactus  {

}

#contactus span {
	padding-left:10px;
	
}
#contactus ul {
	height:106px;
	
	padding-top:3px;
	background:url(http://www.entrust.com/images/contact/background2.gif);
	background-repeat:no-repeat;
}

#contactus ul li.phone {
	background-image:url(http://www.entrust.com/images/contact/phone.gif);
	background-position:0;
	margin:4px 10px;
	padding-left:20px;
}
#contactus ul li.email {
	background-image:url(http://www.entrust.com/images/contact/email.gif);
	background-position:0;
	margin:4px 10px;
	padding-left:20px;
}
#contactus ul li.request {
	background-image:url(http://www.entrust.com/images/contact/request.gif);
	background-position:0;
	margin:4px 10px;
	padding-left:20px;
}
#contactus ul li.find {
	background-image:url(http://www.entrust.com/images/contact/find.gif);
	background-position:0;
	margin:4px 10px;
	padding-left:20px;
}

#contactus ul li.share {
	background-image:url(http://www.entrust.com/images/contact/share-icon.gif);
	background-position:0;
	margin:4px 10px;
	padding-left:20px;
}

div#footer-content {
	background-color:#e9e9e9;
	padding-top:10px;
	height:200px;
}

div#footer-content h3,div#footer-content h1{
	color:#808080;
	font-size:1em;
}

div#footer-content p{
	color:#808080;
	font-size:.8em;
}

div#footer-content a{
	color:#808080;
}

.smallprint{
	font-size:0.8em;
}

.legalprint{
	font-size:0.8em;
	margin-top:30px;
	line-height:1.2em;
}

.flyoutbox {
	width:225px;
	background-image: url(/images/common/base.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	background-color:white;
	border:1px solid rgb(80,80,80);
	position:absolute;
	top:15px;
	left:80px;
	z-index:50;
	font-size:.8em;
	font-weight:normal;
	visibility:hidden;
}

.flyoutbox p.findoutmore {
	position:absolute;
	bottom:10px;
	right:10px;
	width:100px;
	margin:0;
	padding:0;
}

.flyoutbox div {
	padding:10px 15px 20px 15px;
	position:relative;
}

.flyoutbox div img {
	position:absolute;
	top:5px;right:5px;
}

.flyoutbox div p {
	font-size:.9em;
}

p.features-image {
	text-align:center;
}

img.podcast-icon {
	float:left;
	margin-top:-4px;
}


#apDiv1,#apDiv2 {
	position:absolute;
	left:96px;
	top:94px;
	width:85px;
	height:26px;
	z-index:1;
	color: #006ABA;
	font-size:17px;
	font-weight:bold;
}
#apDiv2 {
	
	left:230px;
	top:94px;
	
}

div#shadedBox{
	height:207px; 
	background-color:#f5f5f5; 
	border:1px solid #505050; 
	background-image:url(/images/common/base.gif); 
	background-repeat:repeat-x; 
	background-position:left bottom; 
	padding:15px 0px 0px 20px; 
	width:90%; 
	
}



div#shadedBox img{
	border:1px solid #000; 
}
.rotatingBannerBox{
	margin-bottom:20px; 
	width:169px; 
	height:125px; 
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:15px; 
	border-style:solid; 
	border-color:rgb(208,208,208); 
	border-width:1px;
}

.leftTopics{
	float:left; 
	width:40%; 
	position:relative;
}

.rightTopics{
	float:left; 
	width:40%; 
	position:relative; 
	margin-left:20px;
}

p.low-nav {
	text-align:right;
}

div.box-corner-top {
	background-image:url('http://www.entrust.com/images/mailers/mitb-jan2010/top_left.gif');
	background-repeat:no-repeat;
	width:600px;
	margin-left:20px;
}
div.box-corner-top div {
	padding:5px 25px;
}

div.box-corner-bottom {
	height:20px;
	background-image:url('http://www.entrust.com/images/mailers/mitb-jan2010/bottom_right.gif');
	background-repeat:no-repeat;
	background-position:top right;
	width:600px;
	margin-left:20px;
	margin-top:-5px;
	margin-bottom:1em;
}

div.tooltip {
background-image: url(/images/common/base.gif);
background-repeat:repeat-x;
background-position: bottom left;
background-color:#f5f5f5;
}

div.tooltip p {
	padding:10px;
	margin:0;
}

div.tooltip ul {
	margin-left:10px;
	font-size:1.2em;
}
div.tooltip ul li {
	width:240px;
}
