/* GENERAL STYLES */
/* GENERAL STYLES */
html, body
{
    height: 100%; /* Make sure the document takes up the whole window. */
    margin: 0; /* Get rid of any default margins, which could cause the html and body elements to be larger than the window and trigger scrollbars. */
    padding: 0; /* Get rid of any default padding, which could cause the html and body elements to be larger than the window and trigger scrollbars. */
}




body
{
    background-color: #A0A0A2;
    background-image: url(BodyBg.jpg);
    background-position: center center;
    background-repeat: no-repeat;




}

img
{
    border: 0px;
}


div#shim
{
    visibility: hidden;
    width: 100%;
    height: 50%; /* Bump div#blueBox down half the height of the screen. */
    margin-top: -316px; /* Half the height of div#blueBox. */
    float: left;
}


div#VertBox
{
    width: 100%;
    height: 632px;
    clear: both;
    position: relative;
    top: -316px; /* IE4ever Hack: Hide from IE4 **/
    position: static; /** end hack */
}

div#HorBox
{
    width: 859px; /*Width of main container*/
    height: 632px;
    margin: 0 auto; /*Center container on page*/
    background-image: url(HomeBg.jpg);
    background-repeat: no-repeat;
    position: relative;
}


div#ContentPane
{
    height: 450px;
    width: 350px;
    position: absolute;
    left: 500px;
    top: 10px;
    overflow: auto;
padding-right: 2px;



FILTER: chroma color=orange; 
background:transparent; 
border: 0 solid #ffffff; 

scrollbar-face-color:blue; 
scrollbar-shadow-color: blue; 
scrollbar-highlight-color: blue; 
scrollbar-3dlight-color: blue; 
scrollbar-darkshadow-color: blue; 
scrollbar-track-color: transparent; 
scrollbar-arrow-color: white; 
scrollbar-base-color: #ffffff; 




}


div#NavPaneLeft, div#NavPaneHome, div#NavPaneRight
{
    height: 30px;
    width: 20px;
    position: absolute;
    top: 578px;
}

div#NavPaneLeft
{
    border-color: white;
    left: 710px;
}

div#NavPaneHome
{
    left: 753px;
    width: 28px;
}

div#NavPaneRight
{
    left: 803px;
}


div#CopyRightPane
{
  height: 20px;
    width: 150px;
    position: absolute;
    top: 640px;

 left: 705px;
text-align: right;

}

div#CopyRightPane a
{
color: #555555;
text-decoration: none;
}

div#CopyRightPane a:hover
{
color: #000000;
}


/* EDITOR PROPERTIES */


/* EDITOR PROPERTIES */
