/*

EBS Color Scheme

PMS 2768 C 100% #14144F
PMS 2768 C 80% #434372
PMS 2768 C 60% #727295
PMS 2768 C 40% #A1A1B9
PMS 2768 C 20% #D0D0DC

PMS Cool Gray 11 C 100% #525051
PMS Cool Gray 11 C 80% #757374
PMS Cool Gray 11 C 60% #979697
PMS Cool Gray 11 C 40% #BAB9B9
PMS Cool Gray 11 C 20% #DCDCDC
PMS Cool Gray 11 C 10% EEEDED

*/

body, td, th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	//line-height: 15pt;
	color: #000;
}

body {
	background-color: #FFF;
}

div {
	margin: 0px;
	padding: 0px;
}

p, ul, ol, li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	//line-height: 15pt;
	margin-bottom: 1ex;
	margin-top: 1ex;
}

ul {
	list-style-type: square;
}

li {
	margin-bottom: 0ex;
	margin-top: 0ex;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18pt;
	line-height: 21pt;
	color: #000;
 	margin-top: 21px;
 	margin-bottom: 9px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	line-height: 16pt;
	color: #000;
 	margin-top: 7px;
 	margin-bottom: 16px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	line-height: 15pt;
	color: #000;
 	margin-top: 14px;
 	margin-bottom: 6px;	
}

a:link, a:visited {
	color: #000;
}

#headernavigation {
	display:none;
}

#logo {
	display: inline;
	float: left;
	margin: 20px;
}

#topnavigation {
	display:none;
}

#midnavigation {
	color: #000;

}

#midnavigationleft {
	float: right;
	text-align: right;
	font-size: 8pt;
}

#midnavigationright {
	display:none;
}

#topnavigation h1,
#topnavigation h2,
#headernavigation h2,
#midnavigation h2,
#leftnavigation h2 {
 	display:none;
}

#contentcontainer {
 	display: block;
 	float: left;
 	clear: both;
}

#leftnavigation {
	display:none;
}

#content {
 	float: left;
 	width: 8cm; /* Does not render properly in IE */
	//padding: 20px;
}

#sidebar {
	margin-left: -40px;
	width: 5cm; /* Does not render properly in IE */
	//padding: 20px;
}

#breadcrumbs {
	margin-top: -20px;
	font-size: 8pt;
	color: #000;
	margin-bottom: 25px;
}

p.backtotop {
	display:none;
}

#copyright{
	color: #000;
	margin-top:30px;
}
#bottomnavigation {display:none;}