  html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
		background: tan url(../images/yellow_background_pattern.gif);
  		background-repeat: repeat-y;
   }
/*
BODY { 

}
*/

body, td {
	font-family : "Times New Roman", Times, serif;
	font-size : large;
}

a {
	text-decoration: none;
}

a:link { 
	color: #B48737;
	}
a:visited {
	color: #CC9933;
}

a:hover {
	text-decoration: underline;
}

#maintable {
/*
	width: 900px;
	padding: 0;
	margin: 0;
	*/
	vertical-align: top;
	text-align:center; 
	margin-left:auto; 
	margin-right:auto;
	height:100%
}

td.nobg{
	background: none;
	vertical-align: top;
	height: 136px;
}

td.main_left{
	background: url(../images/background_pattern.gif) repeat-y;
	text-align: left;
	height: 100%;
}
td.main_right{
	background: url(../images/right_column_bkg.gif) repeat-y;
	text-align: left;
	height: 100%;
	font: normal large "Times New Roman", Times, serif;
	
}
td.main_bottom{
	background: url(../images/bottom_line_bkg.gif) no-repeat;
	text-align: left;
	height: 1px;
}
/* 

vertical-align: top;

td.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;


}

td.main {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;

}

*/
