/* Generic Selectors */ 

body { 

font-family: arial, Helvetica, sans-serif;

font-size: 14px; 

color: #000000;

background-image:url(images/background.jpg);



/*background-color: #F9F9F9; */

}

a:link { 

color: #003373; 

text-decoration: none; 

/*font-weight: bold; */

} 

a:visited { 

color:#660033; 

text-decoration: underline; 

/*font-weight: bold; */

} 

a:hover { 

color: #660033; 

padding-bottom: 0px; 

/*font-weight: bold; */

text-decoration: underline; 

} 

.note1 { 

font-family: arial, Helvetica, sans-serif;
font-size: 12px; 
color: #000000;
font-style:italic;

}

H2 
{
color:#999999
}

#navcontainer { margin-left: 0px; }

#navcontainer ul
{
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding: 0;
list-style-type: none;
font-family: arial, Helvetica, sans-serif;
font-weight: bold;
}

#navcontainer li 
{
margin: 0 0 0px 0;
line-height: 175%;}

#navcontainer a
{
display: block;
padding: 0px 0px;
width: 100%;
color: #003373;
font-size:14px;
background-color: #fff;
text-decoration: none;
}

#navcontainer a:hover
{
color: #660033;
background-color: #ccc;
text-decoration: underline;
}

#navcontainer ul ul li
{
margin-left: 0px;
margin-right: 0x;
margin-top: 0x;
margin-bottom: 0x;
text-indent: 10px;
line-height: 125%;
font-weight: normal;
}

#navcontainer ul ul li li
{
margin-left: 0px;
margin-right: 0x;
margin-top: 0x;
margin-bottom: 0x;
text-indent: 40px;
line-height: 125%;
font-weight: normal;
}

#navcontainer ul ul a
{
display: block;
padding: 0px 0px 0px 0px;
width: 100%;
color: #003373;
font-size:12px;
background-color: #fff;
text-decoration: none;
}


#navcontainer ul ul a:hover
{
color: #660033;
background-color: #ccc;
text-decoration: underline;
}