BODY
{
	font-family: Arial, Helvetica;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
a:link
{
	color: rgb(51,153,204); 
	text-decoration: none;
}
a:visited
{
	color: rgb(51,153,204); 
	text-decoration: none;
} 
a:active 
{
	color: rgb(51,153,204); 
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	color: rgb(255,102,51);
}
h2
{
	color: rgb(204,153,51); 
}
h3
{
	color: rgb(153,153,51); 
}
h4
{
	color: rgb(255,102,51);
}
h5
{
	color: rgb(204,153,51);
}
h6
{
	color: rgb(153,153,51);
}
TR
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
TD
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
TABLE.page_layout
{
	width: 680px;
	height: 500px;
}
TD.content_banner_left
{
	height: 40px;
}
TD.content_banner
{
	border-top: #333333 1px solid;
	background-image: url(images/Driftwood-bar_crd_clr-300dpi.jpg);
	border-left: #333333 1px solid;
	width: 540px;
	height: 40px;
}
TR.sidebar_menu
{
    HEIGHT: 12px;
}
/*
 * set the TD default colors
 * and set the TD a:hover colors to simulate
 * mouseover events for Netscape.
 */
TD.sidebar_menu
{
	cursor: hand;
	color: #3399cc;
	height: 12px;
	background-color: #ffffff;
	text-align: right;
}
TD.sidebar_menu a:hover
{
  color: #333333;
  background-color: #ffff66;
}
TD.content_frame
{
	border-top: #cc0032 thin solid;
	border-left: #cc0032 thin solid;
}
TD.page_banner
{
	height: 100px;
}
P.copyright
{
	font-style: italic;
}