BODY {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	BACKGROUND: url(images/mainbg.gif) #fff repeat-x 0px 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; 
	FONT: 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; COLOR: #666; PADDING-TOP: 0px
}

.chromestyle{
width: 693px;/* the width of the menu is from here*/
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

td.colheight {height:15px;}

.chromestyle ul li a{
color: #000000;/* chnage the menu color from here---*/
padding: 5px 7px;
font:bold 11px Verdana;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}


H2 {
	FONT-SIZE: 22px; BACKGROUND: url(images/dotline.gif) #fff repeat-x 0px 100%; COLOR: #F75A21; HEIGHT: 20px
}


P SPAN {
	BACKGROUND: #fff; COLOR: #F75A21
}
P.more {
	DISPLAY: block; BACKGROUND: url(images/more-bg.gif) no-repeat 0px 0px; MARGIN: 0px 0px 0px 606px; WIDTH: 81px; HEIGHT: 22px
}
P.more A {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 11px; BACKGROUND: url(images/arrow1.gif) no-repeat 1% 60%; PADDING-BOTTOM: 0px; WIDTH: 70px; LINE-HEIGHT: 22px; PADDING-TOP: 0px; HEIGHT: 22px; TEXT-DECORATION: none
}
P.more A:hover {
	BACKGROUND: url(images/arrow2.gif) no-repeat 1% 60%; TEXT-DECORATION: none
}
#bodyMiddlePan {
	MARGIN: 0px auto; WIDTH: 689px; POSITION: relative
}

#ContactLeftPan {
	FLOAT: left; WIDTH: 300px;
PADDING-LEFT:10px;
PADDING-TOP:10px
}

P.largegraytext {
	FONT-SIZE: 18px
}

P.whitetext {
	color: #edecec;
	font-size: 12px;
}