body {
	/*we use an abssolute url for NN4 followed by a relative url for modern browsers*/
	background-image:  url("http://www.chase-international.com/images/Header.gif");
	/*/*/background-image:   url("images/Header.gif"); /* */
	background-repeat: repeat-x;
	/*css shorthand values: Top Right Bottom Left */
	margin: 50px 0 0 0px ;
	padding: 0;
}

/*font family for page*/
div, p, td, ul {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

/*Contains Logo at top of Page*/
#header {
	position: absolute;
	width: 866px;
	left: 68px;
	top: -7px;
	height: 65px;

}

/*Form Style*/
FORM {
	background: #CCCCCC;
	border: 2px solid #0099CC;
	padding: 5px;
	left: 30px;

}

/* The main Layout Table*/
#mnTable {
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0099CC;
	
}


/*Main Content (center) Table Cell*/
#mainCell {
	background-color: #FFFFFF;
	color: #333333;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0099CC;
	border-left-color: #0099CC;



}
#mainCell a:link {
	color: #333333;
}
#mainCell a:visited {
	color: #333333;
}
#mainCell a:hover {
	color: #0099CC;
}

h1 {
	margin: 0px;
	color: #000000;
	font-size: 16px;
	text-indent: 5px;
}

h2 {
	margin: 0px;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

h3 {
	margin: 0px;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}

/*Sidebar (right) Table Cell */ 
#sidebar {
	background-color: #FFFFFF;
	vertical-align: top;
	
	font-size: 12px;
	color: #333333;
	/*/*/line-height: 1.75; /* */
}
#sidebar a:link {
	color: #333333;
}
#sidebar a:visited {
	color: #333333;
}
#sidebar a:hover {
	color: #0099CC;
}

/* Footer Div */
#footer {
	padding: 8px 12px 8px 16px;
	font-size: 12px;
	letter-spacing: .5em;
	color: #999999;
	background-position: bottom;
}

/* Picture Div */
#picture {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

