/* main styles */

body                    { color: #000; background-color: #FFF; padding: 0; margin: 0; }
h1                      { color: #069; background-color: transparent; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; }
h2                      { color: #069; background-color: transparent; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; }
p, ul, dl, ol           { color: #000; background-color: transparent; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 160%; }
ul ul                   { font-size: 100%; }
hr                      { color: #999; background: #999; border: 0; height: 1px; }

a:link				    { color: #036; background-color: transparent; text-decoration: underline; font-weight: bold; }
a:visited 			    { color: #036; background-color: transparent; text-decoration: underline; font-weight: bold; }
a:hover				    { color: #600; background-color: transparent; text-decoration: underline; font-weight: bold; }
a:active			    { color: #600; background-color: transparent; text-decoration: underline; font-weight: bold; }

.arial                  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; }
.georgia                { font-family: Georgia, Times, serif; font-size: 20px; font-weight: bold; }
.red                    { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; color: red; background-color: transparent; }
.green                  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; color: green; background-color: transparent; }
.blue                   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; color: blue; background-color: transparent; }
.padded                 { width: auto; height: auto; padding: 20px; text-align: center; font-weight: bold; border: 1px solid #000; background-color: #eee; }
.footer                 { color: #069; background-color: transparent; font-size: 12px; text-align: right; line-height: 120%; border-top: 1px dotted #036; margin-top: 40px; padding-top: 10px; }
.footer img             { padding-bottom: 5px; }
.header                 { color: #069; background-color: transparent; font-size: 12px; line-height: 120%; border-bottom: 1px dotted #036; margin-bottom: 20px; padding-bottom: 10px; }
.linksmall              { font-size: 11px; line-height: 100%; }

#content                { position: absolute; left: 40px; top: 20px; width: 600px; }
#nav                    { display: none; } 	

#navbox                 { display: none; } 	
#navbox ul              { list-style: none; margin: 0; padding: 0; border: none; } 	
#navbox li              { border-top: 1px solid #FFF; margin: 0; font-size: 12px; } 
#navbox li a            { color: #FFF; background-color: #036; display: block; padding: 2px 3px 2px 8px; text-decoration: none; width: 100%; font-weight: normal; } 	
html>body #navbox li a  { width: auto; }
#navbox li a:hover      { color: #FFF; background-color: #600; } 	

