﻿/* Layout Stylesheet */ 


body{
 padding:0;
 margin: 0;
 font-family: Arial, Verdana;
 font-size: 90%;
 }

p {font-family: Arial, Verdana;
 font-size: 90%;
 }

ul.normal {font-family: Arial, Verdana;
 font-size: 90%;
 }

li {font-family: Arial, Verdana;
 font-size: 90%;
 }

img {border: 0;}

.pagehighlight {background-color: #E6E6FA;}

hr {height: 1px; border: 1px solid blue;}

h1 {color: #315A94;}
h2 {color: #315A94;}
h3 {color: #315A94;}
h4 {color: #315A94;}

.rightalign1 {position: absolute;
 right: 1px;
 top: 250px;
 }

.rightalign2 {position: absolute;
 right: 1px;
 top: 350px;
 }

#c-col{position : absolute;
       top : 11em;
       right : 15em;
       z-index : 0;
       padding : 1em;
       left : 12em;
       text-align: left;
}

#lh-col{
 position: abolute;
 top: 173px;
 left: 1px;
 width: 128px;
 border: 1px none #333333;
 background: #315A94;
 color: #333333;
 margin: 0;
 padding: 0;
 height: 800px;
 }

#rh-col{
 position: absolute;
 top: 100px;
 right: 5px;
 width: 220px;
 border: 1px none #333333;
 background: #ffffff;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 800px;
 }

#hdr{
 height:60px;
 background:#ffffff;
 color:#ffffff;
 margin:0;
 padding:0;
 border: solid #ffffff;
border-width: 1px 1px 0 2px;
 } 
      
.menu {
z-index:1000;
font-size:90%;
}

/* remove all the bullets, borders and padding from the default list styling */ .menu ul { padding:0; margin:0; list-style-type:none; width:126px; }
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */ .menu li { position:relative; background:#315A94; height:26px; }

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block;
text-decoration:none;
height:25px;
line-height:25px;
width:126px;
color:#fff;
text-indent:25px;
border:1px solid #315A94;
border-width:0 1px 1px 0;
font-weight: bold;
font-family: Arial, verdana;
}

.menu ul li ul li a, .menu ul li ul li a:visited {
    display:block;
    text-decoration:none;
    height:25px;
    line-height:25px;
    color:#fff;
    text-indent:15px;
    border:1px solid #315A94;
    border-width:0 1px 1px 0;
    font-weight: bold;
    font-family: Arial, verdana;
    width: 180px
}  

/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#315A94; width:127px; w\idth:127px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#4682B4;}

.menu :hover > a {
color:#fff;
background:#4682B4;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */ .menu ul ul { visibility:hidden; position:absolute; top:0; left:126px; width:180px; }
/* make the second level visible when hover on first level list OR link */ .menu ul :hover ul{ visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */ .menu ul :hover ul ul{ visibility:hidden; }
/* keep the fourth level hidden when you hover on second level list OR link */ .menu ul :hover ul :hover ul ul{ visibility:hidden; }
/* make the third level visible when you hover over second level list OR link */ .menu ul :hover ul :hover ul{ visibility:visible; }
/* make the fourth level visible when you hover over third level list OR link */ .menu ul :hover ul :hover ul :hover ul { visibility:visible; }

