BODY, TD {
  
}

A {
}

A:Hover {
}

IMG {
    border: 0px;
}

#header {
    margin-top: 30px;               
}

#topBanner {
    float: left;
    margin: 0px 0px 0px 35px;
}

#search_form {     
    margin-right: 57px; 
    float: right;   
}

input.searchbox {
    width: 116px;
    height: 20px;
    background: url("../images/searchbox.png") no-repeat top left;
    border: 0px;
    padding: 3px 5px 0px 20px;
    margin: 0px;
}

input.searchbutton {    
    height:20px;
    width:48px;
    border:none;
    margin: 0 0 -10px 0;
}

#header_nav {
    border-top: 1px solid #a4a4a5;
    border-bottom: 1px solid #a4a4a5;
    padding: 5px 30px;
    margin-top: 5px;
}

#header_nav ul {
    display: inline;
}
#header_nav li {
    display: inline;
    list-style-image: none;
    margin: 0px 6px;   
}

#header_nav a {
    color: #3e424b;
    font-weight: bold;
}
#header_nav a:hover {
    color: #93CD43;
}

A#issue_events {  
    color: #eb7942;
    margin-left: 30px;
    font-weight: bold;
	float:right;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
A#issue_events {
    margin-left: 30px;
}               
}

.grey_heading {
    color: #adaeae;
    font-weight: bold;
}