body {
	margin: 0px;
	padding-top: 0px;
	padding-left: 152px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-family: "Trebuchet MS",Arial;
	font-size: 12px;
	line-height: 20px;
	background: url(images/bodybg.gif) #fff no-repeat;
}

body#popup {
	background: #fff;
	padding: 20px;
}

a#toplogo {
	display: block;
	height: 110px;
	width: 300px;
}

a#toplogo:hover {
	cursor: pointer;
}

h1 {
	color: #036;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial;
	margin: 4px 0px 4px 0px;
	padding: 0px;
/*	font-style: italic; */
}

h2 {
	font: bold 14px Arial;
	color: #014;
	margin-top: 20px;
}

input.textinput {
	font-family: Verdana;
	font-size: 9px;
	padding: 2px;
	border: 1px solid #000;
	margin: 0px;
	width: 180px;
}

a {
	text-decoration: none;
	color: #036;
}

a:hover {
	text-decoration: underline;
	color: #369;
}

p.err {
	font-size: 12px;
	color: #f00;
	font-family: Arial;
	font-weight: bold;
	padding-left: 18px;
	background: url(images/alert.gif) no-repeat;
}

.footer, div.terms {
	font-family: Verdana;
	font-size: 10px;
	color: #666;
}

div.terms {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #eef;
	padding: 6px 0px;
}

div.terms a {
	color: #444;
	text-decoration: none;
}

div.terms a:hover {
	color: #888;
	text-decoration: underline;
}

ul li {
	list-style: square;
}

ol li {
	margin-bottom: 20px;
}

div#nav, div#subnav-empowered {
/*	border: 1px solid #036; */
	position: absolute;
	top: 200px;
	left: 20px;
	width: 112px;
	background: #fff;
	font-weight: bold;
	font-size: 12px;
}

div#subnav-empowered {
	top: 254px;
	left: 131px;
	width: 120px;
	border-left: 1px solid #036;
	border-right: 1px solid #036;
	font-weight: normal;
	visibility: hidden;
	font-size: 11px;
}

a.navitem, a.navitem-selected {
	display: block;
	height: 22px;
	padding: 2px 4px;
	border-bottom: 1px solid #036;
	text-decoration: none;
	background: #fff;
}

/*div.navitem a {
	text-decoration: none;
	color: #036;
	font-weight: bold;
}*/

/*div.navitem:hover, div.navitem a:hover, div.navitem-selected, div.navitem-selected a */
a.navitem:hover, a.navitem-selected, a.navitem-selected:hover {
	color: #fff;
/*	text-decoration: underline; */
	text-decoration: none;
	background: #036;
}

a.subnavitem, a.subnavitem-selected {
	display: block;
/*	list-style: square; */
	padding: 4px 10px;
	padding-right: 4px;
	font-size: 11px;
	line-height: 1;
	background: #eef;
}

.emphasize {
	font-weight: bold;
	font-size: 14px;
}

div.shout {
	font-weight: bold;
	font-size: 14px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 16px 0px;
	padding: 6px;
	background: #eee;
}

div.shoutright, div.smallright {
	font-size: 12px;
	float: right;
	margin-right: 10px;
	margin-top: 0px;
}

div.smallright {
	font: bold 10px Verdana;
	margin-top: 4px;
}

div.packagehead {
	font-weight: bold;
	font-size: 14px;
	background: #9cf;
	padding: 6px 4px;
	margin-top: 10px;
}

div.packagedesc, div.packagedesc-hide {
	font-size: 11px;
	background: #eee;
	padding: 6px 4px;
/*	margin-bottom: 10px; */
}

div.packagedesc-hide {
	display: none;
}

div.termsbox {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	border: 1px solid #036;
	padding: 0px;
	font: 11px Verdana;
	background: #fff;
	width: 520px; /* need this for IE >:/ */
}

div.termsbox-content {
	padding: 10px;
	overflow: scroll;
	width: 500px;
	height: 500px;
}

div.boxhead {
	font: bold 16px "Trebuchet MS",Arial;
	background: #036;
	padding: 6px;
	color: #fff;
}

div.xbox {
	padding: 2px 4px;
	font: bold 16px Futura;
	color: #fff;
	background: #003;
	float: right;
	margin: 2px;
	margin-right: 4px;
}

div.xbox a {
	color: #fff;
	text-decoration: none;
}

div.xbox a:hover {
	text-decoration: underline;
	color: #fef;
}

fieldset {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #666;
}

legend {
	color: #003;
	font: bold 14px Arial;
	padding: 0px 4px;
}

.smalltext, a.small-link {
	font: 10px Arial;
	line-height: 1;
}

a.small-link {
	text-decoration: none;
}

a.small-link:hover {
	text-decoration: underline;
}

span.reqfield {
	font-weight: bold;
	color: #900;
}

input.regfield, input.regfieldhi, textarea.regtextarea {
	font: bold 11px Arial;
	color: #555;
	width: 200px;
	padding: 2px;
	border: 1px solid #006;
}

input.regfield:hover, input.regfieldhi {
	border: 1px solid #06f;
	background-color: #ffc;
}

textarea.regtextarea {
	width: 490px;
	height: 100px;
	background-color: #ffd;
}

input.submit {
	background-color: #036;
	font: bold 12px "Trebuchet MS",Arial;
	/*border: 1px double #999;*/
	border: 1px solid #999;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 4px !important;
	padding: 1px; /** for IE silliness **/
	color: #fff;
	letter-spacing: 1px;
}

input.submit:hover {
	cursor: pointer;
	border: 1px solid #666;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #047;
}

td.errcell, span.error {
	color: #900;
	font-weight: bold;
}

div.errormsg, div.msg {
	color: #900;
	font: bold 12px Verdana;
	padding: 4px 4px;
	border: 1px solid #900;
	background: #ffc;
	margin-top: 20px;
}

div.msg {
	color: #009;
	background: #bef;
	border: 1px solid #009;
}

table.regtable {
	margin: 4px;
}

table.regtable td {
	padding-left: 4px;
	padding-bottom: 4px;
	vertical-align: top;
}

table.features {

}

table.features td {
	padding-right: 4px;
	padding-bottom: 4px;
	vertical-align: top;
}

div.clr {
	height: 1px;
	clear: both;
}

ul.featurelist {
	font-weight: bold;
}

a.backtop {
	display: block;
	margin-top: 6px;
	border-top: 1px dotted #333;
	padding-top: 4px;
}

img.popupimg {
	background-color: #047;
	border: 1px solid #aaa;
	padding: 4px;
}