html, body { height: 100%; }

body {
	margin:0px;
	background-color:#FFFFFF;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*background-image: url(images/bkgd_rope.gif);
	background-repeat: repeat;*/ 
	text-align: center; /* part 1 of 2 centering hack */ 
	}	

form {margin:0px;} /*this hack keeps forms tight*/

a:link { color: #1C46D6; text-decoration: underline; }
a:visited { color: #1C46D6; text-decoration: underline; }
a:hover { color: #999999; text-decoration: none; }
a:active { color: #1C46D6;	text-decoration: underline; }

a:link.greenLink { color: #339900; text-decoration: underline; font-weight: bold;}
a:visited.greenLink { color: #339900; text-decoration: underline; font-weight: bold;}
a:hover.greenLink { color: #999999; text-decoration: none; font-weight: bold;}
a:active.greenLink { color: #339900;	text-decoration: underline; font-weight: bold;}

a:link.userLink { color: #1C46D6; text-decoration: underline; font-size: 9px;}
a:visited.userLink { color: #1C46D6; text-decoration: underline; font-size: 9px;}
a:hover.userLink { color: #999999; text-decoration: none; font-size: 9px;}
a:active.userLink { color: #1C46D6;	text-decoration: underline; font-size: 9px;}

/* topMost nesting box CENTERED */	

#topNest {
	width: 700px; 
	height: 100%;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: #FFF;
	/* border-left: 1px dashed #669933;
	border-right: 1px dashed #669933; */
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 697px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 697px;
}
	
html>body #topNest {
	width: 700px; /* ie5win fudge ends */ 
	}
.clear { clear: both; }
#topNest2 {
	padding: 0px;
	margin: 0px;
	clear: both;
}
#headerNest {
	background-color: #FFFFFF;
	border-bottom: 1px #1C46D6 solid;
	width: 700px;
	padding-top: 10px;
	padding-bottom: 5px;
	}
#headerLeft {
	width: 350px;
	float: left;
	}
#headerRight {
	width: 350px;
	float: right;
	}
#headerMemberLogin p {
font-size: 9px;
	margin: 0 0 5px 0;
	}

#bodyNest {
	background-color: #FFFFFF;
	width: 700px;
	padding-top: 10px;
	padding-bottom: 5px;
	}
#bodyLeft {
	width: 260px;
	float: left;
	padding: 0px 0px 15px 53px;
	}
#bodyRight {
	width: 340px;
	float: right;
	border-left: 1px #1C46D6 solid;
	padding: 0px 10px 15px 15px;
	}

.leftFloatingDiv {
	float: left;
	padding: 0px 2px 0px 2px;
	}

.basicBlueBox {
	border: 1px #1C46D6 solid;
	width: 247px;
	background-color: #FFFFFF;
	padding: 8px;
	margin-bottom: 12px;
	}	
.3stepsBox {
	border-bottom: 1px #C2CDF5 solid;
	background-color: #FFFFFF;
	padding: 0px 0px 10px 0px;
	margin-bottom: 12px;
	}	


/* HTML selectors */

p { font-size: 12px }
p.intro {line-height: 16px;}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h1 { font-size: 18px; color: #1C46D6;} /* 0060508 removed: [width: 400px;] */
h2 { font-size: 14px; color: #1C46D6; padding-bottom: 12px;}
h3 { font-size: 14px; color: #1C46D6;}
h4 { font-size: 12px; color: #1C46D6;}
h5 { font-size: 11px; color: #1C46D6;}
h6 { font-size: 10px; color: #1C46D6;}

h2.memberLogin {padding-bottom: 5px;}

ul, li { font-size: 12px; }
li { padding-bottom: 5px; }

ul.linkList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.linkList li {
	background-image:  url("/images2/icon.gif");
	background-repeat: no-repeat;
	background-position: 1px 0px;
	padding-left: 25px;
	margin-bottom: 5px;
	}


/* layout classes */


/* other styles */
.red {
	color: red; /* only used for highlighting during dev & content editing process */
}	

input {	font-size: 9px;	}
input.headerLogin { margin-left: 4px; width: 60px;}

b {color: #666666; }