﻿/* CSS © Bronx School of Law and Finance */



body {
background: #3878DB;
scrollbar-arrow-color: #0047BE;
font-family: Verdana, Lucida Sans, Tahoma;
font-size: 9pt;
color: #777777;
text-align: center;
}

a, a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #0047BE;
}

a:hover, a:active {
text-decoration: underline;
}

h1, h2, h3, h4 {
color: #3878DB;
text-align: center;
font-family: Lucida Sans;
}

h1 { font-size: 20pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
h4 { font-size: 12pt;
text-align: justify; }

div {
font-family: Verdana, Lucida Sans, Tahoma;
font-size: 8pt;
color: #666666;
}

p {
font-family: Verdana, Lucida Sans, Tahoma;
font-size: 8pt;
color: #666666;
text-align: justify;
vertical-align: top;
}

li {
font-size: 11pt;
color: #3878DB;
text-align: justify;
}

table, td {
font-family: Verdana, Lucida Sans, Tahoma;
font-size: 8pt;
color: #666666;
vertical-align: middle;
margin: 0 auto;
}

img {
border: none;
}

#navi {
background: url(images/nav.jpg) repeat-x top left;
width: 656px;
height:auto;
min-height: 37px;
margin: 0 auto;
border-top: 1px solid #F7F7F7;
border-bottom: 1px solid #F7F7F7;
text-align: center;

}

#navi li {
list-style-type: none;
font-size: 8pt;
text-align: center;
float: left;
border-right: 1px solid #F7F7F7;

background: url(images/nav.jpg) repeat-x top left;
display:inline-block;
}

#navi a {
width: 81px;
height: 27px;
padding: 10px 0 0 0;
color: #FFFF00;
display: block;
text-decoration: none;
}

#navi a:hover {
background-color: #3878DB;
}

#imp {
font-size: 10pt;
color: #4189DD;
font-weight: bold;
}



/* Style for Drop Down Menu */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #FFF; 
border-bottom-width: 0;
font:normal 8pt Verdana;
line-height:18px;
z-index:100;
background-color: #6CABE7;
width: 140px;
visibility: hidden;
text-align: left;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFFF00;
border-bottom: 1px solid #FFF; 
}

.dropmenudiv a:hover { 
background-color: #3878DB;
text-decoration: none;
}

.dropmenudiv a:visited { 
color: #FFFF00;
}

















