/* Styles for right column back ground and news boxes across website */

#rightColumn {
position:absolute;
right: 18px;
top:90px;
width: 180px;
padding: 0px;
float:right;
font-size: 0.9em;
}

.newsbox {
width: 180px;
background-color: rgb(255, 255, 255);
border: solid rgb(255, 204, 255) 5px;
}

.newsBoxHeader {
height: 30px;
padding-top: 10px;
padding-left: 0px;
padding-right: 0px;
color: red;
text-align: center;
font-weight: bold;
background-color: rgb(4, 150, 196);
border: solid black 1px;
}

.newsBoxHeader a:hover {
color: rgb(0, 0, 0);
text-decoration: none;
}

.newsBoxHeader a {
color: rgb(255, 255, 255);
}

.newsBoxContents {
padding: 5px;
letter-spacing: 1px;
word-spacing: 3px;
border: solid black 1px;
}

