/* positions highlights box relative to other content on page */
#secondcolumnWrapper #highlight{
padding:20px 12px 4px 12px;float:right;width:250px;position:relative;
}

/* defines highlights box border and background color */
#secondcolumnWrapper #highlightContainer{
border:1px solid #ccc;background-color:#ebf7ff;vertical-align:top;
}

/* defines highlights content spacing and typography */
#secondcolumnWrapper #highlightContents{
padding:4px 4px 4px 0; font-size:0.9em; font-family:Verdana, Arial, Helvetica, sans-serif;line-height:130%;
}

#secondcolumnWrapper #highlight ul{
padding-left:1em;margin-left:1em;margin-top:8px;margin-bottom:8px;list-style-type:disc;
}

#secondcolumnWrapper #highlight a{
font-weight:bold;}

#secondcolumnWrapper #highlight a:link{
color:#333366;}

#secondcolumnWrapper #highlight a:visited{
color:#333366;}

#secondcolumnWrapper #highlight a:hover{
color:#666699;
text-decoration:none;
background:none;
}