﻿#header {
	width: 100%;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	background : url(graphics/tooltop.jpg) repeat-x top right;
}

#header table.header {
	background : url(graphics/belbuilt.gif) no-repeat top Left;
	background-repeat : no-repeat;
	width : 100%;
	height : 150px;
}

#header th.header {
	text-align : right;
	vertical-align : bottom;
	padding-right : 10px;
}

#header #logo{
	display : block;
	position : absolute;
	left : 0px;
	top : 0px;
	z-index : 100;
	background : transparent;
	width : 149px;
	height : 149px;
}

#header #logo a:link, #header #logo a:visited{
	text-decoration : none;
	border : none;
}

#header #logo a:hover,  #header #logo a:active{
	text-decoration : none;
	border : none;
}

#center {
	margin : 0 0 0 0;
	background : url(graphics/ToolSide.jpg) repeat-y top left;
	padding-left : 75px;
}

#center #link{
	float : none;
	text-align : center;
}

#center  #link A:link, #center  #link A:visited{
	text-decoration : none;
	color : Black;
}

#center #link A:hover{
	text-decoration : none;
	color : #2F2FA2;
}

#center #link A:active{
	text-decoration : none;
	color : #2F2FA2;
}

#left {
	width : 130px;
	float : left;
	color : #FFF;
	font-weight : 600;
}

#left ul {
	margin : 0;
	list-style-type : none;
}

#left ul li{    
	padding : 0 10px 0 20px;
}

#left  a:link, #left a:visited{
	text-decoration : none;
	color : #FFF;
}
#left a:hover,  #left a:active{
	text-decoration : none;
	color : #000;
	background : #fff;
	padding : 0 4 0 4;
}

#content 
{
    margin :0 75 0 0;
	padding : 0px 0px 0px 10px;
	float : left;
}

#right {
	background : #4c2df5;
	width : 70px;
	float : right;
}

#footer {
	width : 100%;
	background : #000040;
	clear : both;
	color : #FFF;
	text-align : center;
}

#footer  a:link, #head a:visited{
	text-decoration : none;
	color : #FFF;
}
#footer a:hover,  #head a:active{
	text-decoration : none;
	color : #FFF;
}

#subfooter{
	text-align : center;
	clear : both;
}

body {
	margin : 0 0 0 0;
}

img
{
    border: none;
    margin: 0px 0px 10px 10px;
}

.right{
	float : right;
}

.level1
{
    background-color: White;
    font-variant: small-caps;
}



.level2
{
    background-color: #d5ffe6;
    font-variant: small-caps;
}

.level3
{
    color: black;
    background-color: Silver;
    font-family: Gill Sans MT
    font-size: small;
}

.hoverstyle
{
}
       
.sublevel1
{
    background-color: Black;
    color: White;
    font-variant: small-caps;
}  
