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

@charset "UTF-8";

          /*
--=.._/(        Site Structure      )\_..=--
    	  */
				
body
 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-color: #006633;
	float: none;
}
#nav {
	height: 23px;
	background-color: #000000;
	width: 736px;
	padding-right: 12px;
	padding-left: 12px;
}

#wrapper{
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #E8BF01;
	background-image: none;
	height: auto;
}

#header{
	height:125px;
	width: 850px;
	text-align: left;
	background-color: #000000;
	padding: 5px;
	position: fixed;
	right: auto;
	top: 10px;
	background-image: url(../PutnamLogo%20copy.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	left: auto;
	clip: rect(auto,auto,auto,150px);
	margin: 6px;
}

#left-nav{
	clear:both;
	float:left;
	padding:5px 0px 20px 0;
	width:142px;
	line-height:120%;
}

#content{
	margin-left:0px;
	margin-bottom: 6px;
}

#primary {
	float:none;
	width:748px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #000000;
	margin-top: 6px;
	margin-right: 3px;
	margin-left: 6px;
	height: auto;
	padding-bottom: 0px;
	margin-bottom: 6px;
}
	#welcome{
	height:auto;
	_margin-left:-3px;
	overflow:hidden;
	background-color: #000000;
	background-repeat: no-repeat;
	width:743px;
	margin: 6px;
	background-position: center top;
	padding: 5;
	font-family: Optima;
	color: #FFFFFF;
	border: thin solid #FFFF00;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
	}

#footer{
	background:#d9d3a4 url(file:///Macintosh%20HD/Users/meghanressler/Documents/LaSalleVB/USR/Images/bg_footer.jpg) left bottom no-repeat;
	clear:left;
	height:40px;
	margin:0 -21px;
}
#primary2 {
	float:left;
	width:237px;
	background-color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-left: 6px;
	height: 300px;
}
#primary3 {
	float:left;
	width:237px;
	background-color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 6px;
	height: 300px;
}
20`
