/* CSS Document */
div {
-moz-box-sizing:border-box;
box-sizing:border-box;
margin:0;
padding:0;
}
#wrapper {
	display: table;
	border: solid 1px #4160D5;
	margin: auto;
	width: 850px;
	height: auto;
	padding-bottom: 0px;
	clear: both;
}

html>body #wrapper {overflow:hidden;}

#header {
width:850px;
height:90px;
text-align:center;
background-color:#000066;
}
#mainbody {
width:850px;
}
#content {
float:left;
width:600px;
text-align:center;
padding-bottom: 32767px;
margin-bottom: -32767px;
font:normal 12px "Trebuchet MS";
}
#rightcontent {
float:right;
width:198px;
padding-bottom: 32767px;
margin-bottom: -32767px;
text-align:center;
font:normal 12px "Trebuchet MS";
}
#footer {
clear:both;
background-color:#000066;
height: 80px;
width: 850px;
border-top: solid 3px #4160D5;
color: #FFF;
text-align:center;
font:normal 12px "Trebuchet MS";
}
#footer a {
color:#FFFFFF;
font:normal 12px "Trebuchet MS";
}

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

.sidebox {
	margin: 0 auto; /* center for now */
	width: 50em; /* ems so it will grow */
	background: url(images/sbbody-rNEW.gif) no-repeat bottom right;
	font-size: 100%;
}
.rightsidebox {
	margin: 0 auto; /* center for now */
	width: 16em; /* ems so it will grow */
	background: url(images/sbbody-rNEW.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(images/sbhead-rNEW.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(images/sbhead-lNEW.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 */
}
.boxhead h1 {
	background: url(images/sbhead-lNEW.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(images/sbbody-lNEW.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
h2 {
	font-size: 1.2em; 

}

