body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    color: #000000;
    margin: 0;
    padding: 0;
    min-width: 595; /* 2x LC width + RC width */
}

.sidebox {
    padding-bottom: 15px;
}

.sidebox .top {
    width: 100%;
    position: relative;
    z-index: 100;
    background-color: #ffffff;
}

.sidebox .bottom {
    width: 100%;
    position: relative;
    background-color: #ffffff;
}

.sidebox .nw {
    position: absolute;
    width: 3px;
    height: 3px;
    top: 0;
    left: 0;
    font-size: 0;
    background: #ffffff url(/images/nw.gif);
}

.sidebox .ne {
    position: absolute;
    width: 3px;
    height: 3px;
    top: 0;
    right: 0;
    font-size: 0;
    background: #ffffff url(/images/ne.gif);
}

.sidebox .sw {
    position: absolute;
    width: 3px;
    height: 3px;
    bottom: 0;
    left: 0;
    font-size: 0;
    background: #ffffff url(/images/sw.gif);
}

.sidebox .se {
    position: absolute;
    width: 3px;
    height: 3px;
    bottom: 0;
    right: 0;
    font-size: 0;
    background: #ffffff url(/images/se.gif);
}

.sidebox .wholebox {
    border: 1px solid #cccccc;
    background-color: #f0f0f0;
 }

.sidebox .wholebox h5 {
    color: #666;
    margin: 0;
    padding: 10px 10px 5px 10px;
    font-size: 77%;
    text-transform: uppercase;
    font-weight: bold;
}

.sidebox .wholebox .linksbox {
    padding: 5px 10px 10px 10px;
}

.sidebox .wholebox .linksbox .boxitem {
    font-size: 0.85em;
    padding: 0 0 2px 1em;
    text-indent: -1em;
    color: #808080;
}

a:link {
    color:#039;
    text-decoration:none;
}

a:visited {
    color:#800080;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

#container {
    padding-left: 140px; /* LC fullwidth */
    padding-right: 315px; /* RC fullwidth */
}

#container .column {
    position: relative;
    float: left;
}

#center {
    width: 100%;
}

#insidecenter {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 15px;
    padding-bottom: 5px;
}

#centerbottom #floatingbox {
    float: right;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #333333;
    width: 130px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 0;
    padding-left: 5px;
    font-weight: normal;
    font-size: 0.75em;
}

div.sponlink {
    margin-bottom: 1.5em;
}

#left {
    width: 140px; /* LC width */
    right: 140px; /* LC width */
    margin-left: -100%;
}

#insideleft {
    margin: 0;
    padding-left: 15px;
    padding-top: 5px;
}

#right {
    width: 315px; /* RC width */
    margin-right: -315px; /* RC width */
}

#insideright {
    margin: 0;
    padding-right: 15px;
    padding-top: 5px;
}

#footer {
    clear: both;
}

#header {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0; 
    margin-bottom: 0; 
}

/*** IE Fix ***/
* html #left {
    left: 315px; /* RC fullwidth */
}

#bottomlinks {
    padding-top: 1em;
    font-size: 85%;
}

div.hsepdots {
    display: block;
    background: url(/images/hdot.gif) bottom repeat-x;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

/* Styles from artima.css */
H1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 175%;
}

H2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 150%;
}

H3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 125%;
}

H4 {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 110%;
}

tt {
    font-family: "Lucida Console", "American Typewriter", "Courier New", Courier, monospace;
    font-size: 0.95em;
}

code {
    font-family: "Lucida Console", "American Typewriter", "Courier New", Courier, monospace;
    font-size: 0.95em;
}

pre {
    font-family: "Lucida Console", "American Typewriter", "Courier New", Courier, monospace;
    font-size: 0.88em;
}

pre.indent {
    font-family: "Lucida Console", "American Typewriter", "Courier New", Courier, monospace;
    font-size: 0.88em;
    padding-left: 4%;
}

EM {
    font-style: italic;
}

STRONG {
    font-weight: bold;
}

.dialog {

    font-family: Arial, Helvetica, sans-serif;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-right: 20%;
    margin-left: 20%;
    font-size: .95em;
    color: #333333;
}

