@charset "utf-8";

/* Cuuriculum Table */

div.curriculum{
margin:15px auto auto 30px;
width:635px;
}

div.curriculum1{
width:310px;
float:left;
}

div.curriculum2{
width:310px;
float:right;
}

table.curriculum{
border-top:1px solid #666;
border-left:1px solid #666;
border-collapse:collapse;
border-spacing:0;
background-color:#ffffff;
empty-cells:show;
}

.curriculum th{
border-right:1px solid #666;
border-bottom:1px solid #666;
color:#333;
background-color:#eee;
padding:0.1em 0.1em;
text-align:center;
font-weight:100;
}

.curriculum td{
border-right:1px solid #666;
border-bottom:1px solid #666;
padding:0.1em 0.5em;
text-align:center;
}
