#dispatch_header {
width:100%;
height:125px;
background:url(../images/dispatch/DispatchHeader_bg.gif) repeat-x;
}

#dispatch_header img {
float:right;
}

.dispatch_h3 {
color:#6e6e6e;
font-weight:300;
font-size:150%;
border-bottom:1px solid #999;
}

#issues,#past_issues {
list-style:none;
padding:10px;
}

#issues .issue_num {
font-size:140%;
color:#f90;
padding:5px 0;
}

#issues .current_issue {
text-transform:uppercase;
background:#fd4800;
color:#fff;
font-size:60%;
border:1px solid #a02e00;
margin:0 0 0 20px;
padding:2px;
}

#issues a {
color:#f90;
text-decoration:none;
display:block;
border:1px solid #fff;
padding:3px;
}

#past_issues .issue_num {
font-size:140%;
color:#ccc;
padding:5px 0;
}

#past_issues a {
color:#999;
text-decoration:none;
display:block;
border:1px solid #fff;
padding:3px;
}

#past_issues a:hover,#issues a:hover {
background:#fff5cf;
border:1px solid #ffe477;
}