/****************************************
** UNIQUE/SPECIFIC STYLES
****************************************/
	#homeSlideShow{
		width:500px; /* Set your image width */
		height:300px; /* Set your image height */
	}
	#homeSlideShow img{
		display:none;
	}
	#homeSlideShow img.active{
		display:block;
	}
	/****************************************
	** EMAIL DIRECTORY SEND LIST
	****************************************/
	div.emailsendlist{
		font-size:12px;
		line-height:20px;
		padding:5px 20px 5px 20px;
		color:#333333;
	}
	/****************************************
	** NWTC NEW FACES
	****************************************/
	img.nwtc-new-faces{
		float:left; 
		margin:0 20px 10px 0;
	}
	/****************************************
	** ATHLETICS SCHEDULE LISTINGS
	****************************************/
	div#content div.athleticsScheduleListing{
		margin:0 10px 0 10px;
		/*border:1px solid #999999;*/
	}
		div#content div.athleticsScheduleListing ul{
			list-style-type:none;
			margin:0 0 0 10px;
			padding:0;
		}
			div#content div.athleticsScheduleListing ul li{
				list-style-type:circle;
				margin:10px 0 5px 10px;
				padding:0;
				font-size:16px;
			}
				div#content div.athleticsScheduleListing ul li a:link,
				div#content div.athleticsScheduleListing ul li a:visited{
					text-decoration:none;
					color:#000066;
				}
				div#content div.athleticsScheduleListing ul li a:hover,
				div#content div.athleticsScheduleListing ul li a:active{
					text-decoration:underline;
				}
	/****************************************
	** SCHOOL BOARD MEETING CALENDAR
	****************************************/
	div#content table.schoolBoardMeetings{
		border-color:#cccccc;
	}
		div#content table.schoolBoardMeetings td, table.schoolBoardMeetings th{
			height:75px;
		}
		div#content table.schoolBoardMeetings th{
			background-color:#999999;
		}
		div#content table.schoolBoardMeetings td{
			text-align:center;
			color:#ffffff;
			font-size:11px;
			padding:10px 3px 10px 3px;
		}
		div#content table.schoolBoardMeetings td.bfaColumn{
			background-color:#4b174b;
			color:#ffffff;
		}
		div#content table.schoolBoardMeetings td.satecColumn{
			background-color:#17177d;
			color:#ffffff;
		}
		table.schoolBoardMeetings td.sacsColumn{
			background-color:#7d7d17;
			color:#ffffff;
		}
		div#content table.schoolBoardMeetings td.fcsColumn{
			background-color:#7d1717;
			color:#ffffff;
		}
		div#content table.schoolBoardMeetings td.altColumn{
			background-color:#1a801a;
			color:#ffffff;
		}