.sp {
    font-size: smaller;
}

div.titleArea {

    font-family: Arial, Helvetica, sans-serif;
    margin-top: 1.0em;
    margin-left: 5px;
}

div.loginBoxArea {

    text-align: left;
    font-size: 0.85em;
    line-height: 1.15em;
    margin-top: 0.5em;
}

.tc {

    font-family: Arial, Helvetica, sans-serif;
}

.ts {

    font-size: 200%;
    font-weight: normal;
}

.sts {

    font-size: 125%;
    font-weight: normal;
}

.as {

    font-size: 110%;
}

.pd {

    font-size: 95%;
}

.ml {

    color: #999999;
    font-size: 0.85em;
}

a.hl:link {

    color: #FFFFFF;
    text-decoration: none;
}

a.hl:visited {

    color: #FFFFFF;
    text-decoration: none;
}

a.hl:active {

    text-decoration: underline;
}

a.hl:hover {

    text-decoration: underline;
}

.sc {

    color: #333333;
    font-size: 0.85em;
}

a.sl:link {

    text-decoration: none;
}

a.sl:visited {

    text-decoration: none;
}

a.sl:hover {

    text-decoration: underline;
}

<!--
div.sidebar {
  margin-left: 1em;
  border: medium outset;
  padding: 0em 1em;
  background-color: #ffffff;
  width: 40%;
  float: right;
  clear: right;
}
 -->

p.sidebar-title {

  font-family: sans-serif;
  font-weight: bold;
  font-size: larger;
}

div.itembox {
    margin-top: 0;
    margin-bottom: 1.4em;
}

div.itemtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.35em;
    margin-top: 0;
    margin-bottom: 0.1em;
}

div.itemsummary {
    font-size: 97%;
    margin-top: 0;
    margin-bottom: .2em;
}

div.iteminfo {

    font-size: 87%;
    margin-top: 0;
    margin-bottom: 0.15em;
    color: #555555;
}

div.featuredbox {
    border: 1px solid #cccccc;
    margin-top: 0;
    margin-bottom: 1.0em;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
 }

div.smallitembox {
    margin-top: 0;
    margin-bottom: 1.0em;
}

div.smallitemtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.10em;
    margin-top: 0;
    margin-bottom: 0.1em;
}

div.smallitemsummary {
    font-size: 0.80em;
    margin-top: 0;
    margin-bottom: .2em;
}

div.smalliteminfo {

    font-size: 0.80em;
    margin-top: 0;
    margin-bottom: 0.15em;
    color: #555555;
}

div.summary {

    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 1em;
}

div.summarytitle {

    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.25em;
}

