/* Default Link Style */
A {
    color: #0073c6;
    text-decoration: none;
}
A:hover {
    color: #666666;
    text-decoration: none;
}

.sidebar {
	border-top: solid #ffffff 1px; 
	border-bottom: solid #ffffff 1px;
	background: url(/images/default/design/rva/bottom.jpg) bottom repeat-x #0073c6;
	height: 510px;
}
