/* \*/
* html .tlc, * html .trc {height: 1%;}
/* */

.tlc, .trc { zoom: 1 }

#boxone
	{
	position: relative;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: .5em;
	padding: 0;
	text-align: left;
	width: 155px;
	height: auto;
	background-color: #eeeeee;


	}
 	
#contentone
	{
	padding:1em;
	}

#boxtwo
	{
	position: relative;
	float: right;
	margin-left: auto;
	margin-right: 10px;	
	margin-top: .5em;
	padding: 0;
	text-align: left;
	width: 155px;
	height: auto;
	background-color: #eeeeee;
	}
 	
#contenttwo
	{
	padding:1em;
	}

						
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

.tlc, .trc, .blc, .brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

.tlc
	{
	background-image: url(../images/border/tlc.gif);
	background-position: 0% 0%;
	}

.trc
	{
	background-image: url(../images/border/trc.gif);
	background-position: 100% 0%;
	}
	
.blc
	{
	background-image: url(../images/border/blc.gif);
	background-position: 0% 100%;
	}

.brc
	{
	background-image: url(../images/border/brc.gif);
	background-position: 100% 100%;
	}

.tb, .bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
.tb
	{
	background-image: url(../images/border/tb.gif);
	background-position: 0% 0%;
	}

.bb
	{
	background-image: url(../images/border/bb.gif);
	background-position: 50% 100%;
	}
	
.rb
	{
	background-image: url(../images/border/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

.lb
	{
	background-image: url(../images/border/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
/* this is the original middle div for use with the 2 how to boxes so it has the correct width.  
Delete if we don't end up using 2 how to boxes */	
#middlediv {
position: relative;
float: left;
width: 500px;
padding: 10px;
margin-top: .5em;
}
/*ths is the middle div to use with only 1 how to box to adjust for the extra width now available */
#middledivone {
position: relative;
float: left;
width: 655px;
padding: 10px;
margin-top: .5em;
}	

.howto {
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
font-size: 8pt;
}

.imgpad {
padding-bottom: 10px;
}
