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

/* Show only to IE PC \*
/* html .boxhead h2
{
    height: 1%;
}
/* html .boxhead-content h2
{
    height: 1%;
}
/* For IE 5 PC */
.sidebox
{
    margin: 0 auto; /* center for now */
    width: 800px; /* ems so it will grow */
    background: url(../images/BlueBodyBottomRight.png) no-repeat bottom right;
    font-size: 100%;
}
.sidebox-content
{
    margin: 0 auto; /* center for now */
    width: 608px;
    background: url(../images/BlueBodyBottomRight.png) no-repeat bottom right;
    font-size: 100%;
}
.boxhead
{
    background: url(../images/BlueShadedTopRightCorner.png) no-repeat top right;
    margin: 0;
    padding-top: 10;
    text-align: center;
}
.boxhead-content
{
    background: url(../images/BlueShadedTopRightCorner.png) no-repeat top right;
    margin: 0;
    padding-top: 10;
    text-align: center;
}
.boxhead h2
{
    background: url(../images/BlueShadedTopLeftCorner.png) no-repeat top left;
    margin: 0;
    padding: 22px 30px 0px;
    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-content h2
{
    background: url(../images/BlueShadedTopLeftCorner.png) no-repeat top left;
    margin: 0;
    padding: 22px 30px 0px;
    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/BlueShadedBottomLeftCorner.png) no-repeat bottom left;
    margin: 0;
    padding: 5px 32px 31px; 
}
.boxbody-content
{
    background: url(../images/BlueShadedBottomLeftCorner.png) no-repeat bottom left;
    margin: 0;
    padding: 5px 32px 31px; 
}
