body {
	margin: 0px;
	padding: 0px;
	background-color: #E2E2E2;
	background-image: url(/_img/hdrbkgrnd.jpg);
	background-repeat: repeat-x;


}

TD {
	font-family: Verdana;
	font-size: 10pt;
	color: #604040;

}
h1 {
	font-weight: bold;
	line-height: 24px;
	font-size: 90%;
	padding-right: 8px;

}
.grl {
	background-image: url(/_img/ttgrnd.jpg);
	background-repeat: no-repeat;
}


.heading {
	font-weight: bold;
	background-color: #FFFFFF;
	height: 18px;
	line-height: 18px;
	padding-left: 6px;
	opacity: .5;
	filter: Alpha(Opacity=50);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EDC5D7;

}


.leftcol {
	background-image: url(/_img/lcbkgd.jpg);
	background-repeat: no-repeat;
	background-color: #009FD5;
	width: 177px;

}


A.breadcrumbs:LINK, A.breadcrumbs:VISITED, .breadcrumbs  {
	color: #A23D5C;
	font-size: 10px;
	line-height: 11px;
	text-decoration: none;
}	  
A.breadcrumbs:HOVER { text-decoration: underline;}
.padding {
	padding: 6px;
}

a.main:link, a.main:visited{
	color: #875A5A;
	text-decoration: none;
}
a.main:hover {
	color: #875A5A;
	text-decoration: underline;
}
.rtcol {
	background-image: url(_img/rcbkgd.jpg);
	background-repeat: no-repeat;
	background-color: #F6FBFE;
	width: 548px;
}
.leftnav {
	margin-top: 135px;
	font-weight: bold;
}

.leftnav a {
	color: #875A5A;
	text-decoration: none;
}

.leftnav a:hover {
	color: #875A5A;
	text-decoration: underline;
}

.chromestyle{
	width: 99%;
	font-size: 11px;
	font-family: Arial;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 3px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
padding: 0px 5px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
	text-decoration: none;
	color: #FF99CC;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #CCC; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
margin:10px;
background-color: white;
width: 140px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #CCC; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
.button{
	font-size: 11px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #00A0D4;
	width: 160px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
