/* General Fomatting */
body { color: #111; font-size: 12px; font-family:Georgia, "Times New Roman", Times, serif; background-color: #b00; margin: 0; padding:0; }

a:link, a:visited { color: #007; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }
a[href$='.pdf'] { padding: 3px 18px 3px 0; background: transparent url("../images/icons/pdficon_small.gif") no-repeat center right; }

img { border: none }
table { border-collapse: collapse; padding: 0; }
td { padding: 0; }
th { text-align: left; padding: 0; font-weight:bold; }
.padded td, .padded th { padding: 2px; }

textarea { font-size: 12px; font-family:Georgia, "Times New Roman", Times, serif; overflow: auto; }

/* Headings */
h1 { color: #555; font-size: 16px; font-weight: bold; width: 100%; margin-top: 7px; margin-bottom: 10px; border-bottom: 1px solid #222; overflow:hidden; }
h2 { color: #333; font-size: 14px; margin: 2px 0; }
h3 { color: #111; font-size: 12px; margin: 10px 0 2px; }

/* Sizes */
.size11 { font-size: 11px; }
.size18 { font-size: 18px; }
.size20 { font-size: 20px; }

/* Colors */
.red { color: red; font-weight: bold; }
a.red:link , a.red:visited { color: red; }
.gray { color: #666 }
.green { color: green; font-weight: bold; }
.highlight { background-color:#ff3; }

/*Layout */
#container { background-color:white; width:900px; margin: 0 auto; border-left: 1px solid #111;  border-right: 1px solid #111; }

#header { }

#navigation { width: 164px; float: left; font-size:10px; font-weight: bold; padding: 3px; margin-bottom:3px; border-right: 1px dotted #555; }
#navigation ul { list-style: none; line-height: 18px; margin: 0; padding: 0 3px; }
#navigation li { width: 158px; }
#navigation a:link, #navigation a:visited { color: #511; text-decoration: none; border-bottom: 1px solid #aaa; display: block; }
#navigation a:hover, #navigation a:active { color: red; }

#main { padding: 0 6px 10px; overflow:auto; }

#contents { float:left; padding: 3px; border: solid 1px #555; margin:0 0 5px; }
#contents ul { list-style-type:circle; margin: 0; padding-left:1.3em; }
#contents a:link, #contents a:visited { color: #811; }
#contents a:active, #contents a:hover { color: red; }

#text { float:left; clear:left; width:100%; }
#text ul { list-style-image: url("../images/hyphen.gif") }
#get_reader { float: left; margin-right: 5px;}

#footer { clear:left; overflow:auto; text-align:center; background-color:#111; }
#footer p { margin: 5px 0 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; color: #ccc; }

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover { color: #88f; }

#footer #contributions { float:left; background-color:#ff2; font-size: 16px; font-weight:bold; width: 160px; padding: 8px 3px; border:3px solid #111; }
#footer #contributions a:link, #footer #contributions a:visited { color: #a11; }
#footer #contributions a:hover, #footer #contributions a:active { text-decoration: none; color:red; }