<style>
<!--------Hovers---------!>
a:link{color:#FFFFFF; }
a:hover{color:#FFFFFF; text-decoration:underline; }

body {margin-right:0px; margin-bottom:0px; color: #6cbfe6; }
h2 {font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:16px;}
	
.style6 { color: #FFFFFF; font-size: 24px; }
.style7 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #003366; }
.style8 { color: #FF6600; }
.style9 { color: #FFFFFF; font-weight: bold; }
.style10 { color: #FFFFFF;}
.style11 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:033E98;}

.contentcontainer { width: 80%; height: 100%; border-left-style:solid; border-left-color:#FFFFFF; border-right-style:solid; border-color:#2888C5; }

<!-----Rounded container------------!>
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 20ems; /* ems so it will grow */ height:auto;
	background: url(images/round/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(images/round/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(images/round/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(images/round/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}


<!---------End ------------!>