/* redefining caption width as it seems to be too narrow */
/* primary definition in main.css */
p.caption{
width: 70%;
}



p.maintitle{
font-weight: bold;
text-align: center;
margin: 20px 0 0;
text-indent: 0;
font-size: 28px;
}

p.subtitle{
font-style: italic;
font-weight: bold;
text-align: center;
margin: 0 0 30px;
text-indent: 0;
font-size: 24px;
}

p.startlist, p.list, p.endlist{
margin: 15px 20px 2px 60px;
text-indent: 0;
font-size: 16px;
}

p.list{
margin: 2px 20px 2px 60px;
}

p.endlist{
margin: 2px 20px 25px 60px;
}

p.sectiontitle, p.sectionsubtitle{
font-weight: bold;
text-align: center;
margin: 20px 0 20px;
text-indent: 0;
font-size: 24px;
}

p.sectionsubtitle{
font-size: 22px;
margin: 60px 0 30px;
}

p.instruction{
margin: 15px 30px;
text-indent: 0;
font-size: 16px;
}

.smaller{
font-size: 12px;
}

.tblhd{
font-size: 16px;
}

.smtblhd{
font-size: 12px;
}

.tbldat{
font-size: 14px;
}


p.subidx{
margin: 8px 0;
font-size: 14px;
}

.title{
font-size: 16px;
}


/* position the indexpage columns */
/* see phyysicsfest.css for note about div.listcontainer's padding value */
div.listcontainer{
position: relative;
top: 0; left: 0;
width: 840px;
margin: 0 auto 90px;
padding: 5px 0;
}

div.leftlist{
position: relative;
top: 0; left: 0;
width: 400px;
}

div.rightlist{
position: absolute;
top: 5px; left: 440px;
width: 400px;
}



/* data tables */

div.workbenchtable{
text-align: center;
margin: 25px 0;
}

div.workbenchtable p.workbenchtabletitle{
font-weight: bold;
margin: 0 0 5px;
}

div.workbenchtable table{
margin: 0 auto;
border-spacing: 30px 10px;
font-family: arial, sans-serif;
font-size: 14px;
}

div.workbenchtable td{
vertical-align: top;
}

div.workbenchtable td.workbenchtabledatatitle{
font-weight: bold;
vertical-align: top;
}

div.workbenchtable .small, .small{
font-size: 12px;
}

div.workbenchtable .right{
text-align: right;
}


div.workbenchtable .left{
text-align: left;
}




