BODY{
background:url(images/bg.jpg);
margin:20 px;
margin-bottom:20 px;
margin-left:0;
margin-right:auto;
text-align:center;
width:100%;
scrollbar-face-color:FFFFFF;
scrollbar-arrow-color:#004990;
scrollbar-track-color:FFFFFF;
scrollbar-shadow-color:#004990;
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:''

}

#container {BACKGROUND: #fff; MARGIN: 0px auto; WIDTH: 900px; TEXT-ALIGN: LEFT
}


.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(images/chromebg2.gif) center center repeat-x; 
padding: 4px 0;
margin: 0;
text-align:left;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
background: url(images/chromebg2-over.gif) center center repeat-x;
}



.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #F0F0F0;
}



.wireframemenu{
border: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 200px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 194px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 13px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #0066CC;
color: white;
}



td {
	FONT-SIZE: 11px; color: #3F3F3F; FONT-FAMILY: Verdana,Arial,Sans-serif; FONT-VARIANT: normal  
}


a:link { font-family: Verdana; font-size: 8 pt; color: #494949; text-decoration: none;  }
a:visited { font-family: Verdana; font-size: 8 pt; color: #494949; text-decoration: none;  }
a:active { font-family: Verdana; font-size: 8 pt; color: #494949; text-decoration: none;  }
a:link:hover { font-family: Verdana; color: #FF0000; text-decoration: none; } 

.text4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: normal;
	color: #C0C0C0;
}

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#0066CC;
font-weight:bold;
padding: 1px 2px;
background:url(images/formbg.gif) repeat-x left top;
}

.cssbutton{
background-color: #d1ec4c;
border: 1px #FFFFFF outset;
padding: 1px 4px;
color: black;
text-decoration: none;
font: bold 90% "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
color: black;
}

.cssbutton:hover{
border-style: inset;
background-color: #e3f48e;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: black;
}
