body {
    background-color: white;
    margin:0px 0px;padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
    text-align:center; /* Hack for IE5/Win */
}

#container {
    margin:0px auto; /* Right and left margin widths set to "auto" */
    text-align:left; /* Counteract to IE5/Win Hack */
    width: 650px;
}

body, td {
    font-size:11px;
}

div#articles, div#articles td {
    font-size:13px;
}

div#articles {
    padding: 10px;
    padding-top: 1px;
    background-color: white;
    margin:0px;
    margin-bottom:8px;
}

table#framework {
    width:650px;
    border-collapse: collapse;
    margin-top:10px;
}

td#top_left {
    vertical-align:top;
    width:200px;
    padding-bottom: 8px;
}

td#top_right {
    vertical-align:bottom;
    text-align:right;
    width:450px;
    padding-right: 8px;
    padding-bottom: 2px;
}

td#center_left {
    vertical-align:top;
    padding-right: 8px;
    /* border-right: #BCBCBC; */
    /* background-color:white; */
}

td#center_right {
    vertical-align:top;
    padding-left: 8px;
    padding-right: 8px;
    border-right: 1px solid #BCBCBC;
    border-left: 1px solid #BCBCBC;
    /* padding-bottom: 8px; */
    /* background-color:white; */
}

td#bottom_left {
    padding-right: 8px;
    /* background-color:white; */
}

td#bottom_right {
    padding-left: 8px;
    padding-right: 8px;
    border-right: 1px solid #BCBCBC;
    border-left: 1px solid #BCBCBC;
    /* background-color:white; */
}

div.lightfiller {
}

div.box, div.innnerbox {
    margin-bottom: 16px;
    background-color:none !important;
}

div.innerbox {
    padding: 8px;
    width: 186px;
}

div.box h2 {
    color:white;
    margin:0px;
    padding-top:1px;
    padding-bottom:1px;
    padding-left:8px;
    padding-right:1px;
    border-bottom: 1px solid white;
    font-size: 100%;
    font-weight: bold;
}

div#headerline {
    color: white;
    padding: 2px;
    padding-right: 4px;
    text-align: right;
    margin: 0px;
}

#toplinks a {
    text-decoration: none;
}

#contact a {
    text-decoration: none;
    color: black;
}

#search form {
    margin:0px;
}

#search #query {
    width: 130px;
}

#search #searchSubmit {
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    font-size: 100%;
    font: inherit;
    width: 4em;
}

#slogan {
    font-size: 150%;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	margin-bottom: 10px;
	letter-spacing: 0.3em;
}
#menu .innerbox {
    padding-left:0px;
    padding-right:0px;
    padding-top:0px;
    padding-bottom:0px;
    border-bottom:1px solid white;
}

div#menu {
    background-color:transparent !important;
}

a.menuontop_side, a.menuofftop_side,a.menuon_side, a.menuoff_side {
    font-size:110%;
    color:black;
    padding-left:8px;
    padding-right:1px;
    padding-top:3px;
    padding-bottom:3px;
}

a.menuon_side, a.menuontop_side {
    color: white;
}

a.menuofftop_side, a.menuoff_side {
    border-bottom:1px solid white;
}

a.menuontop_side, a.menuon_side {
    margin-bottom:1px;
}

a.menuontop_side, a.menuofftop_side {
    width:192px;
}

a.menuon_side, a.menuoff_side {
    width: 140px;
}
.bgdark, .menuCurrent, .menuon, .menuon_side, .menuontop_side, div.box h2, div#headerline {
    background-color: #4A5891; /* Dark */
}

.cdark, #toplinks, #toplinks a {
    color: #4A5891; /* Dark */
}

.bglight, .menuActive, .menuInactive, .menuoff, .menuoff_side, .menuofftop_side, div.innerbox, td#bottom_left div.lightfiller, td#bottom_right div.lightfiller {
    background-color: #B0B7D8; /* Light */
}

.clight {
    color:#B0B7D8; /* Light */
}

body {
    background-color: #DDDDDD;
}

body, td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
