 .nextbutton A:link
        {
            border-bottom: #006 1px solid;
            text-align: center;
            border-left: #006 1px solid;
            padding-bottom: 0.2em;
            background-color: #03f;
            padding-left: 0.5em;
            width: 11em;
            padding-right: 0.5em;
            display: block;
            color: #fff;
            border-top: #006 1px solid;
            border-right: #006 1px solid;
            text-decoration: none;
            padding-top: 0.2em;
        }
        .nextbutton A:visited
        {
            border-bottom: #006 1px solid;
            text-align: center;
            border-left: #006 1px solid;
            padding-bottom: 0.2em;
            background-color: #03f;
            padding-left: 0.5em;
            width: 11em;
            padding-right: 0.5em;
            display: block;
            color: #fff;
            border-top: #006 1px solid;
            border-right: #006 1px solid;
            text-decoration: none;
            padding-top: 0.2em;
        }
        .nextbutton A:hover
        {
            background-color: #fff;
            color: #006;
        }
        .nextbutton A:active
        {
            background-color: #fff;
            color: #006;
        }
        BODY
        {
            padding-bottom: 0px;
            background-color: #fff;
            margin: 0px;
            padding-left: 0px;
            padding-right: 0px;
            font-family: georgia, times, "times new roman" , serif;
            color: #000;
            font-size: 95%;
            padding-top: 0px;
        }
        A:link
        {
            color: #036;
        }
        A:visited
        {
            color: #066;
        }
        A:hover
        {
            background-color: #036;
            color: #fff;
        }
        A:active
        {
            background-color: #036;
            color: #fff;
        }
        DIV#banner
        {
            border-bottom: #000 1px solid;
            background-color: #333;
            color: #fff;
        }
        DIV#banner H1
        {
             padding-right: 0px;


            padding-left: 0.5em;
            padding-right: 0px;
            font-size: 2.2em;
            font-weight: normal;
            padding-top: 0.3em;
        }

        DIV#container
        {
            background-image: url(/images/nav_col_base.jpg);
            background-repeat: repeat-y;
        }
        DIV#container2
        {
            background-image: url(/images/more_col_base.jpg);
            background-repeat: repeat-y;
            background-position: right 50%;
        }
        DIV#navigation
        {
            width: 150px;
            float: left;
            padding-top: 2em;
        }
        DIV#navigation UL
        {
            padding-bottom: 0px;
            list-style-type: none;
            margin: 0px;
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 0px;
        }
        DIV#navigation UL LI
        {
            margin-top: 4px;
        }
        #navigation UL LI A
        {
            background-image: url(/images/nav_base.jpg);
            padding-bottom: 3px;
            padding-left: 10px;
            width: 135px;
            padding-right: 5px;
            display: block;
            background-repeat: repeat-y;
            color: #000;
            text-decoration: none;
            padding-top: 3px;
        }
        #navigation UL LI A:hover
        {
            background-image: url(/images/nav_base2.jpg);
            background-color: #ccc;
            background-repeat: repeat-y;
            color: #fff;
        }
        DIV#more
        {
            padding-bottom: 0px;
            margin: 0px;
            padding-left: 0px;
            width: 160px;
            padding-right: 10px;
            float: right;
            color: #fff;
            padding-top: 2em;
        }
        DIV#more H3
        {
            background-image: url(/images/more_base.jpg);
            padding-bottom: 0.2em;
            margin-top: 0px;
            padding-left: 0.2em;
            padding-right: 0.2em;
            background-repeat: repeat-y;
            background-position: right 50%;
            color: #fff;
            padding-top: 0.2em;
        }
        DIV#content
        {
            margin-left: 190px;
            margin-right: 200px;
        }
        DIV#content H2
        {
            margin: 0px;
            color: #036;
            font-size: 2em;
            font-weight: normal;
            padding-top: 1em;
        }
        DIV#content
        {
            line-height: 150%;
        }
        #cleardiv
        {
            height: 1em;
            clear: both;
        }
        DIV#footer
        {
            text-align: right;
            padding-bottom: 0.5em;
            padding-left: 1em;
            padding-right: 1em;
            clear: both;
            border-top: #999 1px solid;
            padding-top: 0.5em;
        }
        DIV#footer UL
        {
            padding-bottom: 0px;
            list-style-type: none;
            margin: 0px;
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 0px;
        }
        DIV#footer LI
        {
            display: inline;
            margin-right: 1em;
        }
        .GAdv
        {
            padding-top: 0.1em;
            margin-bottom: 0.9em;

        	vertical-align:top;
        
        	text-align:center;
        }
.GAdv a
        {
            padding-right: 2px;
            margin-right: 2px;

        }
.breadcrumb{
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.breadcrumb a{
background: transparent url(/images/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: navy;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: navy;
}

.breadcrumb a:hover{
text-decoration: underline;
}


ol {

  float: left;
  width:100%;
  margin: 10px;
  padding: 10px;
  list-style: none;

}
 
li {
  float: left;
  width: 10em;
  margin: 0;
  padding: 0;
} 