body {
	font-family: Arial, Verdana;
	padding:0px;
	text-align:center;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 5px;
}
td {
	font-family: Arial, Verdana;
	font-size: 12px;
	vertical-align: top;
}
p {
	margin: 12px 0px 0px 0px;
	font-family: Arial, Veranda;
	font-size: 12px;

}
h1, h1 a {
	font-size: 22px;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial;
	color: #333333;
}
h2, h2 a {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	font-family: Verdana, Tahoma, Arial;
	color: #333333;
}
h3, h3 a {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	font-family: Verdana, Tahoma, Arial;
	color: #333333;
}
h4, h4 a {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	font-family: Verdana, Tahoma, Arial;
	color: #333333;
}
h1 em, h2 em, h3 em, h4 em {
	font-weight: normal;
	font-style: normal;
}
a {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
}
.boxImageSpacer {
	clear: both;
}
.stone {
	background-color: #FFD17D;
}
/* middle and right boxes */
/* middle boxes*/
.box1,.box2,.box3,.box1Top,.box2Top,.box3Top {
	margin: 12px 12px 0px 12px;
	padding: 12px 0px 12px 12px;
	/* overflow enables clearing of floated elements in compliant browsers*/
	overflow: auto;
}
/* right boxes */
.box1Right,.box2Right,.box3Right,.box1RightTop,.box2RightTop,.box3RightTop {
	margin: 12px 0px 0px 12px;
	padding: 12px;
	/* overflow enables clearing of floated elements in compliant browsers*/
	overflow: auto;
}
/* IE fix - set hieght to trigger auto-enclose bug. This comment hides from IE-mac \*/
* html .box1,* html .box2,* html .box3,* html .box1Top,
* html .box2Top,* html .box3Top,* html .box1Right,* html .box2Right,
* html .box3Right,* html .box1RightTop,* html .box2RightTop,* html .box3RightTop  {
	height: 15%;overflow:visible
}
/* End hide from IE-mac */
.box1, .box1Top, .box1Right,.box1RightTop {
	background-color: #FFDDBE;
}
.box2,.box2Top,.box2Right,.box2RightTop {
	background-color: #FFBB7D;
}
.box3,.box3Top,.box3Right,.box3RightTop {
	background-color: #D4FF9D;
}
.box1Top,.box2Top,.box3Top {
	padding: 12px 0px 12px 12px;
	margin-top: 0px;
}
.box1RightTop,.box2RightTop,.box3RightTop  {
	margin-top: 0px;
/*	background-repeat: no-repeat;
	background-position: right top; */
}
/* not needed with no curve 
.box1Top {
	background-image: url(../images/midColTopBlue.gif);
}
.box2Top {
	background-image: url(../images/midColTopBlueGrey.gif);
}
.box3Top {
	background-image: url(../images/midColTopGrey.gif);
}
.box1RightTop {
	background-image: url(../images/rightColTopBlue.gif);
}
.box2RightTop {
	background-image: url(../images/rightColTopBlueGrey.gif);
}
.box3RightTop {
	background-image: url(../images/rightColTopGrey.gif);
} */
/* end middle and right boxes */
.textContainer {
	margin: 12px;
}
.boxImageAlignRight {
	border: 0px;
	margin: 0px 0px 0px 12px;
	float: right;
}
.boxImageAlignCenter {
	border: 0px;
	margin: 12px auto 0px auto;
	text-align: center;
}
#maintable {
	width: 800px;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#leftcol {
	width: 225px;
	background-color: #FFD17D;

}
#leftColBig {
	background-color: #FFD17D;
	width: 300px;
	background-position: left top;
}

#midcol{
	background-repeat: no-repeat;
	background-position: left top;
}
#rightcol {
	width: 225px;
}
#topBar {
	background-color: #FFD17D;
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 100px;
	padding-top: 1px;
}
#logo {
	margin: 6px 0px 12px 12px;
	color: #006E3D;
	font: Verdana, Tahoma, Arial;
	font-size: 22px;
	vertical-align: middle;
}


/********	Menu Stying below	*********/
#menuContainer {
	float:right;
	text-align: center;
	vertical-align: top;
	margin: 12px 6px 12px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;	
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: bold;
	background-color:#FFD17D;
/*	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;*/
	letter-spacing: 0.02em;
}

#nav a {
	display: block;				/* menu link styling */
	color: #333333;
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	margin-right: 3px;
	margin-left: 3px;
}
#nav a.daddy {
	background: url(../images/arrow.gif) center right no-repeat;  
}
#nav a:hover, #nav .selected {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006E3D;
}

#nav li {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	position: relative;
}
#nav li ul {
	position: absolute;
	width: 6em;
	left: -999px;			/* level 1 sub menu starts out of sight */
	/*visibility: hidden;*/
	/*display: none;*/
	border-width: 0px 1px 1px 0px;;	/* add bottom line for level 1 & 2 sub menu */
	border-style: solid;
	border-color: #333333;
	text-align:left;
}
#nav li ul li {
	width: 6em;	/* sub menu items width sam as sub menu otherwise will not be vertical */
}

#nav li ul ul {
	margin: -1.4em 0 0 6em;	/* level 2 sub menu next to level 1 sub menu */
	border-top-width: 1px;		/* add top line for level 2 sub menu */
	border-top-style: solid;
	border-top-color: #333333;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999px;			/* level 2 sub menu sub menu starts out of sight */
	/*visibility: hidden;*/
	/*display: none;*/
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: -1px;
	/*visibility: visible;*/
	/*display: block;*/
}

/********	Menu Stying above	*********/
#ticker {
	margin: 5px 0px;
	padding: 5px;
	border: 3px solid #FFD17D;
}
.formTable {
	border: 0px;
	vertical-align: top;

}
.quotationTable td {
	background-color: #f8e4c7;
	vertical-align: middle;
}
.quotationTable th {
	background-color: #f8e4c7;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial;
}

.quotationTable .sectionHeader {

	background-color: #f8e4c7;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial;
}
