html {
     overflow: -moz-scrollbars-vertical;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu {width:800px}
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:12px;
width:149px;
padding:6px 0;
color:#ffffff;
background:#51ADE6;
text-decoration:none;
margin-right:0px;
text-align:center;
font-family:arial,verdana, sans-serif;
font-weight:bold;
}
/* style the links hover */
.menu :hover{
color:#ffffff;
background:#FF8500;
text-decoration:none;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

.scroller {
	text-align: left;
	font-family:Verdana;
	font-size:11px;
	color:#5E5E5E;
	line-height:12px;
}

.heading {
	text-align: center;
	font-family:Verdana;
	font-size:20px;
	color:#5E5E5E;
	line-height:30px;
}
td.heading {
	height:40px;
}

td {
	text-align: left;
	font-family:Verdana;
	font-size:11px;
	color:#5E5E5E;
	line-height:15px;
}
a {
	text-decoration: underline;
	color:#9099BF;
	font-family:verdana;
}

body { 	margin:0px;padding:0px;	}
.copy{
font-family:verdana;
font-size:10px;
color:#6C6C6C;
text-decoration:none;
}

.bot_txt {
color:#525252;
font-family:Verdana;
font-size:10px; 
text-decoration:none}
#title_bulleted {background-image:url(images/small_hdg_bullet.gif);background-repeat:no-repeat;padding-left:24px;font-weight:bold;padding-bottom:8px;margin-top:14px;color:#616072;}
.gray {color:#5E5E5E; text-decoration:none}
.gray_l {color:#9369A8; text-decoration:none;font-weight:bold;}
.yellow {color:#CEAC20; text-decoration:none}
.blue {color:#9099BF; text-decoration:none}
.big {font-size:14px}
.smaller {font-size:9px}


.form { width:279px;
		height:17px;
		font-family:verdana;
		font-size:10px;
		border-style:;
		border-width:;
		border-color:;
		background-color:;
		color:#FFFFFF;
		margin-left:0px;
		margin-right:0px}
		
		
.textarea {width:387px;
		height:76px;
		font-family:verdana;
		font-size:10px;
		border-style:;
		border-width:;
		border-color:;
		background-color:;
		color:#ffffff;
		overflow:auto;
		margin-left:0px;
		margin-right:0px}
		
.search { width:146px;
		height:19px;
		font-family:tahoma;
		font-size:11px;
		border-style:;
		border-width:;
		border-color:;
		background-color:;
		color:;
		margin-left:0px;
		margin-right:0px}
		


.rollover {scrollbar-face-color:#8B8B8B;
		scrollbar-track-color:#E2E2E2;
		scrollbar-arrow-color:#ffffff;
		scrollbar-3Dlight-color:#ffffff;
		scrollbar-base-color:#ffffff;
		scrollbar-shadow-color:#ffffff;
		scrollbar-darkshadow-color:#ffffff;
		scrollbar-highlight-color:#ffffff;}


a:hover{text-decoration:underline;}

#under{text-decoration:underline;}
td.breadcrumb{padding:5 5 7 14;height:40px;}
a.breadcrumb:link {color:#9099BF;
text-decoration:none;font-weight:bold}
a.breadcrumb:active {color:#9099BF;
text-decoration:none;font-weight:bold}
a.breadcrumb:visited {color:#9099BF;
text-decoration:none;font-weight:bold}
a.breadcrumb:hover {color:#6C6C6C;
text-decoration:none;font-weight:bold}
.breadcrumb_here {color:#556BCC;font-weight:bold}


/* ===========================================  */
#NewsTicker{
border:solid 1px #cccccc;
background:#eaf5e0;
width:250px;
height:353px;
}
#NewsTicker h1{
padding:6px; margin:0; border:0;
background:#dfe9d5;
color:#000000;
font-size:11px;
font-weight:bold;
}
#NewsVertical {
width:250px;
height:300px;
display:block;
overflow:hidden;
position:relative;
}
/* --------------- */
/* Ticker Vertical */
#TickerVertical {
width:250px;
height:300px;
display:block;
list-style:none;
margin:0;
padding:0;
}
#TickerVertical li {
display:block;
width:238px;
color:#333333;
text-align:left;
font-size:11px;
margin:0;
padding:6px;
float:left;
}
#TickerVertical li .NewsTitle{
display:block;
color:#000000;
font-size:12px;
font-weight:bold;
margin-bottom:6px;
}
#TickerVertical li .NewsTitle a:link,
#TickerVertical li .NewsTitle a:Visited {
display:block;
color:#000000;
font-size:12px;
font-weight:bold;
margin-bottom:6px;
text-decoration:none;
}
#TickerVertical li .NewsTitle a:hover {
text-decoration:underline;
}
#TickerVertical li .NewsImg{
float:left;
margin-right:10px;
}
#TickerVertical li .NewsFooter{
display:block;
color:#000000;
font-size:10px;
margin:6px 0 14px 0;
}

.formfield {		font-family:verdana;
		font-size:10px;color:#666666;}


