BODY {
	font-family: arial, verdana;
	font-size: 11pt;
	background: URL('images/bg.gif') fixed;
	color: #336699;

	scrollbar-3d-light-color: #ffffff;
	scrollbar-arrow-color: #336699;
	scrollbar-base-color: #ffffff;
	scrollbar-dark-shadow-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #336699;
	scrollbar-shadow-color: #336699;
}

P {
	font-family: arial, verdana;
	font-size: 11pt;
	color: #336699;
}

P.small {
	font-family: arial, verdana;
	font-size: 8pt;
	color: #336699;
	margin-left: 27px;
}

A {
	font-family: arial, verdana;
	font-size: 11pt;
	color: #336699;
	text-decoration: underline;
}

A:hover {
	font-family: arial, verdana;
	font-size: 11pt;
	color: #EE6699;
	text-decoration: underline;
}

H1 {
	font-family: arial, verdana;
	font-size: 14pt;
	color: #336699;
}

H2 {
	font-family: arial, verdana;
	font-size: 12pt;
	color: #336699;
}

H3 {
	font-family: arial, verdana;
	font-size: 11pt;
	color: #336699;
}

H4 {
	font-family: arial, verdana;
	font-size: 10pt;
	color: #336699;
}

H5 {
	font-family: arial, verdana;
	font-size: 9pt;
	color: #336699;
}

H6 {
	font-family: arial, verdana;
	font-size: 8pt;
	color: #336699;
}

LI {
	font-size: 11pt;
	color: #336699;
	margin-bottom: 8px;
}

#flash {
	position: absolute;
	left: 460px;
	top: 0px;
	z-index: 1;
}

#mainPage {
	position: absolute;
	width: 760px;
	left: 50%;
	margin-left: -380px;
	top: 10px;
}

#flashMenu {
	position: absolute;
	z-index: 1;
	left: 1px;
	top: 199px;
	border-top: none;
	width: 143px;
	height: 300px;
}

#menuTxt {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
}

#menu {
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
	width: 145px;
	height: 500px;
	border: solid 1px #336699;
	background-color: #ffffff;
	background-image: URL('images/menubg1.gif');
	background-repeat: no-repeat;
	background-position: 0 10 0 0;
}

#banner {
	position: absolute;
	left: 160px;
	top: 0px;
	width: 600px;
	height: 100px;
	border: solid 1px #336699;
	background-color: #ffffff;
}

#content {
	position: absolute;
	left: 160px;
	top: 115px;
	width: 602px;
/*	height: 385px; */
	/* Mozilla Fix */
		min-height: 385px;
	/* --- */
	border: solid 1px #336699;
	background-color: #ffffff;
	background-image: URL('images/gradbgh.gif');
	background-repeat: repeat-y;
	background-position: bottom right;
	margin-bottom: 100px;
}

#forceBorder {
	margin: 10px;
	border: solid 1px #336699;
	background-color: #ffffff;
}

#footer {
	width: 580px;
	border: solid 1px #336699;
	background-color: #ffffff;
	text-align: center;
	margin: 10px;
}

#footer P {
	margin: 3px;
}

.linkTxt {
	font-family: arial, verdana;
	font-size: 12pt;
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}

.linkTxt:hover {
	font-family: arial, verdana;
	font-size: 12pt;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.button {
	margin-bottom: 10px;
	width: 140px;
	height: 30px;
	text-align: center;
}

.admin{
	color: #ff0000;
}

.customer{
	color: #0000ff;
}

/* viewQuote */

.borderTable{
	border: solid 1px #326498;
	margin-bottom: 20px;
	background: #ffffff;
}

#listBox{
	background: #ffffff;
}

#listBox TD{
	border: solid 1px #326498;
	cursor: pointer;
}

.tblHead{
	background-color: #326498;
	color: #ffffff;
	font-weight: bld;
	border: solid 1px #000000;
	cursor: default;
}

.tblHead P{
	color: #ffffff;
}

#counter {
	width: 60px;
	margin-top: 20px;
	margin-left: 40px;
	border: solid 1px #326498;
	background: #ffffff;
	text-align: center;
}

#counter P {
	margin: 0px;
}

.highlightBox {
	width: 510px;
	border: solid 1px #326498;
	margin: 0 0 10 20;
	padding: 10px;
	background: #ffffff;
}

.bothBrd {
	width: 480px;
	background: #ffffff;
	border-left: solid 1px #326498;
	border-right: solid 1px #326498;
	border-bottom: solid 1px #326498;
}

.leftBrd {
	width: 480px;
	background: #ffffff;
	border-left: solid 1px #326498;
	border-bottom: solid 1px #326498;
}

.rightBrd {
	width: 380px;
	background: #ffffff;
	border-right: solid 1px #326498;
	border-bottom: solid 1px #326498;
}

.boldIt {
	font-weight: bold;
	font-style: italic;
}