@charset "UTF-8";
/* CSS Document */

/*Home Page specific styling*/

#banner{	position: relative;

			margin:0;

			padding: 0;

			width: 1000px;

			height: 260px;
			}



#content{	position: relative;
			width: 1000px;
			height: 220px;
			margin: 0;
			padding: 0;
			background-color: #fff;
			}

			

#feature1{	position: relative;
			margin-top: 0px;
			margin-left: 0px;
			margin-bottom: 10px;
			width: 332px;
			height: 200px;
			border: 0;
			float: left;
			}

#feature2{	position: relative;
			margin-top: 0px;
			margin-left: 0px;
			margin-bottom: 10px;
			width: 332px;
			height: 200px;
			border: 0;
			float: left;
			}

#feature3{	position: relative;
			margin-top: 0px;
			margin-left: 1px;
			margin-bottom: 10px;
			width: 332px;
			height: 200px;
			border:0;
			float: left;
			}

/*Home Page specific styling*/
#credit{position: relative; float: left; display: block; width: 100%; height: 1em; margin-top: 10px; margin-left: auto; margin-right: auto; font-size: .55em; color: #006699; text-align: center;}
#credit a{font-size: 1em; color: #666;}