/* CSS Stylesheet for theBusinessArea. Validated CSS. */

body {
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
font-weight: normal;
font-size: 14px;
font-family: Trebuchet MS, Arial, sans-serif;
background: #005B9A;
color: #000000;
}

h1 {
color: #B3B3B3;
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
}

H2 {
color: #A1A690;
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 10px;
font-weight: normal;
}

p {
color: #000000;
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
}

input {
border: 0px #000000 solid;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 9px;
}

a {
color: #005B9A;
text-decoration: none;
font-weight: normal;
}

a:hover {
color: #6600CC;
font-weight: normal;
text-decoration: none;
padding: 0px;
}
div#navcontainer
{
background-color: #BDD6E0;
border-top: solid 0px #736F6E;
border-bottom: solid 0px #736F6E;
}

div#navcontainer ul
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
color: white;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
}

div#navcontainer ul li
{
display: inline;
margin-left: 0px;
}

div#navcontainer ul li a
{
padding: 5px 10px 5px 10px;
color: #333333;
text-decoration: none;

}