/* Makeshift CSS 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section 
{
    display: block;
}

body, section
{
    /* line-height: normal; */
    line-height:    1.5;
    padding: 0;
    # background: #ffaaaa;
}

body 
{
    /* margin: 0 auto; */
    margin: 100px auto;
    width: 940px;
    font: 14px/22px Helvetica, Arial, sans-serif;
    background: #ffffff;
    alignment: left;
    text-align: justify;
/* background: #f0f0f0; */
}

ol, ul 
{
    list-style: none;
}

blockquote, q 
{
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after 
{
    content: '';
    content: none;
}

table 
{
    border-collapse: collapse;
    border-spacing: 0;
}

/* Tell the browser to render HTML 5 elements as block */
header, footer, aside, nav, article 
{
    display: block;
}

.backbtn
{
    float: right;
}

h2 
{
    /* font-size: 28px; */
    line-height: normal;
    padding-top:25px;
    padding-bottom:12px;
    font-size: 200%;
    font-weight: bold;
    # background:#cccccc;
}

h3 
{
    /* font-size: 18px; */
    line-height: normal;
    padding-top:12px;
    padding-bottom:10px;
    font-size: 150%;
    font-weight: bold;
}

p {
    padding:     10px 0;
}

nav {
    position: absolute;
    top:  0px;
    left: 0px;
    width: 100%;
    height: 100px;
    background-image: -moz-linear-gradient(top, #555555, #000000 100px);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #555555), color-stop(1.0, #000000));
/* url("nav_background");  */
}

nav ul 
{
    margin: 0 0;
    width: 853px;
    list-style: none;
}

#navpane 
{
    margin: 0 auto;
    width: 940px;
    list-style: none;
    background-image: -moz-linear-gradient(top, #555555, #000000 44px);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #555555), color-stop(1.0, #000000));
    list-style: none;
}

#navlogo 
{
    position: absolute;
    margin: 0 0;
    display: block;
    /* margin-right: 20px; */
    width: 100px;
    height: 100px;
    /* font-size: 14px; */
    font-size: 16px;
    /* line-height: 100px; */
    /* background: #f00; */
    text-align: center;
}

#navlabel 
{
    position: absolute;
    margin: 0px 100px;
    margin-top: 10px;
    /* padding-left: 10px; */
    padding-top: 0px;
    display: block;
    margin-right: 20px;
    width:  853px;
    height: 46px;
    /* font-size: 14px; */
    font-size: 36px;
    line-height: 46px;
    /* background: #0f0; */
    text-align: left;
    color: #fff;
}

#navmenu
{
    position: absolute;
    margin: 56px 100px;
    display: block;
    margin-right: 20px;
    width: 853px;
    height: 44px;
    /* font-size: 14px; */
    font-size: 16px;
    line-height: 44px;
    /* background: #00f; */
    text-align: center;
}

nav ul li 
{
    float: left;
}

img.centered
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

nav ul li a 
{
    display: block;
    margin-right: 35px;
    /* width: 100px; */
    /* font-size: 14px; */
    font-size: 16px;
    line-height: 44px;
    text-align: left;
    text-decoration: none;
    /* color: #777; */
    color: #888;
    /* background: #00f; */
    /* text-decoration: none; */
    /* list-style: none; */
    border: 2px;
}

nav ul li a:hover 
{
    color: #fff;
}

nav ul li.selected a 
{
    color: #fff;
    text-decoration: none;
    list-style: none;
}

nav ul li.logo a 
{
    margin-left: 22px;
    /* padding-left: 33px; */
    text-align: left;
    /* background: url("rss.png") left center no-repeat; */
    background: #00f;
}
