body{
margin:0;
padding:0;
/*line-height: 1.5em;*/
font-family:Verdana;
font-size: 12px; 
}
table{
margin:0;
padding:0;
/*line-height: 1.5em;*/
font-family:Verdana;
font-size: 12px;
border-collapse:collapse;
}
td{
vertical-align:top;
}
/*
b{font-size: 110%;}
em{color: red;}
*/

#topsection{
background: #011F5B;
height: 50px; /*Height of top section*/
/*background-image:url('/images/school/gd_bhavan_bg.jpg');*/
}

#topsection h2{
margin: 0;
padding-top: 0px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 180px 0 160px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
height: 550px;
}
#contentcolumn_wide{
margin: 0 0 0 160px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
height: 550px;
}

#leftcolumn{
float: left;
width: 160px; /*Width of left column*/
margin-left: -100%;
background: #0FAAFF;
color: white;
height: 550px;
font-weight:bold;
}
#leftcolumn a:link{color:#FFFFFF; }
#leftcolumn a:visited{ color:#FCFFDF; }
#leftcolumn a:hover{ color:#FDFF00; }
#rightcolumn a:link{color:#FFFFFF; }
#rightcolumn a:visited{ color:#FCFFDF; }
#rightcolumn a:hover{ color:#FDFF00; }

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
background: #0FAAFF;
height: 550px;
color: white;
font-weight:bold;
}

#footer{
clear: left;
width: 100%;
background: #91E9FF;
color: black;
text-align: center;
padding: 0px 0;
}

#footer a{
color: black;
}

.innertube{
margin: 0px; /*old 10 Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

table.sortable {
border-collapse: collapse;
border: 1px solid #000;
font:10pt verdana;
/*border-color:navy;*/
}
table.sortable td, table.sortable thead th{
padding: 2px;
border: 1px solid #000;
/*border-color:navy;*/
}

table.sortable thead {
/*background-color:buttonface;*/
background-color:yellow;
color:#000;
font-weight: bold;
/*cursor: pointer;*/
/*font: 11pt ;
border-collapse: collapse;
border-color:navy;
border-color: #FFF;*/
}


