/* CSS Document */
html, body {
    background-color  : #ffffff;
    border            : 0 solid black;
    color             : #000000;
    font-family       : Verdana, Arial, Helvetica, sans-serif;
    font-size         : 13px;
    line-height       : 1.5em;
    margin            : auto;
    padding           : 0;
}

form {
    text-align        : center;
}

a {
    color             : #000000;
    text-decoration   : none;
    font-weight       : bold;
}

a:hover {
    text-decoration   : underline;
}

h1 {
     background-color : white;
	 font-size        : 16px;
     border           : 0 solid black;
     margin           : 0;
     padding          : 0 0 0 0;
     text-align       : left;
}

h2 {
     margin           : 0;
     font-size        : 14px;
}

h3 {
    font-size         : 12px;
}
/****************************************/
div#main {
     background-color : #ffffff;
     margin           : -3px 0 0 202px;
     padding          : 15px 0px 87px 20px; /* 2nd# rigth text 3rd# move white space top of footer 1st# moves down under text*/
	 border           : 0;
}
/****************************************/
ul#footer {
     background-color : #ffffff;
     border           : 0 solid black;
     clear            : both;
     font-size        : 13px;
     list-style       : none;
     margin           : 0 0 0 202px;
     padding          : -60px 30px 50px 15px; /* 1st# give more hite space under text, 3rd space under */
     text-align       : center; 
}
        
ul#footer li {
     display          : inline;
     padding          : 0 15px;
}
		
ul#footer li a:hover {
     text-decoration  : underline;
     background-color : #ffffff;
     color            : #999933;
     height           : 1.5em;
	 list-style       : none;
}		
/****************************************/
ul#leftnav {
     float            : left;
     font-size        : 14px;
     list-style       : none;
     margin           : -3px;
     padding-top      : 10px;
     width            : 200px;
	 padding-left     : 6px;
	 background-color : #990066;
	 background-image : url(../logos_graphics/lowerm.jpg);
/*	 background-image : url(../logos_graphics/lower.gif);*/
	 background-repeat: no-repeat;
}

ul#leftnav li a {
     border-bottom    : 1px solid black;
     color            : #ffffff;
     display          : block;
     height           : 1.5em;
     padding-left     : 6px;
}

ul#leftnav li img {
     padding-left     : 4px;
	 padding-top      : 50px;
}

ul#leftnav li a:hover {
     text-decoration  : underline;
     background-color : #ffffff;
     border-left      : 6px solid black;
     color            : #999933;
     height           : 1.5em;
     padding-left     : 6px;
	 text-align       : center;
}
/****************************************/
li.text {
     font-weight      : bold;
/*	 padding-left     : 23px;*/
     text-align       : center;
	 color            : #ffffff;
} 

div > p {
     margin-top       : 0;
}

p {
	font-size         : 13px;
}
/****************************************/
