/* Basic */
* { margin: 0em; padding: 0em; }
a { color: #995500; }
body { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 11pt; background: #fff; color: #665555; }
/* Outer */

#outer { margin: 0em auto 1em auto; width: 100%; background-color: #fff; }
/* Header */

#header { padding: 1.5em 2em 1.5em 2em; background: #2E2017 url('images/a1.jpg') top left repeat-x; }
#header h1 { font-size: 2.0em; color:#FFFFFF; }
#header h1, #header h2 { display: block; width: 880px; margin: 0em auto; }
#header h1 a { color: #fff; text-decoration: none; }
#header h2 { color: #bbaa77; font-size: 0.8em; }

/* Content */
#content { width: 900px; margin: 0em auto; }
#content p { margin-bottom: 1.5em; text-align: justify; }
#content h2, h3, h4, h5, h6 { color: #443333; margin-bottom: 1em; }
#content ul { margin-bottom: 1.5em; padding-left: 1em; }
#content blockquote { padding-left: 1em; margin-bottom: 1.5em; border-left: solid 7px #EFEECC; }
#content blockquote p { margin-bottom: 0em; }
#content table { margin-bottom: 1.5em; }
#content table th { text-align: left; font-weight: bold; padding: 0.5em; color: #443333; }
#content table td { padding: 0.5em; }
#content table tr.rowA { background-color: #F6EECC; color: inherit; }
#content table tr.rowB { background-color: #FFFEEF; color: inherit; }

/* Primary Content */
#primaryContentContainer { float: left; width: 68%; }
#primaryContent {padding: 1.5em; }
#primaryContent h1, #primaryContent h2 { border-bottom: solid 1px #efeecc; padding-bottom: 0.25em; margin-bottom: 0.8em; }
#primaryContent h1 { font-size: 1.8em; }
#primaryContent h2 { font-size: 1.5em; }

/* Secondary Content */
#secondaryContent { float: right; width: 17.5em; padding: 1.5em 1em 1.5em 1em; font-size: 0.9em; }
#secondaryContent h3 { background: #2E2017 url('images/a4.gif') top left repeat-x; color: #fff; padding: 0.5em; padding: 0.5em 0.5em 0.5em 1.0em; position: relative; left: -0.8em; margin-right: -1.6em; font-size: 1.2em; }
#secondaryContent ul li { line-height:1.8; font-size:1.0em; }

/* Footer */
#footer { padding: 1.5em 2em 1.5em 2em; text-align: center; width: 778px; margin: 0em auto; border-top: solid 1px #efeecc; font-size: 0.9em; }
.clear { clear: both; }
