html {
padding: 0;
margin: 0;

}

body {
padding: 0;
margin: 0;
font-size: 9pt;
font-family: verdana, arial, helvetica;
color: #4c4c4c;
}

img {
border: 0;
}

div.headerLeft {
background: #fff url(/images/layout/header-background.gif) repeat-x top left; 
height: 132px;
width: auto;

}

div.footer {
background: #fff url(/images/layout/header-background.gif) repeat-x top left; 
height: 100px;
width: auto;
}

div.footerIndex {
background: #fff url(/images/layout/header-background2.gif) repeat-x top left; 
height: 50px;
width: auto;
}

div.clear {
clear: both;
}

div.container {
width: 999px;
margin: 0 auto 0 auto;
}

div#centralContainer {
padding-left: 15px;
}

div.netNavHeader {
background-color: #666666;
background-repeat: repeat-x;
background-attachment: scroll;
background-position: 0% 0%;
height: 5px;
color: #333333;
}

div.header {
background: #fff url(/images/layout/header.gif) no-repeat top left; 
height: 180px;
width: 999px;
}

div.indexLeft {

background: #fff url(/images/layout/indexleft.gif) no-repeat top left; 
height: 300px;
width: 350px;
float: left;
}

div.indexRight{
float: left;
display: inline;
}

h1 {
font-size: 17pt;
padding: 0;
margin: 0;
color: #006633;
font-family: verdana;
font-weight: bold;
}

h3 {
font-size: 13pt;
padding: 0;
margin: 0;
color: #333333;
font-family: verdana;
font-weight: bold;
}

h2 {
font-size: 12pt;
padding: 0;
margin: 0;
color: #333333;
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 10px 0 0 0;
}

#nav-menu li a
{
background: #4c4c4c;
padding-left: 2px;
line-height: 1.8em;
float: left;
width: 123px;
height: 25px;
display: block;
border-bottom: 2px solid #006633;
color: #ffffff;
text-decoration: none;
}

#nav-menu li a:hover
{
color: #efd50e;
text-decoration: none;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
float: left;

} 


.rightContainer {
width: 200px;
float: right;
background: #cccccc;
margin-top: 10px;
color: #4c4c4c;
padding-top: 5px;
padding-left:5px;
padding-right: 5px;
padding-bottom: 5px;
}

.insideRight {
background: #ffffff;
color: #4c4c4c;
margin-bottom: 1px;
padding: 2px 2px 2px 2px;
}

.insideinside {
background: #cccccc;
color: #ffffff;
margin-bottom: 1px;
}

.leftContent{
width: 650px;
padding-top: 15px;
}
