body
	{
	background-image: url(imgs/bg_body.gif);
	background-color: #000000;
	height: 100%;
	color: #996600;
    margin-top: 0px;
	margin-bottom: 0px;
	margin: 0;
	padding: 0;
	/*position:absolute;*/
	top:0;
	bottom:0;
	}
td img
	{
	display: block;
	}
td, div, p
	{
	color: #663300;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	}
table.master
	{
	height: 100%;
	width: 750px;
	background-color: #ffcc66;
	border-left: 1px solid black;
	border-right: 1px solid black;
	}
td.master_cnt
	{
	padding: 5px;
	}
td.menu_left_top
	{
	width:163px;
	height:43px;
	background-image:url(imgs/layout/left_r1_c1.gif);
	/*width: 165px;
	height: 43px;
	background-image: url(imgs/layout/left_r1_c1.gif);
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;*/
	}
td.menu_left_middle
	{
	width: 163px;
	background-image: url(imgs/layout/left_r2_c1.gif);
	/*background-attachment: fixed;
	background-position: top;*/
	background-repeat: repeat-y;
	}
td.left_menu_bottom
	{
	width: 165px;
	height: 31px;
	background-image: url(imgs/layout/left_r4_c1.gif);
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	}
td.bottom_menu_copyright
	{
	background-image: url(imgs/layout/bottom_r5_c4.gif);
	width: 539px;
	height: 26px;
	}
td.page_title
	{
	padding: 5px;
	background-image: url(imgs/layout/page_title.gif);
	width: 564px;
	height: 28px;
	background-repeat: no-repeat;
	}
.page_title_div
	{
	color: #663300;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 13px;
	margin-left: 10px;
	}
td.content
	{
	height: 300px;
	background : url(imgs/logo_bg.gif);
	/*background-attachment : fixed;*/
	background-position : top center;
	background-repeat : no-repeat;
	padding-right: 20px;
	}
/* pt = page title */
.pt
	{
	color: #663300;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	}
/* pst = page sub title */
.pst
	{
	color: #993300;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	}
.accent
	{
	font-size: 11px;
	color: #993300;
	font-weight: bold;
	}
/*td.top_image
	{
	height: 75px;
	background-image: url(imgs/house4.jpg);
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	border: 1px solid black;
	}*/

hr
	{
	height: 1px;
	color: black;
	}
a
	{
	font-weight: bold;
	color: #996600;
	}
.menu
	{
	color: black;
	}
a:hover
	{
	text-decoration: none;
	color: #333333;
	}
.frame
	{
	border: 1px solid black;
	}
input
	{
  	border-color : Black;
  	border-width : 1px;
	border-style: solid;
  	background-color : White;
  	font-size: 12px;
  	margin-left:5px;
  	margin-right:5px;
	}
input.btn
	{
	border : none;
	}
textarea, select
	{
  	border-color : Black;
  	border-width : 1px;
	border-style: solid;
  	background-color : White;
  	font-family: arial;
  	font-size: 12px;
  	margin-left:5px;
  	margin-right:5px;
	}

