body {
	font-family: "Lucida Grande", Lucida, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 0.8em;
    margin: 0 0 0 0;
    background-image: url(/images/background.png);
    background-repeat: repeat-y;
    background-color: #454545;
}

table {
    width: 100%;
}

td {
    font-family: "Lucida Grande", Lucida, Verdana, Tahoma, Helvetica, sans-serif;
    /* font-size: 12px; */
} 

th {
    font-family: "Lucida Grande", Lucida, Verdana, Tahoma, Helvetica, sans-serif;
    background-color: #eee;
    /* font-size: 12px; */
}

#navbar {
    border-top: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    margin: 1.5em 0.5em 1.5em 0.5em;
    padding: 0.1em 0.1em 0.1em 0.1em;
    text-align: center;
}

#container {
    margin-left: 96px;
    margin-right: auto;
    width: 70%;
    max-width: 647px;
    padding: 1em 1em 1em 1em;
}

#content h1 {
    color: #C21E1E;
    border-bottom: 1px #C1C1C1 solid;
}

#content p {
    text-align: justify;
    margin-right: 1em;
}

#content pre {
	overflow: auto;
}

.bodystyle {
    font-family: "Lucida Grande", Lucida, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 12px;
}

.small {
    font-family: "Lucida Grande", Lucida, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 9px;
}

.medium {
    font-family: "Lucida Grande", Lucida, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 12px;
}

.big {
    font-family: "Lucida Grande", Lucida, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 16px;
}

.xbig {
    font-family: "Lucida Grande", Lucida, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 24px;
}

.expanded {
    font-family: "Lucida Grande", Lucida, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
}

.justified {
    font-family: "Lucida Grande", Lucida, Verdana, Tahoma, Helvetica, sans-serif;
    text-align: justify;
}

#footer {
    font-family: "Lucida Grande", Lucida, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #999999;
    text-align: right;
}

.box1 {
    padding: 3px;
    border-width: thin;
    border-style: solid;
    border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
    font-style: italic;
    word-spacing: 2pt;
    padding: 3px;
    border-width: thin;
    border-style: solid;
}

/* Flash messages */
#notice {
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin: 0.5em 0.5em 0.5em 0.5em;
    border: 1px dashed #C21E1E;
    font-weight: bold;
    color: #C21E1E;
}

#warning {
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin: 0.5em 0.5em 0.5em 0.5em;
    border: 1px dashed #C21E1E;
    font-weight: bold;
    color: #C21E1E;
}

#message {
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin: 0.5em 0.5em 0.5em 0.5em;
    border: 1px dashed #C21E1E;
    font-weight: bold;
    color: #C21E1E;
}

.byline {
    margin-top: 0.5em;
    padding-top: 0.5em;
    border-top: 1px dashed #c1c1c1;
    font-style: italic;
}

.adsense {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

