body {
	margin:10px 10px 0px 10px;
	padding:0px;
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	/*
	border-left:10px solid #0304bd;
	*/
	background-image: url("../images/background.jpg");
	background-repeat:repeat-y;
	}

#leftcontent {
	position: absolute;
	left:10px;
	top:130px;
	width:100px;
	background:#fff;
	border:1px solid #000;
	}

#centercontent {
	background:#fff;
	margin-top: 20px;
	margin-left: 105px;
	margin-right:193px;
	margin-bottom:200px;
	border:0px solid #000;
	/*
	IE5x PC mis-implements the box model. Because of that we sometimes have to perform a little CSS trickery to get pixel-perfect display across browsers.
The following bit of code was proposed by Tantek Celik, and it preys upon a CSS parsing bug in IE5x PC that will prematurely close a style rule when it runs into the string "\"}\"". After that string appears in a rule, then, we can override previously set attribute values and only browsers without the parse bug will recognize the new values. So any of the name-value pairs above this comment that we need to override for browsers with correct box-model implementations
will be listed below.
		
We use the voice-family property because it is likely to be used very infrequently, and where it is used it will be set on the body tag. So the second voice-family value of "inherit" will override our bogus "\"}\"" value and allow the proper value to cascade down from the body tag.

The style rule immediately following this rule offers another chance for CSS2 aware browsers to pick up the values meant for correct box-model implementations. It uses a CSS2 selector that will be ignored by IE5x PC.
		
Read more at http://www.glish.com/css/hacks.asp
	*/
		
voice-family: "\"}\"";
voice-family: inherit;
margin-left: 107px;
margin-right:195px;
	}
html>body #centercontent {
	margin-left: 107px;
	margin-right:195px;
	}

#rightcontent {
	position: absolute;
	right:10px;
	top:130px;
	width:190px;
	background:#fff;
	border:1px solid #000;
	}
#rightcontent p {
	font-size:10px;
	margin:2px;
	}
#rightcontent h3 {
    margin:0;
    padding:3px;
    background:#0CF;
    font-size:12px
	font-weight:bold;
    font-size:1em;
    text-align:center;
	}
#rightcontent h4 {
	margin:2px;
	font-size:12px;
	font-weight:bold;
	color:#000;
	}
	
#banner {
	height:70px;
	margin-left:80px;
	border-top:0px solid #000;
	border-right:0px solid #000;
	border-left:0px solid #000;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:70px
	}
html>body #banner {
	height:70px;
	}
#banner h1 {
	font-size:14px;
	padding:10px 10px 0px 10px;
	margin:0px;
	}

.ahem {display:"none";}

#bottomcontent {
	position:absolute;
	left:105px;
	}

.box {/*this is a box where the bottom-navigation*/
      /* and the copyright will be placed*/
  background: #FFFFFF;
  color : #000000;
  font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  padding : 2px;
  margin: 2px;
  border-color : #48D1CC;
  border-style : groove;
  border-width : 2px;/* the border property in longhand*/
  }

.navbox {/*button-like box for the left-side navigation*/
   font-size: 15px;/*readability for the links*/
   font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
   background-color: #edbbf3;
   border-color: #FF6633;/*or, in shorthand, the three*/
   border-style: groove; /*border-properties would read:*/
   border-width: 2px;/*border: 2px groove #FF6633;*/
   padding: 1px;
   margin: 2px;
   }
.navbox a:link {color:blue;text-decoration:none; }
.navbox a:visited {color:blue;text-decoration:none; }
.navbox a:active, .navbox a:hover {color:white;text-decoration:none; }

.choicesbox {margin-top:"10px"; color:"#fff"; background-color:"#CCCCCC"; }
.choicesbox a:link {color:"#000"; }
.choicesbox a:visited {color:"#000"; }
.choicesbox a:active, .choicesbox a:hover {color:"#fff"; }

p {margin-top:"0"; line-height:"1.5em"; padding-top:"0"; }

h1 {font-size:"24px"; font-family:"helvetica, arial, sans-serif"; font-weight:bold; margin-top:"5px"; margin-bottom:"5px"; color:"#0000CC"; background-color:"transparent"; margin-left:"0"; margin-right:"0"; }

h2 {font-size:"22px"; }

h3 {font-size:"21px"; }

h4 {font-size:"20px"; }

h5 {font-size:"18px"; }

h6 {font-size:"16px"; }

.first {margin-top:"0"; padding-top:"0"; }

h2, h3, h4, h5, h6 {font-family:"helvetica, arial, sans-serif"; font-weight:bold; margin-top:"5px"; margin-bottom:"5px"; color:"#000"; background-color:"transparent"; margin-left:"0"; margin-right:"0"; }

dt {font-weight:bold;font-size:120%;margin-top:.8em;}

td {font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;}

img {/* turns off gaps around images */
	border:"0";
	}
  
#footer, .marginalia {margin-top:"40px"; font:"10px geneva, verdana, arial, helvetica, sans-serif"; border-top:"1px dotted"; padding-top:"10px"; }

.caption {color:"#366"; background-color:"transparent"; font:"10px geneva, verdana, sans-serif";
	}

.fineprint {text-align:"Center"; margin-bottom:"30px"; color:"#000"; background-color:"#fff"; font:"10px geneva, verdana, sans-serif";
border:"0"; padding:"3px"; padding-top:"5px"; padding-bottom:"7px"; }

.six {font-size: 11px; 
  color: blue; /*this is for small text*/
  background: transparent;}
  
.mit {text-align: justify;}/*justified text*/

.red {color : #FF0000; background: #FFFFFF;}

.mint {color: #009999; background: #FFFFFF;}

.ROT {font-size: 16px; /*also red, but bigger and in bold*/
  color: #FF0000; 
  font-weight: 600; 
  background: #FFFFFF;}

.note {color:red}

.tblboda {
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    }
#tblcell {
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
	}