﻿/* 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: #292480;}
h2 {color: #292480;}
h3 {color: #292480;}
h4 {color: #292480;}

.rightalign1 {position: absolute;
 right: 1px;
 top: 250px;
 }

.rightalign2 {position: absolute;
 right: 1px;
 top: 350px;
 }

#c-col {
left:12em;
padding:1em;
position:absolute;
right:18em;
text-align:left;
top:9.5em;
z-index:0;
}


#lh-col{
 position: absolute;
 top: 480px;
 left: 1px;
 width: 128px;
 border: 1px none #333333;
 background: #FFFFFF;
 color: #333333;
 margin: 0;
 padding: 0;
 height: 100px;
 }

#rh-col{
 position: absolute;
 top: 2px;
 right: 5px;
 width: 220px;
 border: 1px none #333333;
 background: #ffffff;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 800px;
 margin-bottom: 50px;
 }

#hdr{
 height:60px;
 background:#ffffff;
 color:#ffffff;
 margin-top: 0px;
 margin-bottom: 20px;
 margin-left: 180px;
 padding: 0px;
 border: solid #ffffff;
 border-width: 0px 0px 0px 0px;
 } 
      
.menu {
z-index:1000;
}

/* 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:#717EE1; height:26px; }

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100;}

/* 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 #717EE1;
border-width:0 1px 1px 0;
font-weight: bold;
font-family: Arial, verdana;
font-size: 1.0em;
}

.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 #717EE1;
    border-width:0 1px 1px 0;
    font-weight: bold;
    font-family: Arial, verdana;
    width: 180px
    font-size: 1.0em;
}  

/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#717EE1; width:127px; w\idth:127px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#909AE8;}

.menu :hover > a {
color:#fff;
background:#909AE8;
}

/* 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; }


