/* CSS Document */

#banner {
	width: 694px;
	text-align: left;
	background-image: url(../images/blue.jpg);
	height: 170px;
	background-repeat: no-repeat;
	margin-left: 12px;
  	}
	
.active {
	border-bottom: 3px solid #01AFEE;
	margin-bottom: 0px;
	padding-bottom: 4px;
	}

.subactive {
	color: #01AFEE;
	margin-bottom: 0px;
	padding-bottom: 4px;
	}
		
.blue {
	color: #01AFEE;
	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 #01AFEE;
 	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 {
	color: #01AFEE;
 	text-decoration: none;
 	padding-bottom: 0;
	padding-bottom: 4px;
	}
	
#leftcolumn a {
	text-decoration: none;
	color: #01AFEE;
	padding-bottom: 4px;
	font-weight: bold;
	}

#leftcolumn a:active, #leftcolumn a.selected, #leftcolumn a:hover {
 	text-decoration: none;
 	padding-bottom: 0;
	padding-bottom: 4px;
	}
	
#rightcolumn h3 {
	margin: 0;
	border: 0;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/subnav.gif);
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
h4 {
	margin: 0 5px 3px 15px;
	padding: 0;
	color: #01AFEE;
	font-size: 12px;
	border-top: 0;
	border-right: 0;
	border-bottom: thin dashed;
	border-left: 0;
	}

.info {
	color: #01AFEE;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	}
