body {
	margin: 0;
	padding: 0;
	font: 12px "Trebuchet MS", helvetica, arial, sans-serif;
}

a {
	text-decoration: underline;
	color: #000;
}

h3 {
	font: 16px "Trebuchet MS", helvetica, arial, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font: 18px "Trebuchet MS", helvetica, arial, sans-serif;
	font-weight: bold;
}

p {
	margin: 0 0 10px 0;
}

img {
	border: none;
}

ul.pdf {
	list-style-image: url('../images/file_acrobat.gif');
}

ul.pdf li a {
	margin-left: 5px;
	vertical-align: top;
}

#pagewrap {
	width: 100%;
	height: auto;
	text-align: left;
}

#header {
	height: 170px;
	background-color: #73BAE0;
	font-size: 12px;
}

.logo {
	margin: 20px 0 0px 10px;
	float: left;	
}

.header_text {
	margin: 0 0 0 250px;
	padding-top: 1px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.header_text a{
	font-size: 14px;
	text-decoration: none;
	color: #000;
}

#pagecontainer {
	height: 100%;
}

#navbar {
	margin:0;
	width: 250px;
	min-height: 640px;
	float: left;
	display: inline;
}

*html div#navbar { 
   height: expression( this.scrollHeight < 641 ? "640px" : "auto" ); /* sets min-height for IE */
   min-height: 640px; /* sets min-height value for all standards-compliant browsers */
}

#eracon ul {
	padding-left: 20px; 
	margin-left: 20px;
	list-style-image: url(images/icon.jpg);
}

#eracon ul li a {
	vertical-align: top;
}

#eracon a {
	text-decoration: none;
	font-weight: bold;
	color: #003D7C;
}

#content {
	margin: 0 20px 0 250px;
	padding: 0 0 10px 20px;
	text-align: justify;
}

#content h1{
	text-align: center;
	font: 20px "Trebuchet MS", helvetica, arial, sans-serif;
}

.new {
	background-color: #dff2fd;
}

#footer {
	height: 30px;
	width: 100%;
	background: #ccc;
	font-size: 10px;
	text-decoration: none;
	color: #000;
	float: left;
}
	
.credits a {
	margin: 10px 15px 0 0; 
	float: right;
	color: #003D7C;
	text-decoration: none;
}

#breadcrumb {}
.table_breadcrumb {
	padding: 10px 0 15px 0; 
	margin-left: -10px;
	font-weight: bold;
	}
#breadcrumb a:link, #content #breadcrumb a:visited {text-decoration:underline;color:#000;}
#breadcrumb a:hover, #content #breadcrumb a:active {font-weight: bolder;}

