@import url('/ui/css/reset.css');
body { font-family: Georgia; color: #4b4b4b; line-height: 1.5; }
h1 { font-size: 30px; font-weight: normal; color: #014a2f; margin-bottom: 10px; }
h2 { font-size: 24px; font-weight: normal; color: #014a2f; margin-bottom: 10px; }
h3 { font-size: 16px; font-weight: normal; font-style: italic; color: #014a2f; margin-bottom: 5px; }
h4 { font-size: 16px; font-weight: normal; color: #1c1c1c; margin-bottom: 3px; }
h5 { font-size: 14px; font-weight: normal; color: #014a2f; margin-bottom: 3px; }
h6 { font-size: 14px; font-weight: normal; font-style: italic; color: #014a2f; margin-bottom: 3px; }

.float-left { float: left; margin: 0 10px 10px 0; }
.float-right { float: right; margin: 0 0 10px 10px; }

p, li { font-size: 13px; }
p { margin-bottom: 15px; }
blockquote { font-size: 13px; font-style: italic; margin-right: 25px; margin-left: 25px; line-height: 1.4; }

ul { list-style-type: disc; padding: 0 25px; margin-bottom: 15px; }
ol { list-style-type: decimal; padding: 0 32px; margin-bottom: 15px; }

a { color: #014a2f; }
a:hover { text-decoration: underline; }

small { font-size: smaller; font-weight: normal; color: #4b4b4b; }

table, th, td { border-collapse: collapse; border: 1px solid #d6d8e1; }
caption { font-size: 16px; font-weight: normal; font-style: italic; color: #014a2f; margin-bottom: 5px; }
th { font-size: 12px; font-weight: bold; color: #014a2f; padding: 2px 5px; }
td { font-size: 11px; padding: 2px 5px; }

#footer { border-top: 1px solid #d6d8e1; padding-top: 10px; text-align: center; font-size: 11px; }

#header_image, #nav-ribbon, #sidebar, #footer ul { display: none; }
