/* CSS Document */
body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#757576;
	line-height:16px;
	text-decoration:none;
}
body a{
	text-decoration:none;
	color:#757576;
	}
#outer{
	background-color:#66563E;
}
#links{
	width:100px;
	margin-top:-10px;
	margin-left:49px;
	margin-bottom:38px;
}
.subhead{
	font-size:11px;
	font-weight:bold;
	color:#666666;
	}
.bold_txt{
	font-size:11px;
	color:#8A8A8A;
	font-weight:bold;
}
.next_button{
	font-size:13px;
	color:#333333;
	font-weight:bold;
}
.table_border{
	border-right:#CCCCCC solid 1px;
}
#layer{
	position:absolute;
	width:100px;
	height:135px;
	z-index:1;
	top: 82px;
}
.hyperlink{
	color:#BC1823;
	text-decoration:none;
}
.bigtext{
	font-size:14px;
}

/*FOR VERTICAL MENU*/
.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 105px; /*WIDTH OF MAIN MENU ITEMS*/
}

.glossymenu li{
position: relative;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
margin-left: 2px;
border-left:#B5B5B5 solid 1px;
position: absolute;
width: 115px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
/*filter:alpha(opacity=100);*/
-moz-opacity:1;
}

.glossymenu li a{
display: block;
width: auto;
text-decoration: none;
}

.glossymenu .arrowdiv{
position: absolute;
/*right: 2px;
background: transparent url(arrow.gif) no-repeat center right;*/
}

/*.glossymenu li a:visited, .glossymenu li a:active{
color: black;
}*/

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */

.sitemap{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-decoration:none;
	}
.sitemap a{
	color:#666;
	text-decoration:none;
	}

