
/* Reset
==========================================================*/
a, abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}

article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary { display: block; }

a, ins, del { text-decoration: none; }

ul, ol { list-style: none; }

table {
	border-spacing: 0;
	border-collapse: collapse;
}

caption, th { text-align: left; }

q:after, q:before { content: ""; }

input[type]:focus { outline: 0; }

button::-moz-focus-inner {
	border: 0;
	margin: 0;
	padding: 0;
}

/* Layout, etc
==========================================================*/

body {
    margin: 0;
    padding: 0;
    background: #67b559 url('background.png') top center repeat-x;
    font-size: 14px;
    font-family: Verdana, Arial, Tahoma;
}
#wrapper {
    max-width: 1190px;
}
#header {
    background: url('images/header.jpg') top center no-repeat;
    height: 110px;
    margin: auto;
}
#logo {
    float: left;
    width: 260px;
    height: 65px;
}
#logo h1, #logo a {
    display: block;
    width: 260px;
    height: 65px;
}
#logo h1 {
    margin: 0;
    padding: 0;
}
#logo a {
    text-indent: -10000px;
}
.rounded, h2 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#content {
    border: solid 3px #65a65a;
    background: #fff;
    width: 950px;
    margin: auto;
}
#menubar {
    border: solid 2px #65a65a;
    background: #b6ddaf;
    margin: 5px;
    padding: 2px 0;
    text-align: center;
}
#leftmenu {
    float: left;
    width: 190px;
    margin: 0 0 0 5px;
}
#rightcontent {
    float: left;
    width: 745px;
    margin: 0 0 0 5px;
}
#footer {
    clear: both;
    margin: 5px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    border: solid 2px #d9d9d9;
    color: #3b3b3b;
}
#breadcrumbs {
    text-indent: 7px;
    border: solid 2px #d9d9d9;
    line-height: 18px;
    font-size: 12px;
    color: #3b3b3b;
}
.bluebox {
    border: solid 2px #75ccfd;
    position: relative;
}
.bluebox h2 {
    border: solid 2px #75ccfd;
    background: #75ccfd;
    color: #fff;
}
.bluebox hr {
    color: #75ccfd;
    background: #75ccfd;
}
.greenbox {
    border: solid 2px #94D38A;
    position: relative;
}
.greenbox h2 {
    border: solid 2px #94D38A;
    background: #94D38A;
    color: #fff;
}
.greenbox hr {
    color: #94D38A;
    background: #94D38A;
}
.yellowbox {
    border: solid 2px #ffba4c;
    position: relative;
}
.yellowbox h2 {
    border: solid 2px #ffba4c;
    background: #ffba4c;
    color: #fff;
}
.yellowbox hr {
    color: #ffba4c;
    background: #ffba4c;
}
h2 {
    position: relative;
    left: -2px;
    top: -2px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-indent: 8px;
}
#leftmenu h2 {
    width: 186px;
}
#rightcontent h2 {
    width: 741px;
}
h2 span {
    text-shadow: 0px 0px 5px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
.pad {
    padding: 8px;
}
.pad p {
    margin-top: 20px;
}
.pad p:first-of-type {
    margin-top: 0 !important;
}
.pad hr {
    margin-top: 20px;
    border: 0;
    height: 2px;
}
.table4equal, .table2skew {
    width: 100%;
}
.table4equal td {
    width: 25%;
    text-align: center;
    vertical-align: middle;
}
.tlalign td {
    text-align: left !important;
    vertical-align: top !important;
}
.table2skew td {
    text-align: center;
}
.citation {
    font-size: 11px;
}
.pagenav {
    margin-top: 20px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    border: solid 2px #d9d9d9;
    color: #3b3b3b;
}
.pagenav .left, .pagenav .right {
    display: block;
    width: 150px;
}
.pagenav .left {
    float: left;
}
.pagenav .right {
    float: right;
}
.pagenav span {
    color: #ababab;
}
.p50 {
    float: left;
    width: 50%;
}
#rightcontent ol {
    margin-top: 20px;
    list-style: decimal inside;
}
.sectionlist li {
    clear: both;
    line-height: 32px;
}
.sectionlist li img, .imageleft  {
    float: left;
    margin-right: 8px;
}
.sectionlist.slfront li {
    line-height: 16px;
    margin-bottom: 14px;
}
.sectionsubs span {
    font-size: 16px;
}
.sectionsubs {
    float: left;
    font-size: 75%;
}
.imageright {
    float: right;
    margin-left: 8px;
}
.imageleft, .imageright {
    margin-bottom: 8px;
}
.answer span {
    display: none;
}
.answervisible input {
    display: none;
}
.smalltext {
    font-size: 75%;
}
.center {
    text-align: center;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    height: 5px;
}
