body {
	margin: 0; /* to prevent IE from screwing up 100% width */
	padding: 0; /* to prevent IE from screwing up 100% width */
	background: #136730;
	padding-top: 6px;
}
p, td {
	font: 13px Arial, Helvetica, sans-serif;
}
.articletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	/*color: #AF8C39;*/
}
#masthead {
	padding: 0;
}
#masthead h1 {
	margin: 0;
	width: 644px;
	height: 0;
	padding-top: 62px;
	background: url(/images/masthead-left.jpg) top left no-repeat;
	overflow: hidden;
	float: left;
}
#menu {
	/*width: 100%; */
	background-color: #136730;
	width: 935px;
}

#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: 3px;
	padding-right: 0px;
	border-left: 1px solid #CC8100;
	border-right: 1px solid #CC8100;
	border-bottom: 1px solid #CC8100;
	color: black;
	background: #FFE6BB;
	text-decoration: none;
	cursor: pointer;
}

#menu a:hover {		/*describes specifics of the look of 2nd tier */
	color: #FFE6BB;
	background: #CC8100;
}

#menu ul ul li a {font: 11px 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: 8px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	font: 14px arial, helvetica, sans-serif;
	color: #FFE6BB;
	background-color: #136730;
	margin: 0;
	border: 1px solid #136730;	
}
#menu h2 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	color: #FFE6BB;
	background-color: #CC8100;
	
}

#menu li {position: relative;}

#menu ul ul {
	position: absolute;
	z-index: 500;
	width: 150px;  /*if added, could make the second tier longer than the first tier*/
	left: 0px;  /*controls left offset */
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: fixed;
background-color: lightyellow;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
position: fixed;
left: 375px; /*position where enlarged image should offset horizontally */
top: 50px;

}

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: 400px;
        height: 2px;
        /*background-color: white;*/
        background-repeat: repeat;
        padding: 10px;
        border:  none ;
    }
	
	#ticker {
		position: relative;
		width: 400px;
	}
	
	#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: 14px;
            font-weight: normal;
            color: #ffffff;
            padding-left: 0px;
	}
	
	#ticker ul li a {
            font-family: arial;
            font-size: 14px;
            font-weight: normal;
            color: #003466;
            /*text-decoration: none;*/
            padding-left: 0px;
	}
        
    #ticker ul li a:hover {
            font-family: arial;
            font-size: 14px;
            color: ;
            text-decoration: none;
            padding-left: 0px;
    }