/* elements */
html { height:100%; }
body { background:#22170E url(images/pattern_102.gif) fixed; margin:0px; height:100%; }
div, span, li, td, h1, h2, h3, a { font-family:Verdana, Arial, Helvetica, sans-serif; color:#444; }
img { border:0px; display:block; }
table { border-collapse:collapse; width:506px; margin:20px 0px; }
table th { text-align:left; color:#fff; background-color:#6a5203; margin:0px; padding:1px 5px; border:2px solid #fff; font-size:.9em; }
table td { margin:0px; padding:1px 10px 1px 5px; border:2px solid #fff; font-size:.9em; }
table tr.alt { background-color:#eeeeee; }
a { color:#585184; }


/* classes */
div.pageContainer { width:760px; margin:0px auto; height:100%; background:url(images/bgPage.gif) repeat-y center; }
div.header { background-color:#ac870b; overflow:hidden; position:fixed; top:0px; left:0px; width:100%; }
div.header img { margin:5px 0px; }

div.primaryNav { background-color:#7b5f03; width:100%; border-top:4px solid #6a5203; border-bottom:4px solid #6a5203; overflow:hidden; }
ul.primaryNavItems { width:47em; padding:0px; margin:auto; list-style-type:none; }
ul.primaryNavItems li { display:inline; font-size:.70em; font-weight:bold; line-height:150%; }
ul.primaryNavItems a { float:left; text-decoration:none; color:#fff; background-color:#7b5f03; padding:4px 6px; }
ul.primaryNavItems a.selected { background-color:#eee8d5; color:#444; }
ul.primaryNavItems a:hover { background-color:#ac870b; color:#fff; }

div.secondaryNav { position:fixed; margin-top:6.8em; }
ul.secondaryNavItems { padding:0; margin:0; list-style-type:none; }
ul.secondaryNavItems li { font-size:.70em; font-weight:bold; }
ul.secondaryNavItems a { width:185px; display:block; text-decoration:none; color:#fff; background-color:#917004; padding:3px 5px; border-bottom:1px solid #eee8d5; }
ul.secondaryNavItems a.selected { background-color:#eee8d5; color:#444; }
ul.secondaryNavItems a:hover { background-color:#ac870b; color:#fff; }
ul.secondaryNavItems li.tight { line-height: 125%; }

div.container { padding:0px; border-left:5px solid #6a5203; border-right:5px solid #6a5203; line-height:125%; background-color:#917004; }
div.containerBare { width:750px; margin:0px auto; }
div.containerFooter { position:fixed; bottom:0px; }

div.content { margin-left:195px; padding:120px 15px 40px 15px; font-size:.8em; background-color:#eee8d5; }
div.content img { border:3px solid #6a5203; }

div.footer { clear:both; width:740px; font-size:.7em; border-top:3px solid #6a5203; background-color:#7b5f03; padding:5px; overflow:hidden; }
div.footerLeft { float:left; width:75%; color:#fff; }
div.footerRight { float:left; text-align:right; width:25%; }
div.footerRight img {float:right; }

img.floatLeft { float:left; margin:5px 10px 10px 0px; }
img.floatLeft2 { float:left; margin:5px 0px 10px 0px; }
img.floatRight { float:right; margin:5px 0px 10px 10px; }
img.inline { margin:5px 0px 0px 5px; }

.clear { clear:both; }