/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(/demobox2.png) no-repeat bottom right; 
} 
.cssbox { 
    width: 300px !important; /* intended total box width - padding-right(next) */
    width: 285px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 20px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
    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 */ 
} 
.inset-table {
	height: 100%;
	width: 100%;
	border: 20px solid #999999;
	padding: 10px;
	
}
.rightside-box {
	padding: 10px;
}
.search-center {
	position: relative;
	top: 8px;
}
.super {
	vertical-align: super;
	font-size: 7px;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	font-size: 12px;
}
ol {
	font-size: 12px;
}

.popup
{
COLOR: #9F141A;
CURSOR: help;
TEXT-DECORATION: none
}

#contactbox2 {
	position: absolute;
	top: 43px;
	left: 300px;
	width: 124px;
	color:#FFFFFF;
	font-size:9px;
}
#loginbox {
	position: absolute;
	top: 43px;
	left: 500px;
	width: 50em;
	color:#FFFFFF;
	font-size:9px;
} 
.news-spaced {
	padding-bottom: 2px;
}
.subtitle {
	font-size: 9px;
}
.bluetext {
	color: #000099;
}


.box { 
  background: #FFFFFF; 
}
.boxtop { 
  background: url(/images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 8px; 
  background: url(/images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(/images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 8px; 
  background: url(/images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 8px 0px 8px;
}


.box-gray { 
  background: #999999; 
}
.boxtop-gray { 
  background: url(/images/ne-gray.gif) no-repeat top right; 
}
.boxtop-gray div { 
  font-size: 0;
  height: 8px; 
  background: url(/images/nw-gray.gif) no-repeat top left; 
}
.boxbottom-gray { 
  background: url(/images/se-gray.gif) no-repeat bottom right; 
}
.boxbottom-gray div { 
  font-size: 0;
  height: 8px; 
  background: url(/images/sw-gray.gif) no-repeat bottom left; 
}
.boxcontent-gray {
  padding: 0px 8px 0px 8px;
}