div.callout {

    background-color: #F8F8F8;
    margin-left: 4%;
    margin-right: 4%;
    padding-left: 4%;
    padding-right: 4%;
    border: medium groove #999999;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

div.callout-title {

    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.25em;
}

div.callout-header {

    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.25em;
    font-style: italic;
}

ul li {

    list-style-type: square;
}

div.sideheader {

    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color:#333333;
    font-size:77%;
    font-weight:bold;
    text-transform:uppercase;
    padding-bottom: 5px;
}

div.plainsideheader {
    
    font-weight: normal;
    font-size: 1.0em;
}

div.sidecontent {
    font-size: 0.85em;
}

div.smallsidecontent {
    font-size: 0.75em;
}

div.sidecontent a {

    text-decoration : none;
}

div.sidecontent a:hover {

    text-decoration : underline;
}

div.sidelink {

    margin-bottom: 1.0em;
    font-size: 1.0em;
}

span.disabled {

    color: #666666;
}

div.oldpaginator {

    font-size: 0.95em;
    margin-top: 1.5em;
    text-align: center;
    margin-bottom: 1.5em;
}

div.boxedcontents {

    font-size: 0.85em;
    border: 1px solid black;
    color: #333333;
    padding: 0.25em;
    background-color: #EEEEEE;
}

div.loginbox {

    text-align: left;
    font-size: 0.85em;
    line-height: 1.15em;
}

div.adnotice {

    font-size: 0.67em;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform:uppercase;
    margin-bottom: 0.1em;
}

div.adtitle {

    font-size: 1.15em;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    text-align: center;
    margin-bottom: 1em;
}

div.adbox {

    font-size: 0.85em;
    color: #333333;
    border: 1px solid #CCCCCC;
    padding: 0.25em;
    background-color: #FFFFFF;
    margin-bottom: 2em;
}

div.boxlabel {

    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color:#666;
    font-size:77%;
    font-weight:bold;
    text-transform:uppercase;
    padding: 8px 0 5px 0;
}

div.labeledboxedcontents {

    font-size: 0.85em;
    padding: 0em;
    margin-bottom: 1.5em;
}

div.separateditem {

    margin-top: 0.50em;
}

div.spotlightheader {

    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.0em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-bottom: 0.25em;
    border-bottom: 1px solid #333333;
    text-align: center;
}

div.doublet {

    margin-bottom: 0.5em;
}

div.triplet {

    margin-bottom: 0.5em;
}

.errorfont {
    color: #CC0000;
    font-size: 0.85em;
}

.errorheader {
    color: #CC0000;
    font-size: 0.95em;
}

.formlabel {
    font-size: 0.85em;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    color: #333333;
}

.formcontents {
    font-size: 0.85em;
    vertical-align: top;
    color: #333333;
}

.prettycontents {
    font-size: 0.95em;
    color: #333333;
}

.formbuttons {
    font-size: 0.95em;
    font-weight: bold;
    color: #333333;
    background-color: #ffffff;
    text-align: center;
}

.formsubhead {
    font-size: 11pt;
    font-weight: bold;
    text-align: center;
    color: #000066;
    background-color: #ffffff;
}

.formpagesubtitle {
    color: #333333;
    padding-left: 24px;
}

.formhead {
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
    color: #000066;
    background-color: #ffffff;
}

div.prettybox {

    font-size: 0.85em;
    border: 1px solid #999999;
    padding: 0.25em;
    margin-bottom: 2em;
}

.smallprint {

    font-size: 0.75em;
    color: #999999;
}

div.figure {

    margin-top: 0.75em;
    text-align: center;
}

div.figurecaption {

    margin-top: 0.75em;
    margin-bottom: 0.75em;
    text-align: center;
    font-weight: bold;
}

div.artimatable {

    margin-top: 0.75em;
    margin-bottom: 0.75em;
    text-align: center;
}

div.artimatabletitle {

    margin-top: 0.75em;
    margin-bottom: 0.75em;
    text-align: center;
    font-weight: bold;
}

a.purpleLink {

    font-family: Helvetica, Arial, sans-serif;
    font-size: small;
    text-decoration: none;
    color: #c8a8ff;
}

/* page titles */

.admin-table TH {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    border-left: 1px #666666 solid;
    border-top: 1px #666666 solid;
    padding: 0.5em;
}

.admin-table TD {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    text-align: center;
    border-left: 1px #666666 solid;
    border-top: 1px #666666 solid;
    padding: 0.4em;
}

td.left {
    text-align: left;
}

.sectionlinks {
    background-color: #dedede;
}

div.paginator {
    font-size: 70%;
    margin-top: 1.5em;
    text-align: center;
    margin-bottom: 1.5em;
}

.paginator a, .paginator span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
}

.paginator span.current {
    border: 1px solid #666666;
    font-weight: bold;
    background: #666666;
    color: #fff;
}

.paginator a {
    border: 1px solid #cccccc;
    text-decoration: none;
}

.paginator a:hover {
    border-color: #666666;
}

.paginator a.nextprev {
    font-weight: bold;
}

.paginator span.nextprev {
    color: #666;
}

.paginator span.nextprev {
    border: 1px solid #ddd;
    color: #999;
}

div.horizontaltextadbox {

    border-style: solid;
    border-width: 2px;
    border-color: #CCCCCC;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 0.75em;
}

div.adheadline {

    font-size: 1.15em;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
    border-bottom-style: dashed;
    border-width: 1px;
    border-color: #CCCCCC;
}

div.horizontaltextadbox div.sponlink {
    margin-bottom: .2em;
}
