body {
font-family: arial, helvetica, impact, sans-serif;
}

.yeartitle {
font-family: helvetica, impact, sans-serif;
font-size: 26px;
font-weight: bolder;
color:#C9C8C8;
}

.footer {
font-family: arial, helvetica, impact, sans-serif;
font-size: 12px;
color:#7C7C7C;
}

.contentback {
background-image: url(../gui/CONTENT-BACK.gif);
background-repeat: no-repeat;
background-position: top left;
}

#rightcolumn {
float:left;
width:930px;

/* border: 1px solid black;
height: 450px;
overflow: auto;
*/
margin-left: 10px;
padding: 5px;
padding-bottom: 8px;

}

* html #rightcolumn{ /*IE only style
height: 450px;
overflow: auto;*/
}


#rightcolumn2{
font-size: 13px;
float:left;
width:920px;
height: 420px;
border: 0px solid black;
margin-left: 0px;
padding: 5px;
overflow: auto;
}

* html #rightcolumn2{ /*IE only style*/
height: 420px;
overflow: auto;
}