/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

#tlc, #trc { zoom: 1 }

body
	{
	margin: 0;
	padding: 0;
	background-color: white;
	font-size: 100.01%;
	text-align: center; 
	}

.box-container{
	height:auto !important;
	height:1%;
	display:table;
}
.box-container-row{
	display:table-row;
}

.box-container-row-cell div {
	display:table-cell;
}

#box
	{
	/* position: relative; */
	margin-left: auto;
	margin-right: auto;	
	/*margin-top: 3em; */
	padding: 0;
	text-align: left;
	/*display:inline; */
	float:left;
/*
	width:80%;				
	width: 55em;				
*/
	background-color: #eeeeee;;
	}
 	
#content
	{
	padding:1em;
	min-height: 110px; 
	}

#content h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
#content p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	
	}
		
/* ---=== 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-gifs/images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(images/border-gifs/images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(images/border-gifs/images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(images/border-gifs/images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(images/border-gifs/images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(images/border-gifs/images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(images/border-gifs/images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(images/border-gifs/images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
			
			
 /* set the image to use and establish the lower-right position */
    .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2{
      background: transparent url(corners.png) no-repeat bottom right}
    .cssbox{
    /* intended total box width - padding-right(next) */
      width:335px !important; /* IE Win = width - padding */
      width: 320px; 
    /* the gap on the right edge of the image (not content padding) */
      padding-right:15px; /* use to position the box */
      margin:20px auto}

    /* set the top-right image */
    .cssbox_head{background-position:top right;
    /* pull the right image over on top of border */
      margin-right:-15px; 
    /* right-image-gap + right-inside padding */
      padding-right:40px}

    /* set the top-left image */
    .cssbox_head h2{
      background-position:top left;
      margin:0; /* reset main site styles*/ 
      border:0; /* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
      padding:25px 0 15px 40px; 
      height:auto !important;
      height:1%} /* IE Holly Hack */

    /* set the lower-left corner image */
    .cssbox_body{
      background-position:bottom left;
      margin-right:25px; /* interior-padding right */ 
      padding:15px 0 15px 40px} /* mirror .cssbox_head right/left */
