body {
	margin: 0px;
	padding: 0px;
}

.jsbox_right  {
	background-image: url(../images/blue_unified.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.jsbox_left  {
	padding:0 8px;
	background-image: url(../images/blue_unified.jpg);
	background-repeat: repeat-y;
	background-position: -2032px 0;
}
.jsbox_top  
  {
	height:8px;
	margin-right:8px;
	font:normal 1px/1px sans-serif;
	position:relative;
	background-image: url(../images/blue_unified.jpg);
	background-repeat: no-repeat;
	background-position: -8px 0;
}
.jsbox_top   div  
   {
	width:8px;
	height:8px;
	position:absolute;
	top:0;
	right:-8px;
	background-image: url(../images/blue_unified.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
h2   {
	color:#FFF;
	margin:0px;
	font-size: 0.9em;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}


.jsbox_bottomRight {
	background-position: -0px -11px;
}
.jsbox_bottom {
	height:8px;
	margin-right:8px;
	font:normal 1px/1px sans-serif;
	position:relative;
	background-image: url(../images/blue2_unified.jpg);
	background-repeat: no-repeat;
	background-position: -8px -11px;
}

.jsbox_bottom div {
	width:8px;
	height:8px;
	position:absolute;
	top:0;
	right:-8px;
	background-image: url(../images/blue2_unified.jpg);
	background-repeat: no-repeat;
	background-position: 0 -11px;
	
}

.box_width {
	width:170px;
	float: left;
	margin-right: 10px;
}
.box_header {
	background-color: #01AEF0;
	text-align: center;
}
.box_content {
	background-color: #94ddf8;
	min-height:100px;
  height:auto !important;
  height:100px;
}

/* Darkblue header, lightblue box theme */
.dblueblue .jsbox_top			{
	background-image:url(../images/blue_unified.jpg);
} 
.dblueblue .jsbox_top div 		{
	background-image:url(../images/blue_unified.jpg);
}
.dblueblue .box_header 		{
	background-color:#01AEF0;
}
.dblueblue .box_content 		{
	background-color:#94ddf8;
}
.dblueblue .jsbox_bottom 		{
	background-image:url(../images/blue2_unified.jpg);
}
.dblueblue .jsbox_bottom div 	{
	background-image:url(../images/blue2_unified.jpg);

}

	


/* Darkred header, lightred box theme */
.dredred .jsbox_top			{
	background-image:url(../images/red_unified.jpg);
} 
.dredred .jsbox_top div 	{
	background-image:url(../images/red_unified.jpg);
}
.dredred .box_header  		{
	background-color:#a8002b;
}
.dredred .box_content 		{
	background-color:#da94a6;
}
.dredred .jsbox_bottom 		{
	background-image:url(../images/red2_unified.jpg);
}
.dredred .jsbox_bottom div 	{
	background-image:url(../images/red2_unified.jpg);
}

/* Darkbrown header, lightbrown box theme */
.dbrownbrown .jsbox_top			{
	background-image:url(../images/brown_unified.jpg);
} 
.dbrownbrown .jsbox_top div 	{
	background-image:url(../images/brown_unified.jpg);
}
.dbrownbrown .box_header  		{
	background-color:#ba9d55;
}
.dbrownbrown .box_content 		{
	background-color:#e2d6b8;
}
.dbrownbrown .jsbox_bottom 		{
	background-image:url(../images/brown2_unified.jpg);
}
.dbrownbrown .jsbox_bottom div 	{
	background-image:url(../images/brown2_unified.jpg);
}

/* Darkorange header, lightorange box theme */
.dorangeorange .jsbox_top			{
	background-image:url(../images/orange_unified.jpg);
} 
.dorangeorange .jsbox_top div 	{
	background-image:url(../images/orange_unified.jpg);
}
.dorangeorange .box_header  		{
	background-color:#eb3d00;
}
.dorangeorange .box_content 		{
	background-color:#f6ad93;
}
.dorangeorange .jsbox_bottom 		{
	background-image:url(../images/orange2_unified.jpg);
}
.dorangeorange .jsbox_bottom div 	{
	background-image:url(../images/orange2_unified.jpg);
}

/* Darkblue header, lightblue box theme */
.dbluedblue .jsbox_top			{
	background-image:url(../images/dblue_unified.jpg);
} 
.dbluedblue .jsbox_top div 	{
	background-image:url(../images/dblue_unified.jpg);
}
.dbluedblue .box_header  		{
	background-color:#003867;
}
.dbluedblue .box_content 		{
	background-color:#8ca4b8;
}
.dbluedblue .jsbox_bottom 		{
	background-image:url(../images/dblue2_unified.jpg);
}
.dbluedblue .jsbox_bottom div 	{
	background-image:url(../images/dblue2_unified.jpg);
}


