body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background: url(images/tile_bac.jpg);
	background-repeat: repeat-x;
	margin:0;
}
#apply-all {
	width: 67%;
	text-align: left;
}
#header-left {
	background-repeat: no-repeat;
	min-height:70px;
	line-height:90%;
	padding-top: 20px;
}
#header-left h1 {
	color: #3252b2;
}
#header-right {

}
#stretch-message {
	width: 100%;
	text-align: center;
	background: #FFFBDF;
	/*position:absolute;*/
	left:0px;
	padding: 0px;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #FFD19B;
	min-height:90px;
}
* h1 {
	font-family: Trebuchet MS, sans-serif;
}
#body h1 {
	color: #7EC638;
	margin:0;
	border-bottom: 1px dashed #BFDEE6;
}
#in-stretch h1 {
	color: black;
	font-family: Trebuchet MS, sans-serif;
	margin:0;
	font-size: 15px;
}
#in-stretch {
	width: 60%;
	text-align: left;
}
#body {
	margin-bottom:20px;	
}
#footer {
	background:#DCF1F8;
	clear:both;
	color:white;
	width: 100%;
	text-align:center;
}
#in-footer {
	width: 70%;	
	color: #1795E9;
	padding: 10px;
}
#example {
	border: 1px solid #CCC;
	background: #F3F3F3;
	padding: 3px;
	color:red;
	margin-top:7px;
	width: 470px;
}
.process-name {
	color: #3252b2;
	text-decoration:none;
}
#errbox {
	border: 1px solid #FF3B3B;
	background: #FFDFDF;
	padding: 3px;
	color:FF3B3B;
	margin-top:7px;
	width: 470px;
}
#left {
	float:left;
	width: 0%;
	text-align:justify;
	padding: 5px;
}
#right {
	float:right;
	text-align:justify;
	height:auto;
	width: 90%;
}
.box-header {
	background:url(images/tile_bac.jpg);
	padding: 3px;
}
.in-box {
	padding: 3px;
}
