body {  
    background: #222288; 
    color: #ffffff; 
    font-family: helvetica, verdana, arial, sans-serif;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}	

.centered {
    text-align: center;
}

.right {
    text-align: right;
}

.nopad {
    margin: 0px;
    padding: 0px;
}

p {
    margin: 1em;
    padding: 0px;
}

b {
    display: inline;
    font-weight: bold;
}

i {
    display: inline;
    font-style: italic;
}

span.underline {
    display: inline;
    text-decoration: underline;
}

span.redtext {
    display: inline;
    color: #700;
    background: transparent;
}

span.bluetext {
    display: inline;
    color: #009;
    background: transparent;
}

span.yellowtext {
    display: inline;
    color: #aa0;
    background: transparent;
}

span.whitetext {
    display: inline;
    color: #ccc;
    background: transparent;
}

span.hilited {
    display: inline;
    color: #ddf;
    font-weight: bold;
    background: transparent;
}

a {		
    background: transparent;
    color: #a00;
    text-decoration: none;
}

a.yellow {		
    background: transparent;
    color: #ff3;
    text-decoration: none;
}

a:hover {
    background: transparent;
    text-decoration: underline;
}

.small {
    font-size: .7em;
}

.big {
    font-size: 1.2em;
}

.bigger {
    font-size: 1.40em;
}

.huge {
    font-size: 2.2em;
}

/*
table {
    display: inline-table; 
    border: none;
    margin: 0px;
    padding: 0px;
}
*/

.title {
    font-size: 2.2em;
    font-weight: bold;
    color: #000;
    padding: 10px 20px 10px 20px;
}

.byline {
    color: #669;
    padding: 6px 20px 0px 20px;
}

span.bylinehilite {
    color: #559;
    font-weight: bold;
}

td {
    vertical-align: top;
    margin: 0px;
    padding: 0px; 
}

tr {
    margin: 0px;
    padding: 0px;
}

td.bio {
    width: 300px;
}

div.bio {
    font-size: 1em;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
}

div.padder {
    margin: 0em;
    padding: 15px;
}

div.splash {
    color: #fff;
    font-size: 2em;
    text-align: center; 
    
    margin: auto;
    padding: 0px;
}

div.infobox {
    border: dotted;
    border-width: 1px;
    background: #FF9;
    border-color: #668fc8;
    
    font-weight: bold;
    
    width: 70%;
    text-align: left;
    padding: 10px;
}

.front_text {
    font-size: 1.2em;
    margin: 0.25em 1em 1em 1em;
}

#level0 {
    text-align: center;
}

#page_header {
    background: #fff; 
    color: #000;
    /* height: 100px; */
    /* font-size: 35px; */
    text-align: left;
    padding: 10px 0px 0px 0px;
    margin: 0px;
    border: none;
    /*
    border-bottom: solid;
    border-left: solid;
    border-right: solid;
    border-top: solid;
    border-width: 1px;
    border-color: #000;
    */
}

#menudiv {
    background-color: #77f;
}

#menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 20px;
}

#menu li {
    display: inline;
    padding: 0;
    margin: 0;
}

#menu li a:link, #menu li a:visited {
    text-decoration: none;
    text-align: center;
    float: left;
    display: block;
    width: 162px;
    padding: 10px 0px;
    margin: 0;
    background-color: #a22;
    color: #fff;
    font-size: 14px;
    border-top: solid 1px #a22;
    border-right: solid 1px #a22;
    border-bottom: solid 1px #a22;
    border-left: solid 1px #a22;
}

#menu li a.selected:link, #menu li a.selected:visited {
    /* text-decoration: none; */
    background-color: #fff;
    color: #a22;
}

#menu li a:hover {
    text-decoration: underline;
    background-color: #33b;
    color: #fff;
}

#menu li a:active {
    background-color: #a22;
    color: #000;
    border-right: solid 1px #a22;
}

#container {
    background: #fff;
    width: 820px;
    margin: 0px auto;
}

#content {
    text-align: left;
    background: #fff;
    color: #000;
    padding: 0em 0em 0em 0em; 
    margin: 0px;
    font-size: 12px;
    width: 815px; 
}

#footer {
    background: #228;
    color: #fff;
    width: 100%;
    border-top: none;
    border-width: 1px;
    border-color: #228;
    font-size: .7em;
    line-height: 1.25em;
    padding: 5px 0em 5px 0em;
}
