a:link
{
	color: rgb(51,153,255); 
}
a:visited
{
	color: rgb(51,102,204); 
} 
a:active 
{
	color: rgb(255,153,0);
}

body
{
	background-color: rgb(254, 253, 242);
/*	background-color: rgb(246,249,218);*/
}

p, b
{
	font-family: Garamond;
	font-size: medium;
/*	font-variant: small-caps;*/
	color: rgb(0,0,0);
}


table.tbl_layout, table.tbl_content
{
	border: none;
	border-collapse: collapse;
}

td.tbl_layout_body
{
	text-align: center;
	background-color: rgb(255, 255, 255);
}

table.tbl_layout_body
{
	border: 1px;
	border-color: rgb(43, 47, 123);
	border-style: solid;
	border-collapse: collapse;
}

/*
td.tbl_layout_ftr
{
	text-align: center;
}

*/
td.tbl_layout_ftr
{
	text-align: center;
	color: rgb(100,100,100);
	font-size: small;
}

table.tbl_content
{
	width: 806px;
	height: 100%;
	
	border: none;
	border-collapse: collapse;
}

td.tbl_content_menu
{
	text-align: center;
	vertical-align: top;

/*	width: 200px;
	background-color: rgb(150, 100, 0);
	height: 100%;
	nowrap; */
}


table.tbl_menu
{
/*
	position: absolute;
	top: 40px;
	left: 40px;
	width: 153px;
	height: 36px;
*/	

	font-family: Garamond;
	font-variant: small-caps;
	color: rgb(0,0,0);

	border: none;
	/*border-collapse: collapse;*/
}

td.tbl_menu
{
/*	margin: 25px;
	padding-left: 8px;*/


	text-align: center;
	vertical-align: center;

	background: url(images/menuitem.gif);
	background-repeat: no-repeat;
	background-position: center center;
	
	width: 153px;
	height: 26px;
}

td#tbl_menu_active
{
	background: url(images/menuitem_active.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


td.tbl_content_hdr
{
	background: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	
/*	width: 800px;*/
	height: 116px;
}


td.tbl_content_hdr2
{
	background: url(images/duckheader.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	
/*	width: 800px;*/
	height: 116px;
}


td.tbl_content_body_hdr
{
	background: url(images/header_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	
	background-color: (255, 100, 0);
/*	width: 800px;*/
	height: 18px;
}

td.tbl_content_body_body
{
	text-align: left;
	vertical-align: top;

	width: 76%;
	height: 100%;
	background: url(images/minilogo.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	
/*	background-color: rgb(0, 100, 100);
	height: 26px;*/
}



table.tbl_main
{
	position: absolute;
	top: 10px;
	left: 25px;
/*
	width: 950px;
	height: 675px;
*/
}

tr.tbl_main_body
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 

	background: url(images/layout_new.gif);
	background-repeat: no-repeat;
	background-color: rgb(255,255,255);

	width: 814px;
	height: 600px;

	border: none;
	border-collapse: collapse;
	vertical-align: top;
}


