/* CSS Document */

/* old */

A.tablelist { 
	font-family: verdana;
	font-size: 9pt;
	color: white;
	text-decoration: none;
	}

A:visited.tablelist { 
	font-family: verdana;
	font-size: 9pt;
	color: white;
	text-decoration: none;
	}

A:hover.tablelist {
	font-family: verdana;
	font-size: 9pt;
	color: FFFF00;
	text-deocration: underline;
}

/* NEW */

#sections ul { margin-left: 22px; padding-left: 0; }
#sections ul li { padding-bottom: 4px; }
#sections ul li a:link, #sections ul li a:visited { text-decoration: none; }

.left { float: left; width: 368px; }

.colLeft { float: left; width: 176px; border: 1px solid #293e52; background-color: #EAF4FF; height: 325px; }
.colCenter { float: right; width: 173px; border: 1px solid #836221; background-color: #FFEFDF; height: 325px; }
.colRight { float: right; width: 176px; border: 1px solid #3e5229; background-color: #F0FFE1; height: 325px; }

.spacer { padding-right: 20px; }

.blue { color: #036; font-size: 0.9em; }

.red { color: #FF0000; font-weight: bold; }


