@charset "utf-8";
/* CSS Document */
		
#main_leftcol_wrap {
	top: 125px;
		margin-top: 0px;
		float: left;
		width: 160px;
		height:500px;
		margin-bottom: 10px;
		margin-left: 6px;
		
		}	
						
#main_leftcol {
			background-color: #ffffff;
			width: 160px;
			border-right: 1px solid #CCCCCC;
			border-left: 1px solid #CCCCCC;
		}
		
	/* This is for the fancy-shmancy unordered list rollover navigation menu in the left hand column.
	Why an unordered list for a menu?  Semantics, baby! (And better search engine crawlability) */
	#navcontainer { width: 160px; }

	#navcontainer ul
		{
		margin-top: 5px;
		margin-left: 10px;
		margin-bottom: 22px;
		padding-left: 2px;
		list-style-type: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		}

	#navcontainer a
		{
		display: block;
		padding: 2px;
		width: 120px;
		background-color: transparent;
		}
		
	#navcontainer a:link
		{
		color: #000000;
		text-decoration: none;
		}

	#navcontainer a:visited {color:#004F15;text-decoration: none;}

	#navcontainer a:hover
		{
		background-color: none;color: #CC0000;
		}
