#text_scroll {
 	overflow:auto;
 	width: 330px; 
 	height: 160px;
	margin-top: 15px;
	scrollbar-arrow-color:#fde6b2;
	scrollbar-3dlight-color: #993300;
	scrollbar-highlight-color: #993300;
	scrollbar-face-color: #993300;
	scrollbar-shadow-color: #993300;
	scrollbar-darkshadow-color: #fde6b2;
	scrollbar-track-color: #fde6b2; 
}


body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body {
	background-color: #000000;
	background-image: url(images/bkgd.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin-top: 0px;
}

table {
	border-collapse: collapse;
}

li {
	list-style-image: url(images/bullet.png);
	margin-top: 0.05in;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	text-transform: capitalize;
	letter-spacing: 3px;
}	

.tbl a {
	width: 100%;
	padding: 3px;
	background-color: transparent;
	text-align: left;
	display:block;
	text-decoration: none;
	color:#8f3200;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.tbl a:hover {
	text-decoration: none;
	background-color: #f9c552;
	color: #000000;
}

a {
	color: #8f3200;
	text-decoration:none
}
a:hover {
	text-decoration: underline;
	color: #8f3200;
}

a.white_links {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

a.white_links:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}

.border {
	border-width: 1px;
	border-style: solid;
	border-color: #8f3200;
}

.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EEC44E;
}

.red_subheader {
	color: #8f3200;	
	font-weight: bold;
	font-size: 11pt;
}

.red_small {
	color: #8f3200;	
	font-weight: bold;
	font-size: 10px;
}

.gold_subheader {
	color: #c78a02;	
	font-weight: bold;
}

.gold_text {
	color: #c78a02;	
}

.white_text {
	color: #FFFFFF;
	font-weight: bold;
}

.small_text {
	font-size: 8pt;
	color: #8f3200;
	text-transform: uppercase;
}

.small_text_black {
	font-size: 7.5pt;
	color: #000000;
	text-transform: capitalize;
}

.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;
}

#monday {
	width: 117px;
	float: left;
	padding: 0;
	padding-left: 25px;
	margin-bottom: 10px;
	border-right-color: #000000;
	border-right-style: dotted;
	border-right-width: 2px;
}

#tuesday {
	width: 117px;
	float: left;
	padding: 0;
	padding-left: 25px;
	margin-bottom: 10px;
	border-right-color: #000000;
	border-right-style: dotted;
	border-right-width: 2px;
}

#wednesday {
	width: 117px;
	float: left;
	padding: 0;
	padding-left: 25px;
	margin-bottom: 10px;
	border-right-color: #000000;
	border-right-style: dotted;
	border-right-width: 2px;
}

#thursday {
	width: 117px;
	float: left;
	padding: 0;
	padding-left: 25px;
	margin-bottom: 10px;
	border-right-color: #000000;
	border-right-style: dotted;
	border-right-width: 2px;
}

#friday {
	width: 117px;
	float: left;
	margin-bottom: 10px;
	padding: 0;
	padding-left: 25px;
}

#recent-left_lg {
	width: 465px;
	float: left;
	padding: 0;
	padding-left: 25px;
	margin-bottom: 10px;
	border-right-color: #000000;
	border-right-style: dotted;
	border-right-width: 2px;
	vertical-align: top;
}

#recent-right_lg {
	width: 465px;
	float: left;
	margin-bottom: 10px;
	padding: 0;
	padding-left: 25px;
	vertical-align: top;
}

#recent-left {
	width: 335px;
	float: left;
	padding: 0;
	padding-left: 25px;
	margin-bottom: 10px;
	border-right-color: #000000;
	border-right-style: dotted;
	border-right-width: 2px;
	vertical-align: top;
}

#recent-right {
	width: 335px;
	float: left;
	margin-bottom: 10px;
	padding: 0;
	padding-left: 25px;
	vertical-align: top;
}

.searchterms {
display:none;
}

.glossymenu{
margin: 0px 0;
padding: 0;
width: 100%; /*width of menu*/
border-bottom-width: 0;
margin-left: auto;
margin-right: auto;
}

.glossymenu a.menuitem{
background: #8f3200 url(menuscript/glossyback.gif) repeat-x bottom left;
color: #fde6b2;
font-weight: bold;
letter-spacing: 3px;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
text-align:left;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #fde6b2;
}

.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: white;
}

.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 #8f3200;
text-align:left;
}

.glossymenu div.submenu ul li a{
display: block;
color: black;
text-decoration: none;
padding: 0px 0;
padding-left: 10px;
font-size: 8pt;
}

.glossymenu div.submenu ul li a:hover{
background: #fde6b2;
color: #8f3200;
}

.button20red {
	background-color:#FF0000;
	color:#FFFFFF;
	width:20px;
	cursor:pointer;
}

.button20 {
	background-color:#8f3200;
	color:#FFFFFF;
	width:20px;
	cursor:pointer;
}

.button80 {
	background-color:#8f3200;
	color:#FFFFFF;
	width:80px;
	cursor:pointer;
}

.button120 {
	background-color:#8f3200;
	color:#FFFFFF;
	width:120px;
	cursor:pointer;
}

.button160 {
	background-color:#8f3200;
	color:#FFFFFF;
	width:160px;
	cursor:pointer;
}

.button200 {
	background-color:#8f3200;
	color:#FFFFFF;
	width:200px;
	cursor:pointer;
}

.all_caps {
	text-transform: uppercase;
}
