/* set the image to use and establish the lower-right position */
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2, .cssboxLeft{
    background: transparent url(../images/roundBoxLong.png) no-repeat bottom right;
}
.cssbox, .cssboxLeft{
/* intended total box width - padding-right(next) */
    width:540px !important; /* IE Win = width - padding */
    width:540px; 
/* the gap on the right edge of the image (not content padding) */
    padding-right:15px; /* use to position the box */
    margin:20px auto;
	text-align:left;
}

.cssbox {
/* intended total box width - padding-right(next) */
    width:250px !important; /* IE Win = width - padding */
    width:250px; 
	text-align:center;
}
.cssboxLeft{
    padding-right:15px; /* use to position the box */
    margin:20px 0px 20px 30px;
}
.customLinksub{
 margin:20px 0px 20px 30px;
 }

/* 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:25px;
}

/* set the top-left image */
.cssbox_head h2 {
    background-position:top left;
    margin:0px; /* reset main site styles*/ 
    border:0px; /* ditto */
/* padding-left = image gap + interior padding ... no padding-right */
    padding:25px 0px 15px 25px; 
    height:auto !important;
    height:1%;/* IE Holly Hack */
	color:#113C81;
	text-align:center;
}
 .cssbox_head h2 a {
  color:#113C81;
 }

/* set the lower-left corner image */
.cssbox_body {
	background-position:bottom left;
    margin-right:25px; /* interior-padding right */ 
    padding:5px 0px 15px 35px;/* mirror .cssbox_head right/left */
}


.tab_left {
	margin-left:10px;
}

td {
	border:0px;
	padding-left:20px;
}

.tech_print {
	font-size:1.1em;
	color:#113C81;
	padding:3px 0px;
	border-bottom:1px solid #113C81;
	margin:0px 0px 5px 0px;;	
}

.tech_bullets {
	padding-right:2px;
	padding-top:5px;
	margin-top:-5px;
	position:relative;
	top:4px;
}