body {
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url('../img/bkg/tile.png');
	background-repeat: repeat;
        /*background-color: #e0e0e0;*/
	margin: 40px 0 40px 0;	/* Need to set body margin and padding to get consistency between browsers */
	padding: 0;
}
#contentBody {
	width: 100%;
	min-height: 400px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#container {
	width: 800px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	background-image: url('../img/bkg/content_background.png');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-top: 1px solid #006699;
	border-right: 1px solid #006699;
	border-left: 1px solid #006699;
}
#heading1 {
	text-align: left;
	font-size: 22px;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-weight: bold;
	color: #ff6600;	
	padding-top: 15px;
	padding-bottom: 5px;
}
#heading2 {
	text-align: left;
	font-size: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-weight: bold;
	color: #000000;
	padding-top: 15px;
	padding-bottom: 5px;
}
#heading3 {
	text-align: left;
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 5px;
}
#accentHeading {
	text-align: left;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;	
	font-weight: bold;
        color: #ff6600;
	line-height: 14px;
}
#accent {
	text-align: left;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;	
	font-weight: normal;
	color: #ff6600;
}
#ensureEncapsulation {
	height: 0; 
	clear: both;
}

#heading1 a {
	text-align: inherit;
	font-size: inherit;
	font-family: inherit;	
	font-weight: inherit;
	color: #006699;
	text-decoration: none;
}
#heading1 a:hover {
	text-decoration: underline;
}
#heading2 a {
	text-align: inherit;
	font-size: inherit;
	font-family: inherit;	
	font-weight: inherit;
	color: #006699;
	text-decoration: none;
}
#heading2 a:hover {
	text-decoration: underline;
}
#heading3 a {
	text-align: inherit;
	font-size: inherit;
	font-family: inherit;	
	font-weight: inherit;
	color: #006699;
	text-decoration: none;
}
#heading3 a:hover {
	text-decoration: underline;
}


/* FOOTER */
#footer {
	font-size: 11px;
	clear: both;
	width: 800px;
	height: 30px;
	padding-top: 40px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #006699;
	border-right: 1px solid #006699;
	border-left: 1px solid #006699;
}

/*
#footer a {
	font-size: 11px;
	color: #006699;	
	text-decoration: underline;
}
#footer a.footer:hover {
	text-decoration: none;	
}
*/
/* OPAC Background */
div.opac90 {
	filter: alpha(opacity=95);
	-moz-opacity: .95;
	-khtml-opacity: 0.95;
	opacity: .95;	
}
div.opac75 {
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	-khtml-opacity: 0.75;
	opacity: .75;	
}
div.opac50 {
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	-khtml-opacity: 0.5;
	opacity: .50;	
}
div.opac25 {
	filter: alpha(opacity=25);
	-moz-opacity: .25;
	-khtml-opacity: 0.25;
	opacity: .25;	
}
div.solid {
	filter: none;
	-moz-opacity: none;
	-khtml-opacity: none;
	opacity: none;	
}

/* LINKS */
a {
	color: #006699;	
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}

#leftNav #navSubEntry a {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;	
	text-decoration: none;
			
}
#leftNav #navSubEntry a:hover {
	text-decoration: underline;
}


p {
	padding: 0;
	margin: 0;
}
li {
	padding-top: 10px;
}


blockquote {
	text-indent: 25px;
	background: url('/img/openQuotes.png');
	background-position: 0 2px;
	background-repeat: no-repeat;
}

blockquote p {
	display: inline;
	margin: 0;
	font-size:115%;
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #333333;
	padding-right: 24px;
	background: url('/img/closeQuotes.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}
