body {background-color:#EFE6C6; font-family:arial; font-size:12pt; color:#000000}

a {cursor: hand} 

a:link {color:#051A81; font-family:arial; font-size:12pt; text-decoration:none}

a:visited {color:#051A81; font-family:arial; font-size:12pt; text-decoration:none}

a:hover {color:#88C6E6; font-family:arial; font-size:12pt; text-decoration:none}

#c1 {top: 20px; right:20px; left:20px; height:150px; background-position:left; background-image:url(images/header3.jpg); background-repeat: no-repeat} 

#c2 {padding-top: 10px; padding-bottom: 10px; border:1px solid #136EC1; width: 20%; top: 180px; position:absolute; left:20px; background-color:#AFD9EF} 

#c3 {position:absolute; width: 65%;  left:31%; top: 185px}

#c4 {background-color:#fff; padding:10px; width: 150px; border:1px solid black;
border-width:1px 1px 1px 1px; margin-top:370px; }

#c5 {background-color:#fff; padding:10px; width: 150px; border:1px solid black;
border-width:1px 1px 1px 1px; }

hr {
color: #136EC1;
background-color: #136EC1;
height: 1px;
}

h1 {
font-family: arial;
font-size: 20pt;
text-transform: uppercase;
text-align:center;
}

h2 {
font-family:arial;
font-size: 14 pt;
}

h5 {
font-family:arial;
font-size: 14 pt;
font-weight:normal;
margin-bottom:5 px;
}

p {
padding-top:2px;
padding-bottom:0px;
padding-right:0px;
padding-left:0px;
margin-right: 0px;
margin-top:5px;
margin-bottom:5 px;
font-family:arial;
font-size:12pt;
font-weight:normal;
text-align: left;
}

.menu {
z-index:1000;
font-size:90%;
margin:25px 0 50px 15px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:140px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; margin-left:0;}
/* position relative so that you can position the sub levels */

.menu li {
position:relative;
background:#d4d8bd;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:20; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
line-height:25px;
width:135px;
color:#000;
padding-left: 5px;
border:1px solid #fff;
border-width:1px 1px 1px 1px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#d4d8bd; width:130px; width:149px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#949e7c;}

.menu :hover > a {
color:#fff; 
background:#949e7c;
}

/* 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:142px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

.menu li {float:left;}


div.content {
    position: absolute;
    left: 20px;
    top: 195px;
    border: 1px dashed gray;
}


