/* CSS Document */
ul, ol, dl {
              position: relative;  }

body {
margin: 1px;
padding: 0 1px 0 0;
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
}

a:link { color: #000000;}

a:visited {
color: #000000;
text-decoration: underline;
}

#awt-left-col {
border-right: 1px solid #000;
width: 16em;
padding: 0;
margin: 0;
/* background color see the colored .css file */
}

#awt-leftside {
padding-left: 7px;
}

#awt-left-col {margin-top:0;}

#awt-leftside h4 {
text-transform: uppercase;
padding: 6px 1px 4px 1px;
margin: 0;
color: #FFF;
/* background color see the colored .css file */
font: bold 0.95em Arial, Verdana, Helvetica, sans-serif;
}

/* sets margin padding and list styles for left nav */

ul.awt-leftnav1, ul.awt-leftnav1 ul, ul.awt-leftnav1 ul ul  {
margin: 0;
padding: 0;
list-style: none;
}

/* this gives the last link a bottom border */

ul.awt-leftnav1 {border-bottom: 1px solid #000;} 

/* this closes up the space between li's in IE */

ul.awt-leftnav1 li {display:inline;} 

/* styles for links */

ul.awt-leftnav1 li a
{
display: block;
text-decoration: none;
border-top: 1px solid #000;
border-left: 1px solid #000;
border-right: 0;
border-bottom: 0;
padding: 3px 10px 3px 20px;
background-image: url(./images/bullet_link.gif);
background-repeat: no-repeat;
background-position: .5em .5em;
/* background color see the colored .css file */
    text-decoration: none;
margin: 0;
}

ul.awt-leftnav1 li a:visited
{
color: #000;
    text-decoration: none;
}

ul.awt-leftnav1 li a:hover {
background: #FFF url(./images/bullet_hover.gif) no-repeat .5em .5em;
}

ul.awt-leftnav1 li a.on {
background: #FFF url(./images/bullet_on.gif) no-repeat .5em .5em;
}

ul.awt-leftnav1 li a.on:visited {
background: #FFF url(./images/bullet_on.gif) no-repeat .5em .5em;
}

ul.awt-leftnav1 li a.on:hover {
background: #FFF url(./images/bullet_on.gif) no-repeat .5em .5em;
}

/* cascading styles to change indent
and bullets for nested lists */

ul.awt-leftnav1 li ul a {
background: #FFF url(./images/bullet_second.gif) no-repeat 1.8em .5em;
padding-left: 3.3em;
border-top: none;

}

ul.awt-leftnav1 li ul a:visited {
background: #FFF url(./images/bullet_second.gif) no-repeat 1.8em .5em;
padding-left: 3.3em;
border-top: none;

}

ul.awt-leftnav1 li ul a:hover {
background: #FFF url(./images/bullet_hover.gif) no-repeat 1.8em .5em;
padding-left: 3.3em;
border-top: none;

}

ul.awt-leftnav1 li ul a.on { 
color: #C00; 
background: #FFF url(./images/bullet_on.gif) no-repeat 1.8em .5em;
}

ul.awt-leftnav1 li ul a.on:visited { 
color: #C00; 
background: #FFF url(./images/bullet_on.gif) no-repeat 1.8em .5em;
}

ul.awt-leftnav1 li ul a.on:hover { 
color: #C00; 
background: #FFFFCC url(./images/bullet_on.gif) no-repeat 1.8em .5em;
}

ul.awt-leftnav1 li ul ul a {
background: #FFF url(./images/bullet_second.gif) no-repeat 3.5em .5em;
padding-left: 5em;
border-top: none;
}

ul.awt-leftnav1 li ul ul a:visited {
background: #FFF url(./images/bullet_second.gif) no-repeat 3.5em .5em;
padding-left: 5em;
border-top: none;
}

ul.awt-leftnav1 li ul ul a:hover {
background: #FFFFCC url(./images/bullet_hover.gif) no-repeat 3.5em .5em;
padding-left: 5em;
border-top: none;
}

ul.awt-leftnav1 li ul ul a.on {
color: #C00; 
background: #FFF url(./images/bullet_on.gif) no-repeat 3.5em .5em;
padding-left: 5em;
border-top: none;
}

ul.awt-leftnav1 li ul ul a.on:visited {
color: #C00; 
background: #FFF url(./images/bullet_on.gif) no-repeat 3.5em .5em;
padding-left: 5em;
border-top: none;
}

ul.awt-leftnav1 li ul ul a.on:hover {
color: #C00;
background: #FFF url(./images/bullet_on.gif) no-repeat 3.5em .5em;
padding-left: 5em;
border-top: none;
}

/* End of Left Column */