body {
    background-color: #ffffcc;
    margin-top: 0px;
}
p, ul {
        font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
   	line-height: 1.4em;
}
a:link { color: #333333; }
a:visited { color: 333333; }
a:hover { color: #CCCCCC; background-color: #333333; text-decoration: none; }
a:active { color: #333333; }

/*************************************/
/* Top Menu Bar */
/*************************************/

#dullForm INPUT { background-color: #ffffff; }
/**************************************/
/* Table styles for non-index pages   */
/**************************************/
#leftbar {
        background-color: #e3e4a2;
        padding: 10px 20px 20px 20px;
        width: 650px;
        vertical-align: top;
}
#midbar {
	padding: 10px;
}
#rightbar {
        width: 145px;
        font-size: 90%;
        vertical-align: top;
        border-left: 2px dotted #333;
	padding-left: 20px;
}
#rightbar .highlight {
	background-color: #e3e4a2;
	color: black;
	font-weight: bold;
}
#bodytable {
	margin: 26px 0px 10px 0px;
}

/**************************************/
/* New styles                       */
/**************************************/
.posttitle {
        margin-bottom: 0;
        width: 100%;
        color: #000;
        overflow: auto;
        border-bottom: 1px solid #ffffcc;
        border-bottom: 1px solid #EBAE77;
}
.posttitle a {
        float: left;
        padding: 5px 15px 5px 10px;
        background: #ffffcc url(/pics/site/posttitle4.gif) no-repeat top right;
        text-decoration: none;
}
.posttitle a:link, .posttitle a:visited {
        color: #black;
        text-decoration: none;
}
.posttitle a:hover, .posttitle a:active {
        background: #FFFFCC url(/pics/site/posttitle4.gif) no-repeat 100% -91px;
        color: #80904F;
}

/****************************************/
/* For The Top Login Bar (clean-up later) */
/****************************************/
#login #loginstart {
    padding: 0 0 0 4px; float: left; height: 30px; 
    background: url(/pics/site/loginbox_left.gif) no-repeat bottom left;
}
#login {
    margin-right: 11px; padding: 0 6px 0 0; float: right; height: 30px; 
    background: url(/pics/site/loginbox_right.gif) repeat-x bottom right; 
    color: #7c858a; font-size: 1.1em; display: inline;
}
/* for IE Mac */
/*\*//*/ #login {width: 335px;} /**/

.menulinks a, .menulinks a:link, .menulinks a:visited, .menulinks a:active {  
	text-decoration: none; 
	font-family: helvetica; 
	font-size: 13px; 
	color: #333333; 
	font-weight: bold;
}
.menulinks a:hover {
         color: #dcdcdc;
}

/****************************************/
/* Bubbles For Story Hits */
/****************************************/
#freeTable {
    padding: 0 8 8 0;
    border: 0px solid #000000;
}
dl.impact {
    float: left;
    width: 60px;
    height: 60px; 
    color: #FFFFFF; 
    font-size: 11px; 
    font-weight: bold; 
    text-align: center; 
    line-height: 16px; 
    margin-right: 5px; 
    background: transparent url(/pics/site/bubble.png) 0 0 no-repeat;
}
dd.impact {
    position: relative;
    top: 24px;
}
#freeTable .impact dt { 
    position: relative; top: 12px; font-size: 20px; 
}
#freeTable .impact dd { 
    position: relative; top: 14px; left: -24px; font-size: 12px; 
} 
dl.impact.pioneer { 
    background-image: url(/pics/site/bubble.png) 
}
.byline { 
    color: #2C9621; font-size: 14px; font-style: italic; padding-top: 0;
}

/****************************************/
/* Only For Home Page */
/****************************************/
#summary {
    border-top: 1px solid white;
    background:url(/pics/site/homebox_bg.jpg) no-repeat;
    height:264px;
    padding: 10px;
}

.shadetabs{
    margin: 0;
}

.shadetabs ul{
    padding: 0;
    margin: 0;
    font: bold 12px Verdana;
    list-style-type: none;
    text-align: left;
}

.shadetabs li{
    display: inline;
    border-right: 1px solid #778;
    padding: 0px 7px;
    margin-right: 0px;
}

.shadetabs li a{
    text-decoration: none;
    color: #2d2b2b;
    background: #dcdcdc;
}

.shadetabs li a:visited {
    color: #2d2b2b;
}

.shadetabs li a:hover {
    text-decoration: underline;
    background: #cccc99;
}

.shadetabs li.selected{
    position: relative;
    top: 1px;
}

.shadetabs li.selected a { /*selected main tab style */
    background: #cccc99;
}

.shadetabs li.selected a:hover { /*selected main tab style */
    text-decoration: none;
}


/****************************************/
/* Main Menu Tabs */
/****************************************/

.solidblockmenu{
    margin: 0;
    padding: 0;
    float: left;
    font: bold 13px Arial;
    width: 100%;
    border: 1px solid #625e00;
    border-width: 1px 0;
    background: black url(/pics/site/tabdefault.gif) center center repeat-x;
}

.solidblockmenu li{
    display: inline;
}

.solidblockmenu li a{
    float: left;
    color: white;
    padding: 9px 11px;
    text-decoration: none;
    border-right: 1px solid white;
}

.solidblockmenu li a:visited{
    color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
    color: white;
    background: transparent url(/pics/site/tabactive.gif) center center repeat-x;
}

#ddcolortabsline {
    clear: both;
    padding: 0;
    width: 100%;
    height: 8px;
    line-height: 8px;
    background: #678b3f;
    background: #E0A867;
    border-top: 0px solid #fff;
}

<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]-->

