@charset "UTF-8";
/* CSS Document */
			body  
			{
				background-color: ; /*#FC6,#C96*/
			/*	background-image: url(http://div3lists.smith.edu/images/background.png);
				background-repeat: no-repeat;
				background-position: center 5px;   */
			/*	font-family: Arial, Helvetica, sans-serif, Verdana; */
				font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
				font-size: 14px;
				color: ;
			}
			:link {
				color: #0000FF;
			}
			:visited {
				color: #0000FF;
			}
			a:hover {
				color: #3399FF;
			}
			
			h1 {
				text-align: center;
				margin: ;
				padding: ;
				background-color: ;
				color: #EBE9E3;
				font-weight: normal;
				font-size: 35px;
				border-bottom: ;
			}
			h1 strong {
				font-weight: bold;
			}
			h2 {
				background-color: ;
				font-size: 20px;
				font-weight: bold;
				color: ;
			}
			h3 {
				font-size: 18px;
				font-weight: bold;
				color: ;
			}
			.content {
				padding: 0px 0px;
				background-color: ;
			}
			.content-top {
				/* Values for IE/Win; will be overwritten for other browsers */
				background-color: ;
				width: 900px;
				height: 120px;
				float: left;
				padding-bottom: 0px;
			}
			.content-topleft {
				/* Values for IE/Win; will be overwritten for other browsers */
				background-color: ;
				width: 350px;
				height: 70px;
				float: left;
				padding-bottom: 0px;
			}
			.content-topright {
				/* Values for IE/Win; will be overwritten for other browsers */
				background-color: ;
				width: 550px;
				height: 70px;
				float: left;
				padding-bottom: 0px;
			}
			.content-columns {
				/* Setting relative positioning allows for 
				absolute positioning for sub-classes */
				position: relative;
				padding-top: 0px;
			}
			.content-column-left {
				/* Value for IE/Win; will be overwritten for other browsers */
				background-color: #FEFFD0;
				width: 580px;
				height: 370px;
				padding-left: 10px;
				padding-right: 10px;
				float: left;
				padding-bottom: 5px;
			}
			.content-faqcolumn-left {
				/* Value for IE/Win; will be overwritten for other browsers */
				background-color: #FEFFD0;
				width: 580px;
				height: 550px;
				padding-left: 10px;
				padding-right: 10px;
				float: left;
				padding-bottom: 5px;
			}
			.content-column-right {
				/* Values for IE/Win; will be overwritten for other browsers */
				background-color: #989A40;/*#CAFE96;*/
				width: 290px;
				height: 370px;
				padding-left: 10px;
				padding-right: ;
				float: left;
				padding-bottom: 5px;
				color:#FFF;
					
			}
			.content-faqcolumn-right {
				/* Values for IE/Win; will be overwritten for other browsers */
				background-color: #CAFE96;
				width: 290px;
				height: 550px;
				padding-left: 10px;
				padding-right: ;
				float: left;
				padding-bottom: 5px;			
			}
			.content-middle {
				/* Values for IE/Win; will be overwritten for other browsers */
				background-color: #d0e4fe;
				width: 880px;
				padding-left: 10px;
				padding-right: 10px;
				float: left;
				padding-bottom: 0px;
			}
			.content-bottom {
				/* Values for IE/Win; will be overwritten for other browsers */
				background-color: #999999; /*#FEFFD0;*/
				width: 880px;
				padding-left: 10px;
				padding-right: 10px;
				float: left;
				text-align:center;
				padding-bottom: 3px;
				color: #FFF;
			}
			.content-columns>.content-column-left, .content-columns>.content-column-right {
		
			} /* Non-IE/Win */
			img {
				border: 0px solid #ffffff;
				padding: 0px;
				margin: 0px;
				vertical-align: middle;
			}
			a:hover img {
				border: 2px solid #3399FF;
			}
			
</style>