/* CSS Document */

#banner {
	width: 694px;
	text-align: left;
	background-image: url(../images/red.jpg);
	height: 170px;
	background-repeat: no-repeat;
	margin-left: 12px;
  	}
	
.active {
	border-bottom: 3px solid #7B0002;
	margin-bottom: 0px;
	padding-bottom: 4px;
	}
	
.red {
	color: #7B0002;
	font-weight: bold;
	}
	
#nav a {
 	text-decoration: none;
 	color: #fff;
	padding-bottom: 4px;
	}

#nav a:active, #nav a.selected, #nav a:hover {
 	border-bottom: 3px solid #7B0002;
 	padding-bottom: 0;
	padding-bottom: 4px;
	}

#rightcolumn a {
	text-decoration: none;
	color: #fff;
	padding-bottom: 4px;
	font-weight: bold;
	}

#rightcolumn a:active, #rightcolumn a.selected, #rightcolumn a:hover {
 	text-decoration: none;
 	padding-bottom: 0;
	padding-bottom: 4px;
	}
	
#leftcolumn a {
	text-decoration: none;
	color: #7B0002;
	padding-bottom: 4px;
	font-weight: bold;
	}

#leftcolumn a:active, #leftcolumn a.selected, #leftcolumn a:hover {
 	text-decoration: none;
 	padding-bottom: 0;
	padding-bottom: 4px;
	}
	
h3 {
	margin: 0 5px 0 5px;
	padding: 0;
	border: 0;
	color: #7B0002;
	font-size: 14px;
	font-weight: bold;
	}
	
h4 {
	margin: 0 5px 3px 15px;
	padding: 0;
	border: 0;
	color: #7B0002;
	font-size: 12px;
	}