/* Copyright 2008-9 Andrew B. Peed */
/* First, the browser reset. */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-weight: inherit;
   font-style: inherit;
   font-size: 100%;
   font-family: inherit;
   vertical-align: baseline;
}

:focus {
   outline: 0;
}

body {
   line-height: 1;
   color: black;
   background: white;
}

ol, ul {
   list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
   border-collapse: separate;
   border-spacing: 0;
}

caption, th, td {
   text-align: left;
   font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
   content: "";
}

blockquote, q {
   quotes: "" "";
}

/* And now, the settings we want. */
body {
   background: #D9E1E3;
   font-family: Arial, serif;
   margin: 0px auto;
   padding: 0px;
}

#content_wrapper {
   background: #FFFFFF;
   width: 800px;
   margin: 0px auto;
}

#main_header {
   margin: 0px 0px;
   padding: 0px;
   background: url('../images/ralogoa.jpg') top center no-repeat fixed;
   height: 120px;
}

#nav_menu {
   padding: 1px;
   margin-bottom: 0px;
   color: #FFFFFF;
   background: #6B8B7C;
   padding-right: 0px;
}

#nav_menu a {
   font-weight: 800;
   padding-right: 1em;
}

#navmenu_content ul {
   padding: 0px;
   margin: 0px auto;
}

#navmenu_content ul li a {
   padding: 0px;
   margin: 0px auto;
   color: #6B8B7C;
   text-decoration: none;
}

#navmenu_content ul li a:hover {
   text-decoration: underline;
}

#otherlinks_content ul {
   padding: 0px;
   margin: 0px auto;
}

#otherlinks_content ul li a {
   padding: 0px;
   margin: 0px auto;
   color: #6B8B7C;
   text-decoration: none;
}

#otherlinks_content ul li a:hover {
   text-decoration: underline;
}

#pplookup_content table tr td {
   font-weight: 700;
}

p {
   margin-left: 5px;
   margin-right: 5px;
   padding: 5px;
   font-size: .9em;
}

ol li {
   margin-left: 30px;
   margin-right: 5px;
   padding: 1px 5px 1px 5px;
   font-size: .9em;
   list-style-type: decimal;
   list-style-position: outside;
}

ul li {
   margin-left: 5px;
   margin-right: 5px;
   padding: 1px 5px 1px 5px;
   font-size: .9em;
   list-style-type: disc;
   list-style-position: inside;
}

#footer {
   clear: both;
   margin: 10px 0px 10px 0px;
   text-align: center;
}

.section_header {
   clear: both;
   padding-left: 5px;
   padding-top: 10px;
   margin-bottom: 0px;
   font-size: 18px;
   font-weight: 800;
}

.section_header_nocl {
   padding-left: 5px;
   padding-top: 5px;
   margin-bottom: 0px;
}

.thispage {
   font-weight: 700;
}

.explain {
   font-size: .75em;
}
