@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#pageWrapper {
	clear: both;
	float: none;
	width: 800px;
	margin:0px auto;
}
.clearing {
	height: 0;
	font-size: 0;
	clear: both;
}
img, div { behavior: url(iepngfix.htc) }


/* Header styles */
#header {
	height: 150px;
	padding: 0;
	background-color: #fff;
}
#header h1 {
	display: none;
}
#logo {
	float: left;
	width: 260px;
	height: 150px;
	background-image: url(../images/ebslogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo a {
	width: 260px;
	height: 150px;
	display: block;
}
#tag {
	margin-right: auto;
	margin-left: 260px;
	width: 540px;
	text-align: center;
	padding-top: 20px;
	font-size: 26px;
	font-weight: bold;
	color: #01662C;
}


/* Menu and navigation */
/* navigation */
#menu	{

}

/* Content styles */

#contentWrapper	{
	padding: 20px 15px 5px 15px;
	background-color: #fff;
}
#content a img, #content abbr {
	border: 0;
}
#content p {
	margin-top: 0px;
	margin-bottom: 13px;
}


#content a {
	text-decoration: none;
	font-weight: bold;
	color: #025F26;
}

#content a:hover {
	text-decoration: underline;
}


#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-bottom: 0.5em;
}
#content h1	{
}
#content h2 {
	color: #0A6A2B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
#content h3 {
	color: #006;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}


#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
}
#content h5 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

/* sidebar */
#sidebarWrapper {
	float: right;
	display: block;
	width: 250px;
	margin: 0 0 10px 10px;
	border: 1px solid #ccc;
}
#sidebar {
	display: block;
	padding: 10px 10px 0 10px;
}
#sidebar a:link, #sidebar a:visited {
	color: #006;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}

/* /sidebar */

/* footer */
#footer {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 6px;
	text-align: center;
	padding-top: 6px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #CCC;
}

#footer p {
	font-size: 14px;
	color: #333;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}
#footer p a {
	color: #333;
	font-weight: bold;
}

