body {
	background-image: url(images/site_tile.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 869px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
	height: 100%;
	bottom: 0px;
	top: 0px;
	background-image: url(images/centrepanel3.gif);
	background-repeat: repeat-y;
	background-position: 100% 100%;
}
#container_navbar {
	position: static;
	width: 809px;
	z-index: 3;
	margin-left: 52px;
	padding-top: 5px;
}
#container_content {
	height: 100%;
	width: 800px;
	position: static;
	z-index: 3;
	margin-top: 30px;
	margin-left: 57px;
}
td {
	left: 0px;
	top: 0px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC6633;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #CC6633;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
a {
	color: #CC6633;
	text-decoration: none;
}
a:visited	{
	text-decoration: none;
}
/* *************************** 
   FireFox Dotted Border fix
   ***************************/
   a:active
{
outline: none;
 
}
 
a:focus
{
-moz-outline-style: none;
}
 
 
/* Links --a:active and a:focus remove the dotted line from image boarder!*/
 
a:active
{
outline: none;
 
}
 
a:focus
{
-moz-outline-style: none;
}
 
.nav .select a:hover, 
.nav .select li:hover a {
background: url(../images/pro_line_1.gif); 
padding:0 0 0 15px; 
cursor:pointer; 
color:#fff;
}