#ribbon {
	background-color: #333;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	color: #FFF;
	height: 40px;
	font-size: 0.8em;
	padding: 0px;
}
#ribbonLinks a:link {
	color: #FFF;
	text-decoration: none;
	margin-right: 5px;
	padding-top: 10px;
}
#ribbonLinks a:visited {
	color: #FFF;
	text-decoration: none;
	margin-right: 5px;
	padding-top: 10px;
}
#ribbonLinks a:hover {
	color: #FFF;
	text-decoration: underline;
	margin-right: 5px;
	padding-top: 10px;
}
#ribbonLinks a:hover {
	color: #FFF;
	text-decoration: underline;
	margin-right: 5px;
	padding-top: 10px;
}
/* Begin styles for special alert */
#alertBackground {
                background: #930;

}
#importantUpdate {
        background: #000;
        text-transform: uppercase;
        color: #FFF;
        font-size: 13px;
        font-weight: bold;
        padding: 10px;
        border: 1px solid #000;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
}
#importantMessage {
        color: #000;
        font-size: 13px;
        padding-right: 10px;
        padding-left: 10px;
        background-color: #F1EC0E;
        border: 1px solid #ccc;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
}
#importantMessage a:link {
        color: #000;
        background: transparent;
        text-decoration: none;
}
#importantMessage a:visited {
        color: #000;
        background: transparent;
        text-decoration: none;
}
#importantMessage a:hover {
        color: #000;
        background: transparent;
        text-decoration: underline;
}
#importantMessage a:active {
        color: #000;
        background: transparent;
        text-decoration: underline;
}
/* end alert styles */
 