@charset "utf-8";
/* CSS Document */

a:link		{
	text-decoration: none;
	color: #000000;
}
	a:hover		{ text-decoration: underline; }
	a:active	{ text-decoration: none; }
	a:visited	{
	text-decoration: none;
	color:#000000;
}
	a:visited:hover	{ text-decoration: none; }
	
/*Lay out*/
div#content-01 {
	margin-left:auto;
 	margin-right:auto;
	width:752px;
	padding:2px;
}
div#bannermain {
	width:751px;
	height:165px;
	float:left;
}
div#Menu {
	width:747px;
	height:20px;
	float:left;
	padding-left:5px;
	background-color:#000;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:12px;
	color:#FFF;
	font-weight:bolder;
	padding-top:7px;
}
	
div#body001 {
	width:751px;
	float:left;
	padding-left:2px;
	padding-top:25px;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:12px;
}
div#body002  {
	width:500px;
	float:left;
	pading:5px;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:12px;
}
/* BODY 002 CELLS */
div#bodycell-2 {
	width: 240px;
	float: left;
	pading:5px;
	text-align:center;
}

/* CELLS */
/* CELL - Across body, Decision Tree, Past desistions */
div#cellTree  {
	width:739px;
	float:left;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:12px;
	font-weight:bold;
	border: solid #900;
	background-color:#999;
	padding:3px;
}

div#cellWarning  {
	width:739px;
	float:left;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:12px;
	font-weight:bold;
	border: #900;
	padding:3px;
	text-align:center;
}
	
/* RED BOX NOTES */
div#cell003  {
	width:238px;
	float:left;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:12px;
	font-weight:bold;
	border: solid #999;
	background-color:#900;
	padding:3px;
}
div#cell004  {
	width:485px;
	float:left;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:12px;
	font-weight:bold;
	border: solid #900;
	background-color:#999;
	padding:3px;
}
/* SIGN PAGE BLOCK 1 */
div#cell005  {
	width:348px;
	float:left;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:12px;
	font-weight:bold;
	border:#000
	padding:3px;
}
/* SIGN PAGE BLOCK 2 */
div#cell006  {
	width:394px;
	float:left;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:12px;
	font-weight:bold;
	border:#000
	padding:3px;
}

/* A BLOCK THAT WILL SPAN THE COMPLETE WIDTH */
div#cell100  {
	width:100%;
	float:left;
}

/* A BLOCK THAT WILL SPAN 1/4 COMPLETE WIDTH */
div#cell24  {
	width:24%;
	float:left;
	padding:3px;
}

div#Start01  {
	width:110px;
	float:left;
	padding:3px;
}

div#Start02  {
	width:500px;
	float:left;
	padding:3px;
}

/* SPACERS */
div#spacer5px  {
	float:left;
	width:750px;
	height:10px;
}
div#HR-Grey3px {
	width:100%;
	float:left;
	height:3px;
	background-color:#900;
}

div#spacer2-500px  {
	float:left;
	width:500px;
	height:2px;
}
div#spacer30px  {
	float:left;
	width:750px;
	height:30px;
}
div#spacerNotespx  {
	float:left;
	width:237px;
	height:35px;
}

div#footer  {
	float:left;
	width:750px;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:10px; 
}

/*Spans and others*/
.font20  {
	font-family:"Georgia", Times New Roman, Times, serif;
	font-weight:bolder;
	font-size:20px;
}
.fontWarning  {
	font-family:"Georgia", Times New Roman, Times, Serif;
	font-weight:bolder;
	font-size:24px;
	color:#F00;
}
	
.font12bold	{
	font-family:"Georgia", Times New Roman, Times, serif;
	font-weight:bolder;
	font-size:12px;
}
.font12boldwhite {
	font-family:"Georgia", Times New Roman, Times, serif;
	font-weight:bolder;
	font-size:12px;
	color:#FFF;
}
.link-02	a:link		{text-decoration:none; color:#FFF; font-weight:bold; font-family:"Georgia", Times New Roman, Times, serif;  font-size:11px; }
.link-02	a:hover		{text-decoration:underline; font-weight:bold;  font-family:"Georgia", Times New Roman, Times, serif; font-size:11px;  }
.link-02	a:active	{text-decoration:none; font-weight:bold;  font-family:"Georgia", Times New Roman, Times, serif; font-size:11px;  }
.link-02	a:visited	{text-decoration:none;color:#FFF; font-weight:bold;  font-family:"Georgia", Times New Roman, Times, serif; font-size:11px;  }
.link-02	a:visited:hover	{text-decoration: none; font-weight:bold; font-family:"Georgia", Times New Roman, Times, serif; font-size:11px;  }
