/* Show only to IE PC \*/
* html .mainboxheader h2 {height: 1%;} /* For IE 5 PC */

.mainbox {
	margin: 0; /* center for now */
	margin-top: 0px;
	background: url(./images/mainboxbottomright.gif) no-repeat bottom right;
}

.mainboxheader {
	background: url(./images/mainboxtopright.gif) no-repeat top right;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.mainboxheader h2 {
	background: url(./images/mainboxtopleft.gif) no-repeat top left;
	margin: 0;
	padding: 0px 0px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
}
.mainboxbody {
	background: url(./images/mainboxbottomleft.gif) no-repeat bottom left;
	margin-top: 0px;
	padding: 5px 10px 10px;
}

/* Show only to IE PC \*/
* html .logoboxheader h2 {height: 1%;} /* For IE 5 PC */

.logobox {
	margin: 0; /* center for now */
	margin-top: 0px;
	background: url(./images/mainboxbottomright.gif) no-repeat bottom right;
}

.logoboxheader {
	background: url(./images/mainboxtopright.gif) no-repeat top right;
	margin: 0px;
	padding: 0px;
	padding-top: 5px; /* Layout tweak for Firefox */
}

.logoboxheader h2 {
	background: url(./images/logoboxtopleft.gif) no-repeat top left;
	margin: 0;
	color: white;
}
.logoboxbody {
	background: url(./images/logoboxbottomleft.gif) no-repeat bottom left;
	padding-bottom: 5px;
	margin-right: 7px;
}

