hr {
	color: FireBrick;
	background-color: FireBrick;
}

TD, TH, DIV, PRE, CODE, SPAN, P, OL, UL, DL, DT, DD, LI, BLOCKQUOTE {
	font-size: 12px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif
}

P {
	font-size: 14px;
        text-align: justify;
  }

body {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 850px;
	background: #DAA520 ;
	background-color: #DAA520; 
}



H1, H2, H3, H4, H5, H6 {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif
}

H1 {
        text-align: center;
        font-size: 20px;
}

H3 {
        text-align: center;
        font-size: 16px;
}

H3 {
        text-align: center;
        font-size: 14px;
	font-color: GoldenRod;
}

H4 {
        text-align: center;
        font-size: 12px;
}

B1, B2, B3, B4, B5, B6 {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif
}

B1 {
        text-align: center;
        font-size: 20px;
}

B3 {
        text-align: center;
        color: FireBrick;
        font-size: 16px;
}

B3 {
        text-align: center;
        color: FireBrick;
        font-size: 14px;
}

B4 {
        text-align: center;
        color: FireBrick;
        font-size: 12px;
}

.bannercolor{
             color: FireBrick;
}

a:link {color: #FF8800; text-decoration: underline}
a:hover {color: #CC6600; text-decoration: underline}
a:active {color: #336699; text-decoration: underline}
a:visited {color: #CC6600; text-decoration: underline}

.innerbox {
	width:100%;
	background: #F0E68C; 
	background-color: #F0E68C; 
}

.yellowbox {
	width:100%;
	background: #FFFFAF; 
	background-color: #FFFFAF; 
}

.yellowbox2 {
	width:100%;
	background: #FFFFCC; 
	background-color: #FFFFCC; 
}

.whitebanner {
	border: black solid 0px;
	padding: 0px;		
	background-color: white; 
}

.whitebox {
	border: black solid 0px;
	padding: 10px;		
	background-color: white; 
}

.cbox {
        border-style:solid; 
		border-width:1px; 
		border-color: Brown;
		border-collapse: collapse;
        background-color: #F0E68C;
        text-align: center;
        font-size: 14px;
        font-style: bold;
		color: #FF8800; 
}

.bbox {
     border-color:brown;
     border-style:solid; 
     border-width:1px; 
     padding:4px ;
} 

.centerbox{
	text-align: center
}

.whitec   { 
         background: white;
         color: white;
}

.emailbox {	
	border-width:0px; 
	border-collapse: collapse;    
    text-align: center;
    font-size: 10px;
	font-color: #FFFF;
	color: #FFFF; 
}

.mytable  { 
        color: white;
}

.box     { 
        background: white;
        color:      #FF8800; 
}

.fancy{
             color: FireBrick;
}

.fc{
             color: #FF8800;
}

.newsupdate{
        color: red;
        font-style: italic;
}

.button{
        text-align: center;
        font-size: 14px;
        font-style: bold;
        color: #FF8800;
}

.papertitle{
        color: red;
}

.authors{
        font-style: italic;
}

.leftbox {
  position: absolute;
  left: 10px;
  width: 230px;
  background: white;
  background-color: white;
  border: black solid 1px;
}

.container {
  margin-left: 230px;
  margin-right: 200px;
  padding:15px;
  background-position: 100% 0;
<!--  background-repeat: repeat-y; -->
 }
  
.rightbox {
   float: right;	
   right: 0;
   margin-right: 0;
   width: 200px;
   background: white;
   background-color: white;
   border: black solid 1px;  
}

