#container {
	width: 800px;
}
body {
behavior:url("csshover.htc");
	width: 100%x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #d2ded2;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link, a:visited {
	text-decoration: none;
	color: #006633;
}
a:hover   {
	color: #006633;
	text-decoration: underline;
}
a:active  { 
	color: red  
}
#header {
	width: 100%;
	background:url(images/headerbg2.jpg);
	background-color: #FFFFFF;

}
#header_in {
	width: 800px;
	background: url(images/headercollage.jpg);
	height: 200px;
}
#left_column {
	float: left;
	height: 350px;
	width: 190px;
	background-image: url(images/navbg.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#left_column li {

	list-style: none;
	
}
#left_column a {
	display: block;
	position: absolute;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #325B32;
}
#left_column a:hover, #home a#navhome, #ask a#navask {
	color: #006576;
	text-decoration: underline
}
a#navbooks {
	top: 23px;
	left: 30px;
}
a#navarticles {
	top: 38px;
	left: 30px;
}
a#navwebsites {
	top: 53px;
	left: 30px;
}
a#navask, a#navcampus, a#navresearch, a#navfaq, a#navlibrary, a#navfaculty, a#navsuggestion, a#navsite, a#navhome {
	left: 20px;
}
a#navask {
	top: 80px;
}
a#navcampus {
	top: 105px;
}
a#navresearch {
	top: 130px;
}
a#navfaq {
	top: 155px;
}
a#navlibrary {
	top: 180px;
}
a#navfaculty {
	top: 205px;
}
a#navsuggestion {
	top: 230px;
}
a#navsite {
	top: 255px;
}
a#navhome {
	top: 280px;
}
#left_column p {
	position: absolute;
	margin: 0;
	padding: 0;
	top:  5px;
	left: 20px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #325B32;
}
#middle_column {
	float: left;
	width: 450px;
	padding-top: 10px;
	padding-left: 10px;
}
#middle_column p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

#middle_column h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #346633;
	font-weight: bolder;
}
#middle_column h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	font-weight: bold;
}
#middle_column a:link, #middle_column a:active, #middle_column a:visited   {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;	
}
#middle_column a:hover  {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066CC;	
}
#booksmore {
	background-image: url(images/panelbooksmore.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 420px;
}
#booksmore h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	padding-left: 100px;
	padding-right: 20px;
	padding-top: 8px;
}
#articles {
	background-image: url(images/panelarticles.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 420px;
}


#articles h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	padding-left: 100px;
	padding-right: 20px;
	padding-top: 8px;
}
#webresource {

	background-image: url(images/panelweb.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 420px;
}
li {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 10px;
}
ul {

}
#books {
	background: url(images/books.jpg) no-repeat;
	width: 422px; 
	height: 56px;	
}
#booksOver {
	background: url(images/booksOver.jpg) no-repeat;
	width: 422px; 
	height: 143px;	
}
#articles {
	background: url(images/articles.jpg) no-repeat;
	width: 422px; 
	height: 56px;	
}
#websites {
	background: url(images/websites.jpg) no-repeat;
	width: 422px; 
	height: 56px;	
}
#books h1, #articles h1, #websites h1, #booksOver h1 {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 8px 20px 0 175px;
	margin: 0;
	text-transform: uppercase;
}
#books p, #articles p, #websites p, #booksOver p {
	font-size: 9px;
	padding: 0px 20px 0 175px;
	margin: 0;
}
#books ul, #articles ul {
	margin-left: 190px;
	display: none;

}
#books li, #articles li {
	list-style: disc !important;

}
#books:hover {
	background: url(images/booksOver.jpg) no-repeat;
	width: 422px; 
	height: 144px;	
}
#articles:hover {
	background: url(images/articlesover.jpg) no-repeat;
	width: 422px; 
	height: 164px;	
}
#books:hover ul, #articles:hover ul {
	display: block;
	margin-top: 10px;
}
#footer {
	width: 650px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	color: #666666;
}
#surveybanner {
	width: 422px;
	height: 56px;
	background-image: url(images/survey.gif);
	background-repeat: no-repeat;
}

.text4{
display: none;
}

.text3{
display: none;
}

.text5{
display: none;
}



