@charset "utf-8";
/* CSS Document */

#cboxleft {
float:left; 
width:320px; 
height:250px;
border-top:5px double #CCCCCC;
border-left:5px double #CCCCCC;
border-bottom:5px double #999999;
border-right:5px double #999999;
font-size: large;
padding-bottom:10px;
}

#cboxright {
float:right; 
width:320px; 
height:250px;
border-top:5px double #CCCCCC;
border-left:5px double #CCCCCC;
border-bottom:5px double #999999;
border-right:5px double #999999;
font-size: large;
padding-bottom:10px;
}

#cboxcenter {
width:320px;
height:120px;
border-top:5px double #CCCCCC;
border-left:5px double #CCCCCC;
border-bottom:5px double #999999;
border-right:5px double #999999;
font-size: large;
padding-bottom:10px;
margin-left:auto;
margin-right: auto;
}

.cheader {
border-bottom:1px solid black; 
font-size:large;
background-color:#3333AA; 
text-align:center; color:#FFFFFF; 
font-weight:bold; 
font-style:italic;height:30px;
padding:0px;
}

.cspacer {
height:5px;
}

#cbl1 {
height:110px; 
}
.cstitle1 {
text-align:center; 
margin-top:5px;
}
.cstitle2 {
text-align:center; 
margin-top:0px
}
.cleft {
width:145px; 
float:left; 
text-align:left; 
margin-top:5px;
}
.cright {
width:125px; 
float:right; 
text-align:left; 
margin-top:5px;
}