body
{
	background-color:#84888D;
	font-family:Arial;
}

table.interface-main
{
	background-image:url(../img/interface/background.jpg);
	width:800px;
	border:none;
}

td.interface-header
{
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	height:125px;
	vertical-align:top;
}

div.interface-login
{
	float:right;
	padding-top:8px;
	margin-right:10px;
	font-size:10pt;
}

td.interface-topbar
{
	height:51px;
	width:800px;
	margin-bottom:0px;
}

img.interface-topbar
{
	border:none;
	margin:0 0 0 0;
}

td.interface-sidemenu-top
{
	background-image:url(../img/interface/sidemenu_top.jpg);
	height:26px;
	width:231px;
	margin-top:0px;
}

td.interface-contain-top
{
	background-image:url(../img/interface/contain_top.jpg);
	height:26px;
	width:570px;
}

td.interface-sidemenu-filler
{
	background-image:url(../img/interface/sidemenu_filler.jpg);
	width:231px;
	vertical-align:top;
}

div.interface-sidemenu-filler
{
	background-image:url(../img/interface/sidemenu_filler.jpg);
	height:73px;
}

td.interface-contain
{
	background-image:url(../img/interface/contain.jpg);
	vertical-align:top;
	width:570px;
}

div.interface-contain
{
	width:515px;
	margin-top:5px;
	margin-left:25px;
	margin-right:25px;
}

td.interface-sidemenu-bottom
{
	background-image:url(../img/interface/sidemenu_bottom.jpg);
	background-repeat:no-repeat;
	height:46px;
	width:231px;
	vertical-align:top;
}

td.interface-contain-bottom
{
	background-image:url(../img/interface/contain_bottom.jpg);
	background-repeat:no-repeat;
	height:46px;
	width:570px;
}

td.interface-footer
{
	background-image:url(../img/interface/footer_level.jpg);
	height:100px;
	width:800px;
}

div.interface-footer
{
	margin-top:35px;
	font-size:9pt;
	color:white;
}

div.interface-footer-top
{
	margin-left:8px;
	margin-right:8px;
}

div.interface-footer-middle
{
	margin-left:8px;
	margin-right:8px;
}

div.interface-footer-bottom
{
	margin-left:295px;
	font-family:MS Sans Serif;
}

/* Search Form */
form.search-bar
{
	position:absolute;
	margin-left:17px;
	margin-top:12px;
	font-size:9pt;
	color:white;
}

input.search-bar-txt
{
	font-size:9pt;
	width:200px;
}

input.search-bar-btn
{
	font-size:9pt;
}
/* Search Form */