
/* Global Styles */
* { margin: 0; padding: 0; font-family: Verdana, sans-serif; font-size: 11px; color: #232926; }
html, body { }
.wrapper { margin: 0 10px 0 30px; width: 730px; }
a, a *, .sidebar a { color: #B3382D; text-decoration: underline; }
a img { border: none; }
a:link, a:visited { }
a:hover, a:hover * { color: #232926; text-decoration: none; }
sup { font-size: smaller; vertical-align: baseline; position: relative; bottom: 0.33em; }
sub { font-size: smaller; vertical-align: baseline; position: relative; bottom: -0.25em; }
hr { border-top: solid #BBBBB3 1px; margin: 30px 0 20px 0; }

/* Header Styles */
.header * { }
.header div { float: left; }
.logo { width: 230px; height: 105px; }
.logo img { float: right; margin-top: 25px; }
.nav { width: 490px; height: 105px; text-align: right; padding-right: 10px; }
.nav img { margin-top: 43px; padding-right: 5px; }
.feature { clear: both; width: 730px; height: 200px; background: #000; }
.title { clear: both; width: 730px; height: 120px; background: #8C8A82; }


/* Body Styles */
.body * { }
.body { clear: both; }
.body div { float: left; vertical-align: middle; }
.sidebar * { color: #8C8A82; }
.sidebar { width: 200px; padding: 10px 15px; }
.sidebar h2, .sidebar p { line-height: 16px; padding: 10px 0 5px 0; }
.sidebar ul { line-height: 12px; margin-left: 20px; margin-bottom: 10px; }
.sidebar ul li { margin-top: 4px; color: #8C8A82; }
.sidebar a.dull { color: #8C8A82; text-decoration: underline; }
.content * { }
.content { width: 420px; padding: 10px 40px 40px 40px; line-height: 18px; }
.content h2, .content p { padding-top: 10px; }
.content h3 { font-weight: normal; font-style: italic; text-decoration: underline; }
.content ul { line-height: 12px; margin: 0px 10px 20px 20px; }
.content ul.closer { margin: 0px 20px 0px 20px; }
.content ul li { margin-top: 4px; }


/* Footer Styles */
.footer * { color: #8C8A82; }
.footer { clear: both; float:left; width: 730px; border-top: solid 1px #D3D2CD; margin-top: 30px; }
.footer div.left { float: left; padding: 10px 5px 15px 15px; }
.footer div.right { float: right; padding: 10px 15px 15px 5px; }
.footer div p { margin-top: 3px; }
