@charset "UTF-8";
/* CSS Document */

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

.sidebox {
	margin: 0 auto; /* center for now */
	margin-top: 1em;
	width: 100%;
	min-width: 17em;
	max-width: 600px;
	background: url(../images/boxbodyright.jpg) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../images/boxheadright.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 45px;
}
.boxhead h2 {
	background: url(../images/boxheadleft.jpg) no-repeat top left;
	margin: 0;
	padding: 5px 10px 5px 10px;
	font-size: 18pt;
	line-height: 1em;
	height: 40px;
}
.boxhead h2, .boxhead h2 a {
	color: #003300;
	font-weight: bold;
	padding-top: 7px;
	text-decoration: none;
}
.boxhead h2 a:hover {
	color: #003300;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px;
	text-decoration: none;
}
.boxbody {
	background: url(../images/boxbodyleft.jpg) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
.boxbody p {
	line-height: 1.8em;
	color: #057F4F;
	padding: 0px;
	margin: 0px;
}
.boxbody a {
	color: #660000;
}
.boxbody a:hover {
	color: blue;
}		
.widthlessbox {
	margin: 0 25%; /* NO WIDTH! Opens up a world of possibilities! */
	background: url(../images/boxbodyright.jpg) no-repeat bottom right;
	font-size: 100%;
	max-width: 500px;
}
.boxbody .smallbox {
	background: url(../images/smallboxleft_box.jpg) no-repeat top left;
}
.boxbody .smallboxbody {
	background: url(../images/smallboxright_box.jpg) no-repeat top right;
}
