body {
	margin: 0; /* to prevent IE from screwing up 100% width */
	padding: 0; /* to prevent IE from screwing up 100% width */
	font: 13px Arial, Helvetica, sans-serif;
	/*line-height: 1.2em;*/
}
a {
	color: #3C4C18;
}
.articletitle {
	font: 20px Arial, Helvetica, sans-serif;
    color: #3C4C18;
	
}
.subtitle {
	font: 16px Arial, Helvetica, sans-serif;
    font-weight: bold;
	color: #3C4C18;
}
.masthead {
	background: url(/images/masthead.jpg) no-repeat;
	width: 1000px;
	height: 112px;
}
.search {
	height: 16px;
}
#topmenubar {
	/*width: 100%;*/
	padding: 0;
	margin: 0;
	float: left;	
	width: 700px;
	padding-left: 280px;
	padding-top: 8px;
}

#topmenubar 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;
	height: 26px;
}

#topmenubar a {  /*describes specifics of the look of 1st tier since they all have links*/
	display: block;
	margin: 0;	
	padding: 4px 4px;
	color: #000000;
	font: 14px Arial, Helvetica, sans-serif;
	/*background: #FF9300;*/
	text-decoration: none;
	cursor: pointer;
	text-align: left;
}

#topmenubar a:hover {		/*describes specifics of the look of 2nd tier */
	font-weight: bold;	
}

#topmenubar ul ul li a {font: 12px Arial, Helvetica, sans-serif}

#topmenubar h2 {  /*nothing in h2 but 1st tier name with link, but needs margin: 0*/
	margin: 0;		/*describes specifics of the look of 2nd tier since they all have links*/
}

#topmenubar h2 a {  /*only need to specify attributes here that will be different from the standard <a> defined above*/
	padding: 4px 4px;
	font: 13px Arial, Helvetica, sans-serif;
	border-bottom: 0px;
	color: #ffffff;
	background: #3C4C18;
	margin: 0;
	text-align: left;
}
#topmenubar h2 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	/*color: #FF9300;*/
	color: #000000;
	background: #A3CB46;
}

#topmenubar li {position: relative;}

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

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

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


#leftmenu {
width: 188px;
}

#leftmenu ul {
list-style: none;
margin: 0;
padding: 0;
}

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

#leftmenu h2 a {  /*only need to specify attributes here that will be different from the standard <a> defined above*/
	font: 14px Arial, Helvetica, sans-serif;
	display: block;
	padding: 6px 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0;
	color: #ffffff;
	text-decoration: none;
	width: 180px;
}
#leftmenu h2 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	color: #A3CB46;
	color: #000000;
	background: #A3CB46;
}

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

#leftmenu h3 a {  /*describes specifics of the look of 2nd tier since they all have links*/
	font: 13px Arial, Helvetica, sans-serif;
	display: block;
	padding: 4px 4px;
	margin-right: 12px;
	color: #000000;
	background: #A3CB46;
	text-decoration: none;
	width: 180px;
}
#leftmenu h3 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	color: #ffffff;
	background: #3C4C18;
}

#leftmenu li {
position: relative;
}

#leftmenu ul ul {
position: absolute;
top: 0px;;
left: 95%;
/*right: 100%;  use this for menu flying out to the right */
width: 100%; 
z-index: 100;
}

div#leftmenu ul ul 
{display: none;}

div#leftmenu ul li:hover ul 
{display: block;}

    #ticker-container {
        position:relative;
        overflow:hidden;
        width: 180px;
        height: 105px;
        /*background-color: white;*/
        background-repeat: repeat;
        padding: 2px;
        border:  none ;
    }
	
	#ticker {
		position: relative;
		width: 170px;
	}
	
	#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: 11px;
            font-weight: normal;
            color: #3C4C18;
            padding-left: 0px;
	}
	
	#ticker ul li a {
            font-family: arial;
            font-size: 11px;
            font-weight: normal;
            color: #3C4C18;
            /*text-decoration: none;*/
            padding-left: 0px;
	}
        
    #ticker ul li a:hover {
            font-family: arial;
            font-size: 11px;
            color: #3C4C18;
            text-decoration: none;
            padding-left: 0px;
    }

