/* This is a comment */

#page-content {
        background: white;
        min-width: 780px;
        max-width: 1024px;
        margin: 0px auto;
        margin-left : auto ;
        margin-right : auto ;
        width:expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1026? "1024px" : "auto");
        text-align: left;
        position : relative ;
}

#page-middle {
        width: 95%;
        min-height: 330px;
        margin-left: auto;
        margin-right: auto;
        background-color: rgb(255, 255, 255);
        }

body
{max-width: 1024px; width: auto; margin: 0 auto;
background-color: rgb(192, 192, 192);
text-align : center ;
}

body,p,table,li, h1,h2,h3,h4,h5,h6
{font-family: verdana, arial, 'sans serif';}

body,p,table,li
{font-size: 95%;}


h1,h2,h3,h4,h5,h6{margin-top:0px;margin-bottom:0px;font-weight:normal;} 
h1{font-size:16px;}
h2{font-size:14px;}
h3{font-size:12px;}
h4{font-size:10px;}
h5{font-size:8px;}
h6{font-size:6px;}


h1,h2,h3,h4,h5,h6
{color: rgb(51, 51, 255);}

A:link { TEXT-DECORATION: underline }
A:visited { TEXT-DECORATION: underline }
A:active { TEXT-DECORATION: underline }
A:hover { TEXT-DECORATION: none }



/* This is Left Product Areas Navigation List */
#leftproductareasnavlist
{
padding: 0 1px 1px;
margin-top: 10px; /* This is the Top Margin for the Entire List */
margin-left: 5px; /* This is the Left Margin for the Entire List */
margin-right: 5px; /* This is the Right Margin for the Entire List */
font: Verdana sans-serif;
/* For a Larger Font Size Use... font: 18px Verdana sans-serif; */
background: #000099;
width: 180px; /* This is the With for the Entire List */
}

#leftproductareasnavlist li
{
list-style: none;
margin: 0;
border-top: 1px solid #000099;
border-bottom: 1px solid #000099;
color: black;    /* This is the Font Color for Unlinked List Items */
background: #C4CAD6; /* This is the BackGround Color for Unlinked List Items */
text-align: center;
}

#leftproductareasnavlist li a
{
display: block;
padding-top: 5px; /* This is Padding Around the Cell */
padding-bottom: 5px; /* This is Padding Around the Cell */
padding-left: 5px;   /* This is Padding Around the Cell */
padding-right: 5px;  /* This is Padding Around the Cell */
border-left: 5px solid #000099; /* This is the boarder bullet background-color - Dark Blue */
background-color: #000099;  /* This is the default background-color - Dark Blue */
text-decoration: none;
}

#leftproductareasnavlist li a:link { color: #FFFF66; } /* Set Link Color to Yellow #FFFF66 */
#leftproductareasnavlist li a:visited { color: #FFFF66; } /* Set Visited Color to Yellow #FFFF66 */

#leftproductareasnavlist li a:active
{
border-color: #000099;     /* This is the active boarder bullet background-color - Light Blue */
background-color: #000099; /* This is the active background-color - Light Blue */
color: ##FFFF66;            /* This is the active  text-color - Dark Blue */
}


#leftproductareasnavlist li a:hover
{
border-color: #CCFFFF;     /* This is the hover boarder bullet background-color - Light Blue */
background-color: #CCFFFF; /* This is the hover background-color - Light Blue */
color: #000099;            /* This is the hover  text-color - Dark Blue */
}




/* This is Left Navigation List */
#leftnavlist
{
padding: 0 1px 1px;
margin-top: 10px; /* This is the Top Margin for the Entire List */
margin-left: 5px; /* This is the Left Margin for the Entire List */
margin-right: 5px; /* This is the Right Margin for the Entire List */
font: Verdana, sans-serif;
background: #000099;
width: 180px; /* This is the With for the Entire List */
}

#leftnavlist li
{
list-style: none;
margin: 0;
border-top: 1px solid gray;
border-bottom: 1px solid gray;
text-align: left;
background: #000099; /* This is the BackGround Color for Unlinked List Items */
color: #FFFF66;
}

#leftnavlist li a
{
display: block;
padding-top: 5px; /* This is Padding Around the Cell */
padding-bottom: 5px; /* This is Padding Around the Cell */
padding-left: 5px;   /* This is Padding Around the Cell */
padding-right: 5px;  /* This is Padding Around the Cell */
border-left: 5px solid #000099; /* This is the boarder bullet background-color - Light Blue */
background-color: #000099;  /* This is the default background-color - Light Blue */
text-decoration: none;
}

#leftnavlist li a:link { color: #FFFF66; }
#leftnavlist li a:visited { color: #FFFF66; }

#leftnavlist li a:active
{
border-color: #000099;     /* This is the active boarder bullet background-color - Dark Blue */
background-color: #000099; /* This is the active background-color - Dark Blue */
color: #FFFF66;            /* This is the active  text-color - Yellow */
}

#leftnavlist li a:hover
{
border-color: #CCFFFF;     /* This is the hover boarder bullet background-color - Light Blue */
background-color: #CCFFFF; /* This is the hover background-color - Light Blue */
color: #000099;            /* This is the hover  text-color - Dark Blue */
}


