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 {
	margin: 7px 0;
	font: 18px "Trebuchet MS", helvetica, arial, sans-serif;
	font-weight: bold;
}

p {
	margin: 0 0 10px 0;
}

img {
	border: none;
}

ul.pdf {
	margin: 7px 0;
	list-style-image: url('../images/file_acrobat.gif');
}

ul.pdf li a {
	margin-left: 5px;
	vertical-align: top;
}

#pagewrap {
	margin: 0 auto;
	width: 980px;
	height: auto;
	text-align: left;
}

#header {
	width: 980px;
	height: 165px;
	background-color: #73BAE0;
}

.logo_left img{
	margin: 10px 0 0px 10px;
	width: 92px;
	height: 144px;
	float: left;	
}

.logo_right img{
	margin: 10px 0 0 0;
	width: 164px;
	height: 144px;
	float: left;
}

.header_text{
	margin: 5px 0 0 0;
	padding: 0;
	width: 704px;
	height: 160px;
	font: 16px "Trebuchet MS", helvetica, arial, sans-serif;
	font-weight: bold;
	text-align: center;
	float: left;
}

header_text p {
	margin: 15px 0 0 0;
}

.header_text a {
	font-size: 14px;
	text-decoration: none;
	color: #000;
}

#pagecontainer {
	width: 980px;
	height: 100%;
	display: inline;
	clear: both;
}

#navbar {
	margin: 0;
	width: 180px;
	min-height: 640px;
	float: left;
}

*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: 15px; 
	margin-left: 10px;
	list-style-image: url(images/icon.jpg);
}

#eracon ul li a {
	padding-left: 2px; 
	vertical-align: top;
}

#eracon a {
	text-decoration: none;
	font-weight: bold;
	color: #003D7C;
}

#content {
	padding: 0 15px 10px 15px;
	width: 620px;
	float: left;
}

/* breadcrumb  */
.table_breadcrumb {
	margin-left: -5px;
	padding: 10px 0 15px 0; 
	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;
}
/* end breadcrumb  */

#content h1{
	text-align: center;
	font: 20px "Trebuchet MS", helvetica, arial, sans-serif;
}

.new {
	background-color: #dff2fd;
}

.important {
	padding: 5px;
	width: 380px;
	background-color: #FFFAA5;
	border: 1px solid #BA5D30;;
}

.important img {
	margin-right: 10px;
}

a.important_reg {
	padding: 3px;
	background-color: #DDEADD;
	border: 1px solid #7AAF7B;
	text-decoration: none;
}

#banner {
	padding: 10px 0 0 0;
	width: 150px;
	text-align: center;
	float: left;
}

#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;
}

.blue {
	padding: 10px 0 0 30px;
	background: url('../images/new.gif') no-repeat left;
	float: left;
}


.blue p {
	width: 550px;
	height: 34px;
	padding: 4px 10px;
	background: #DEF6F7 none repeat scroll 0 0;
	border: 1px solid #0A69C6;
	font-weight: bold;
}


