/* CSS Document */
body {
  	background-color: white;
  	color: black;
  	background-image: url(/img/back.gif);
  	background-repeat: repeat-y;
  	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #006633;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #006633;
}
a:visited {
	/* color: #000066;*/
	 color: #006633;
}
a:hover {
	color: #CC6600;
}
#sidebar {
	position: absolute;
	left: 0px;
	z-index: 2;
	width: 140px;
	background-color: #000066;
	color: white;
	margin: 0;
	padding-left: 10px;
	padding-right: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px !important;
	text-transform: uppercase;
}
#sidebar .big {
	font-size: 15px !important;
	width: 100%;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	border-bottom: 1px solid white;
	padding: 0.4em 0 0.2em 0;
	width: 100%;
	overflow: hidden;
	line-height: 1.2em;
}
/*This section makes the side navigation li links active for the full width of the div*/
#sidebar li a {
	display: block;
	width: 100%;
}
html>body #sidebar li a {
	width: auto;
}
/*ends section */
#sidebar li a:link, #sidebar li a:visited, #sidebar .big li a:link, #sidebar .big li a:visited {
	color: white;
	background-color: #000066;
	text-decoration: none;
}
#sidebar li a:hover, #sidebar .big li a:hover {
	background-color: #666699;
	color: white;
}
#sidebar img {
	padding-left: 15px;
}
#main {
	z-index:1;
	margin: 10px 8% 0px 150px;
	padding-left: 30px;
}
#eresource_main {
        margin: 0px 8% 0px 160px;
	
}
#eresource_body {
	margin: 0;
}
#header_img {
	width: 460px;
	height: 60px;
	border: 0;
	background-image: url(/img/heading.jpg);
	background-repeat: no-repeat;
	padding: 0 0 0.2em 0;
}
#header_border {
	border-bottom: 1px solid #666699;
	width: 100%
}
.indent {
	padding-left: 15px;
}
.indent2 {
	padding-left: 30px;
}
#feature_heading {
	background-color: #666699;
  	color: white;
	width: 30em;
/*	width: 18em; */
	padding: 1px 1px 1px 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 105%;
}
#announcement_heading {
	background-color: #666699;
  	color: white;
/*	width: 18em; */
	width: 30em;
	padding: 1px 1px 1px 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 105%;
}
.featured_text {
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 3px solid #666699;
	padding: 2px;
	font-size: 90%;
}
.centered_featured_text {
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 3px solid #666699;
	padding: 2px;
	font-size: 90%;
	text-align: left;
        width: 80%;
	margin: 5px 5px 5px 35px;
	padding: 5px 15px 5px 15px;
}
.highlighted_featured_text {
	text-transform: uppercase;
	color: #007058;
	font-size: 105%;
}

.feature_topic {
	font-weight: bold;
	font-size: 110%;
	color: #CC6600;
}
.feature_topic_normalfont {
	font-weight: normal;
	font-size: 110%;
	color: #CC6600;
}
#footer {
	clear: both;
	margin-top: 20px;
	width: 100%;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #666699;
}
#footer p {
	font-size: 70%;
	color: #333333;
	background-color: white;
	margin: 0;	
	font-style: italic;
	font-weight: normal;
	width: 100%;
}
#pgheading {
	font-family: Tahoma, Geneva, sans-serif;
	color: #CC6600;
	background-color: white;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 0.8em;
	border-bottom: 1px solid #666699;
	text-align: left;
}
.float_imgleft img{
	float: left;
	clear: left;
	margin: 5px 10px 10px 0px;
}
.float_imgright img{
	float: right;
	clear: right;
	margin: 0px 10px 10px 0px;
}
