* { margin:0; padding:0; }
BODY { background-color:white; 
font-size:14px; }
a { color:#ffff66;
text-decoration:none; }
a:hover { text-decoration:underline; }



table {font-size: 100%;}

.topBanner {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:98px;
 padding:0px;
 margin:0;
 background-color:white;
 color:white
}
.leftCol {
 position:absolute;
 top:98px;
 left:0;
 height: auto;
 font-size: 90%;
 width:120px;
 padding:0px;
 margin:0;
 background-color:white;
 color:white
}
.rightCol {
 position:absolute;
 top:98px;
 right:0px;
 width:150px;
 height:auto;
 padding:0px;
 margin:0;
 background-color:white;
 color:white
}
.rightColtop {
 position:absolute;
 top:0px;
 right:0px;
 width:150px;
 height:40px;
 padding:0px;
 margin:0;
 background-color:white;
 color:white
}

.centerCol {
 position:absolute;
 top:98px;
 left:120px;
 width:900px;
 height: auto;
 padding:0px;
 margin:0px 0px 0;
}
.article1 {
 position:absolute;
 top:98px;
 left:120px;
 width:250px;
 padding:5px;
 margin:0;
 height: auto;
 background-color:#963;
 color:white;
 overflow: hidden
}
.article4 {
 position:relative;
 left:120px;
 width:250px;
 padding:5px;
 height: auto;
 margin:0;
 overflow: hidden;
 background-color:#963;
 color:white
}

.article2 {
 position:absolute;
 top:98px;
 left:370px;
 width:250px;
 padding:5px;
 height: auto;
 margin:0;
 overflow: hidden;
 background-color:#963;
 color:white
}
.article3 {
 position:absolute;
 top:98px;
 left:620px;
 width:250px;
 padding:5px;
 height: auto;
 margin:0;
 overflow: hidden;
 background-color:#963;
 color:white
}

.article5 {
 position:relative;
 top:0px;
 left:370px;
 width:250px;
 padding:5px;
 height: auto;
 margin:0;
 overflow: hidden;
 background-color:#963;
 color:white
}
.article6 {
 position:relative;
 top:0px;
 left:620px;
 width:250px;
 padding:5px;
 height: auto;
 margin:0;
 overflow: hidden;
 background-color:#963;
 color:white
}
