body {
	margin: 0; /* to prevent IE from screwing up 100% width */
	padding: 0; /* to prevent IE from screwing up 100% width */
	padding-top: 0px;
	background: #F3DEA9;
}
p, td {
	font: 13px Arial, Helvetica, sans-serif;
}
.articletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
a {
	color: #033171;
}

#menu {
	/*width: 100%;*/
	width: 929px;
	height: 30px;
	background: url(images/nav_bg.jpg) repeat-x;
}

#menu ul {	/*controls placement of 1st level - top */
	list-style: none;
	margin: 0; /* -right controls space between buttons */
	padding: 0;
	/*width: 6em; controls width of top and second tier menus - use if all widths are the same*/
	float: left;
}

#menu a {  /*describes specifics of the look of 2nd tier since they all have links*/
	display: block;
	margin: 0;
	padding: 4px 5px;
	padding-left: 10px;
	padding-right: 0px;
	border-bottom: 1px solid #FFFFFF;
	color: #ffffff;
	background: #033171;
	text-decoration: none;
	cursor: pointer;
}

#menu a:hover {		/*describes specifics of the look of 2nd tier */
	color: #000000;
	background: url(images/nav_bg.jpg);
}

#menu ul ul li a {font: bold 12px arial, helvetica, sans-serif}

#menu h2 {  /*nothing in h2 but 1st tier name with link, but needs margin: 0*/
	margin: 0;
}

#menu h2 a {  /*only need to specify attributes here that will be different from the standard <a> defined above*/
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-right: 3px;
	font: bold 12px arial, helvetica, sans-serif;
	color: #000000;
	background: url(images/nav_bg.jpg) repeat-x;
	margin: 0;
}
#menu h2 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	color: #ffffff;
	background: #033171;
}

#menu li {position: relative;}

#menu ul ul {
	position: absolute;
	z-index: 500;
	width: 250px;  if added, could make the second tier longer than the first tier*/
	left: 0px;  /*controls left offset */
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

    #ticker-container {
        position:relative;
        overflow:hidden;
        width: 220px;
        height: 95px;
        /*background-color: white;*/
        background-repeat: repeat;
        padding: 2px;
        border:  none ;
    }
	
	#ticker {
		position: relative;
		width: 220px;
	}
	
	#ticker ul {
		padding:0;
		margin:0;
		list-style-type:none;
	}
	#ticker ul li {
            display:list-item;
            margin-top: 1px;
            margin-bottom: 0px;
            padding-top: 1px;
            padding-bottom: 0px;
            font-family: arial;
            font-size: 10px;
            font-weight: normal;
            color: #000000;
            padding-left: 12px;
	}
	
	#ticker ul li a {
            font-family: arial;
            font-size: 10px;
            font-weight: normal;
            color: #003466;
            /*text-decoration: none;*/
            padding-left: 0px;
	}
        
    #ticker ul li a:hover {
            font-family: arial;
            font-size: 10px;
            color: ;
            text-decoration: none;
            padding-left: 0px;
    }

#divScroll {
padding-left: 5px;
padding-right: 5px;
overflow-x: hidden;
overflow-y: scroll;
overflow: auto;
width: 280px;
height: 300px;
text-align:left;
/*border: 1px solid #4290cc;*/
}