
/***** General Site Rules *****/
body {
  color: #000; /* default text colour */
  background: #fff; 
  text-align: center;
	margin-top: 0px;
}
table {
  border-collapse: collapse;
}
td {
	/* Internet Explorer forgets inheritance inside TD's.. */
  font-family: tahoma,verdana,arial,helvetica,sans-serif; 
  font-size: 12px;
}  

/*** Page Layout ***/

div#container { 
  /* Master outer container */
  font-family: tahoma,verdana,arial,helvetica,sans-serif; 
  font-size: 12px;
	width: 760px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/*** Top Navbar (horizontal) ***/

table#topnav {
  float: right;
  font-weight: bold;
  border: 1px solid #e0e0e0;
  border-top: none;
  margin-right: 4px;
}

td.topnav {
  background: #f0f0f0;
  padding: 3px 20px 3px 20px;
  font-size: 10px;
}


/*** Object Structure ***/

div#topcontent {
		/* contains title and topnav */
}

table#maincontent {
		/* everything below the banner image */
		width: 754px;
    margin: 0 2px 1px 2px;
    height: 350px;
}
td#navcolumn {
    width: 170px;
    padding: 10px;
    padding-bottom: 40px;
    background: url('../images/navback.png') no-repeat top right;
    border-right: 1px solid #ccc;
    vertical-align: top;
    font-size: 11px;
}
td#maincolumn {
    padding: 10px;
    vertical-align: top;
    font-size: 12px;
    padding-bottom: 20px;
}

td#navcolumnbottom {
    background: #f0f0f0;
    border-top: #aaa 1px solid;
    font-size: 9px;
    color: #333;
    padding: 4px;
    height: 15px;
}
td#maincolumnbottom {
    background: #f0f0f0;
    border-top: #aaa 1px solid;
    font-size: 9px;
    color: #555;
    text-align: right;
    padding-right: 4px;
}   


