body { color: #000; font-family: Arial, Helvetica, sans-serif; }

a { color: #000; text-decoration: underline; }
a:hover { text-decoration: none; }
a:active { color: #f00; }
a:focus, input:focus, textarea:focus, select:focus { outline: 1px dotted #939393; }
label { cursor: pointer; border-bottom: 1px dotted #777; }

.center { text-align: center; }
.right { text-align: right; }
.bold { font-weight: bold; }
.italic { font-style: italic; }

#content, .sideInfo .block { font-size: 1.3em; }

#content, #content pre, #content blockquote, #content ul, #content #newsList li { overflow: hidden; }
#content h1, .sideInfo .block h1 { margin: 0 0 1.5em; color: #d8160c; font-size: 1.2em; font-weight: bold; text-transform: uppercase; }
#content h2 { margin: 1.8em 0 .6em; font-size: 1.2em; font-weight: bold; }
#content h3 { margin: 1.8em 0 .6em; font-size: 1.1em; font-weight: bold; }
#content h4 { margin: 1.8em 0 .7em; font-size: 1.1em; font-weight: bold; }
#content h5 { margin: 1.9em 0 .7em; font-size: 1.1em; font-weight: normal; }
#content h6 { margin: 2em 0 .7em; color: #00a393; font-size: 1em; font-weight: bold; }
#content p, #content pre, #content blockquote, #content ul, #content ol, #content dl, #content table, #content address, #content fieldset, #content .form, .sideInfo .block p { margin-bottom: .8em; }
#content pre, #content code, #content samp, #content kbd, #content var, #content tt { font-family: "Courier New", Courier, monospace; }
#content pre, #content code, #content samp, #content del { color: #686868; }
#content pre { padding: 2em 5em; color: #686868; white-space: pre; }
#content blockquote { padding: 2em 5em 1em; font-style: italic; }
#content address, #content em, #content cite, #content q, #content i, #content var { font-style: italic; }
#content cite:before, #content q:before { content: open-quote; }
#content cite:after, #content q:after { content: close-quote; }
#content dl { margin-left: 25px; }
#content dt { font-weight: bold; }
#content dd { margin-bottom: .6em; padding-left: 1em; font-style: italic; }
#content dd:last-child { margin-bottom: 0; }
#content ul { padding-left: 10px; }
#content ol { padding-left: 27px; }
#content h2 + dl, #content h3 + dl, #content h4 + dl, #content h5 + dl, #content h6 + dl, #content h2 + ul, #content h3 + ul, #content h4 + ul, #content h5 + ul, #content h6 + ul, #content h2 + ol, #content h3 + ol, #content h4 + ol, #content h5 + ol, #content h6 + ol { margin-top: -.5em; }
#content ul > li:last-child, #content ol > li:last-child { margin-bottom: 0; }
#content ul > li { padding-left: 17px; background: url(images/listBullet.gif) no-repeat 0 8px; list-style: none; }
#content ol > li { list-style: decimal; }
#content li { margin-bottom: .5em; }
#content li ul, #content li ol { margin: .5em 0 .5em 25px; }
#content strong, #content dfn, #content b, #content kbd, #content acronym, #content abbr, #content var { font-weight: bold; }
#content acronym, #content abbr, #content ins, #content del { color: #488dc6; border-bottom: 1px dotted #488dc6; cursor: help; }
#content kbd { padding: 0 .5em; background: #fff; font-size: 1.1em; border-top: 1px solid #aaa; border-left: 1px solid #aaa; border-bottom: 2px solid #333; border-right: 2px solid #333; }
#content var { color: #d00837; }
#content ins { color: #1c8400; border-bottom: 1px dotted #1c8400; text-decoration: none; }
#content del, #content strike, #content s { text-decoration: line-through; }
#content sup { vertical-align: super; }
#content sub { vertical-align: sub; }
#content big { font-size: 1.5em; }
#content small { font-size: .75em; }
#content u { text-decoration: underline; }
#content table { width: 100%; margin-left: -1px; }
#content table caption { padding: 1em 0 .5em; font-weight: bold; }
#content table td, #content table th { padding: 1em .5em; color: #252525; border: 1px solid #bdbcbc; border-right: none; vertical-align: top; }
#content table th { background: #f9f9f9; text-align: center; }
#content table .middle { vertical-align: middle; }
#content table .bottom { vertical-align: bottom; }
#content table col.even { background: #f3f3f3; }
#content fieldset { padding: 1em .5em 0; border: 1px dotted #dcdcdc; }
#content fieldset:hover { border-color: #454545; }
#content legend { padding: .2em 1em; color: #fff; background: #c1c1c1; font-weight: bold; font-style: italic; }
#content input, #content select, #content textarea { margin: 0; font-size: 1em; }
#content .field, #content textarea { padding: .2em .2em 0; border: 1px solid #a49f9f; }
#content .field { height: 1.4em; }
#content textarea { height: 100px; font-family: Arial, Helvetica, sans-serif; }

#content .box.left { float: left; margin: 0 2em 2em 0; }
#content .box.right { float: right; margin: 0 2em 0 2em; }
#content .box img { display: block; }
#content .box p { margin: 0; padding-top: 1em; font-size: .75em; }
