/*************************************************************************/
/************************** global styles ********************************/

html, body{
	font:12px/15px Arial, Helvetica, sans-serif;
	color:#000000;
}
#logo, #topNav, #progress, #nextBtn{
	display:none;
}
#box{
	background:none;
}

/*************************************************************************/
/************************* home content DIVs *****************************/

#leftHome{
	width:192px;
	float:left;
	margin:17px 0 20px 0;
}
*:first-child+html #leftHome{ /* IE7 only */
	margin:40px 0 20px 0;
}
#rightHome{
	width:575px;
	margin:10px 0 0 215px;
}
*html #rightHome{ /* IE6 */
	margin:0 0 0 207px;	
}
*:first-child+html #rightHome{ /* IE7 only */
	margin:25px 0 0 215px;
}

/*************************************************************************/
/**************************** content DIVs *******************************/

#content{
	clear:both;
}
#leftColumn{
	width:550px;
	float:left;
	margin:0 0 20px 0;
}
*:first-child+html #leftColumn{ /* IE7 only */
	margin:25px 0 20px 0;
}
#rightColumn{
	width:215px;
	margin:0 0 0 585px;
	padding-top:52px;
}
*html #rightColumn{ /* IE6 */
	margin:0 0 0 577px;	
}
*:first-child+html #rightColumn{ /* IE7 only */
	padding-top:72px;
}

/*************************************************************************/
/**************************** pop-up DIVs ********************************/

#box{
	margin-bottom:10px;
	padding:12px 10px 15px 15px;
	background:#FDE5B2;
	border:1px solid #E8D6B0;
}
#box .title{
	font-size:14px;
	font-weight:bold;
}
#box ul{
	margin:0;
	padding-left:23px;
}
#box li{
	margin-top:0;
	margin-bottom:4px;
	padding:0;
	list-style:url(../images/link.gif);
}

/*************************************************************************/
/**************************** copy styles ********************************/

p{
	margin:0;
	padding:7px 0 7px 0;
}
h1, h2, h3, h4, h5, h6{
	font-size:21px;
	line-height:19px;
	font-weight:bold;
	margin:0;
	padding:15px 0 7px 0;
	color:#365B6C;
}
h2, h3, h4, h5, h6{
	font-size:16px;
	padding:7px 0 7px 0;
}
ul, ol{
	margin-top:7px;
	margin-bottom:7px;
}
li{
	margin-top:7px;
	margin-bottom:7px;
}
.continue{
	font-weight:bold;
}
.references, p .references li{
	font-size:10px;
}

/*************************************************************************/
/****************************** footer ***********************************/

#footer{
	border-top:1px solid #CCCCCC;
	margin-top:15px;
	padding-bottom:30px;
	clear:both;
	text-align:right;
	font-size:12px;
	color:#666666;
}

/*************************************************************************/
/****************************** linkage **********************************/

/* body copy */
a:link, a:visited, a:active {color:#1A537A; text-decoration:underline;}
a:hover {color:#D38F19; text-decoration:underline;}
