body,td,th {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: #000000;
}
body {
	background-color: #5B5354;
	margin-left: 0px;
	margin-right: 0px;
}

table {
	border-collapse: collapse;
}

li {
	list-style-image: url(images/bullet.png);
	margin-top: 0.05in;
}

.tbl a {
	width:100%;
	padding: 3px;
	background-color: transparent;
	text-align: left;
	display:block;
	text-decoration: none;
	color:#922e3a;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold
}
.tbl a:hover {
	text-decoration: underline;
	background-color: #d1d1d1;
	color: #922e3a;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

a {
	color: #1E3D6A;
	text-decoration:underline;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

.border {
	border-width: 1px;
	border-style: solid;
	border-color: #1E3D6A;
}

.border_bottom {
	border-bottom-color: #1E3D6A;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	
}	

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #61673e;	
	font-size: 35pt;
}

.green_text {
	color: #BFCAA4;
}

.white_text {
	color: #FFFFFF;
}	

.small_text {
	font-size: 7pt;
}

.bold_italic {
	font-style: italic;
	font-weight:bold;
}

.bold_italic_large {
	font-style: italic;
	font-weight:bold;
	font-size: 12pt;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style: italic;
}

.searchterms {
display:none;
}

#dropmenudiv{
position:absolute;
border:1px solid white;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:14px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: DDD9DA;
}

.glossymenu{
margin: 5px 0;
padding: 0;
width: 230px; /*width of menu*/
border-bottom-width: 0;
margin-left: auto;
margin-right: auto;
}

.glossymenu a.menuitem{
background: #61673e url(menuscript/glossyback.gif) repeat-x bottom left;
font: bold 9pt "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #bfcaa4;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 2px 0;
padding-left: 5px;
text-decoration: none;
text-align:left;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #bfcaa4;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(menuscript/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #bfcaa4;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px dotted #61673e;
text-align:left;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 9pt "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #1E3D6A;
text-decoration: none;
padding: 4px 0;
padding-left: 10px;
padding-bottom: 0px;
font-weight: bold;
}

.glossymenu div.submenu ul li a:hover{
background: #FFFFFF;
color: #1E3D6A;
}
