@charset "iso-8859-1";
/* rounded corner dialog boxes with fixed width graphics */
/* shadow uses 2 images - no shadow uses css border for mid/content section */
/* single bck image is 30px high and uses sliding doors to push it 15px for footer */

DIV.box980 {
width: 980px;
margin: 0 auto 10px auto;
background-color: #fff;
border: 0px solid gray;
}

DIV.box980 .hd { 
	background-position: 0px 0px;
	height: 15px;
}
DIV.box980 .ft {
	background-position: 0px -15px;
	height: 15px;
}
DIV.box980 .mid {
	width: 980px;
	color: #004e99;;
	padding: 0 0px 0 0px;	
	border-left: 0px solid gray;
	border-right: 0px solid gray;
	background-repeat: repeat-y;
}

DIV.box980 P{
	text-align: left;
	/*padding: 0;
	margin: 0;*/
}
DIV.box800 {
	width: 800px;
	margin: 10px auto;
	background-color: #fff;
	border: 0px solid gray;
}

DIV.box800 .hd { 
	background-position: 0px 0px;
	height: 15px;
}
DIV.box800 .ft {
	background-position: 0px -15px;
	height: 15px;
}
DIV.box800 .mid {
	width: 800px;
	color: #004e99;;
	padding: 0 0px 0 0px;	
	border-left: 0px solid gray;
	border-right: 0px solid gray;
	background-repeat: repeat-y;
}

DIV.box800 P{
	text-align: left;
	/*padding: 0;
	margin: 0;*/
}

/* rounded corner dialog boxes with fixed width graphics*/
/* shadow uses 2 images - no shadow uses css border for mid/content section */
/* single bck image is 30px high and uses sliding doors to push it 15px for footer */
/* ONLY THE IMAGE FILE HERE - ALL SIZES AND REST ARE SET IN commonstyles.css*/


DIV.box980 .hd { 
	background-image:url('dialog/box980.png');
}
DIV.box980 .ft {
	background-image:url('dialog/box980.png');
}
DIV.box980 .mid { 
	background-image:url('dialog/box980mid.png');
}
DIV.box800 .hd { 
	background-image:url('dialog/box800.png');
}
DIV.box800 .ft {
	background-image:url('dialog/box800.png');
}
DIV.box800 .mid { 
	background-image:url('dialog/box800mid.png');
}
DIV.pad10{padding: 5px 15px 5px 10px;}
DIV.left260 {width:260px; float:left;}
DIV.right260 {width:260px; float:right;}
DIV.mid420 {width:420px; margin-left:260px; margin-right:265px; border:0px solid pink;}
DIV.tiers{width:318px;text-align:center;float:left;}
DIV.quart{width:238px;text-align:center;float:left;}
DIV.fullwidth{width:80%;margin:10px auto;padding-top:10px;text-align:left;border:0px solid gray;}
DIV.fullwidthfr{width:90%;margin:10px auto;padding-top:10px;text-align:left;border:0px solid gray;}
