body {
	background-image: url("images/bg_images/blue_line_background.jpg");
	background-repeat: repeat;
	background-color: #5599FF;
	margin: 20px;
	padding: 0;
	text-align: center;
}

h1 {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 700;
	margin: 0;
}

h2 {
	font-size: 10px;
	color: #FFFF99;
	margin: 0;
	font-weight: 700;
}

h3 {
	font-size: 16px;
	color: #336699;
	font-weight: 700;
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
}

h4 {
	font-size: 13px;
	color: #336633;
	font-weight: 700;
	margin: 0;
	border: 2px solid #cccccc;
	background: #f2f2f2;
	padding: 5px;
	float: right;
}

h5 {
	font-size: 13px;
	color: #444;
	font-weight: 700;
	margin: 0;
	padding-bottom: 5px;
	line-height: 1.5em;
}

h6 {
	margin-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	line-height: 1.5em;
}

p {
	margin-top: 5px;
	padding-bottom: 5px;
	color: #444;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5em;
}

#container {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin: 0 auto;
	width: 900px;
	padding: 10px;
	height: auto;
	background-color: #efefef;
	text-align: left;
}

#banner {
	width: 900px;
	height: 100px;
	margin-bottom: 10px;
}

#bannerLeft {
	width: 79px;
	height: 100px;
	margin-right: 46px;
	margin-left: 35px;
	background-image: url(images/ebcLogo_grey2.jpg);
	float: left;
}

#bannerMiddle {
	width: 629px;
	height: 49px;
	background: url(images/bg1c.gif) repeat-x;
	float: left;
	border: 1px solid #CCC;
	border-width: 1px 0 0 1px;
	padding: 50px 0 0 10px;
}

#bannerRight {
	width: 80px;
	height: 49px;
	background: url(images/bg1c.gif) repeat-x;
	float: right;
	border: 1px solid #CCC;
	border-width: 1px 0 0 1px;
	padding: 50px 0 0 15px;
	text-align: middle;
}

#bannerRight a {
	color: #FFFF99;
	text-decoration: none;
	padding: 5px;
	width: 130px;
	height: 10px;
}

#bannerRight a:hover {
	color: #FFFFFF;
	cursor: pointer;
}

#content {
	background: url(images/bg1.gif) repeat-y;
	height: 1%;
	}

#leftColumn {
	float: left;
	width: 150px;
}


/* CSS Popout menuv */

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{ float:left;height:1%; }
* html #menuv ul li a{ height:1%; }
/* End */

/* position, size, and font of  menu */
#menuv {
	position:relative;
	z-index: 10;
	width: 125px;					/* [1] width of menu item (i.e., box) */
	font-size: 11px;
}

#menuv a {
	width: 100%;
	display:block;
	padding-top: 0.2em;				/* expands menu box vertically*/
	padding-bottom: 0.2em;
	border-bottom:1px solid #555;	/* adds bottom border */
	white-space:nowrap;
}

/* all menus at rest */
#menuv a, #menuv a:visited {
	border-bottom: 1px dotted #333;
	cursor: pointer;
	padding: 10px;
	color: #FFFF99;
	background-color: #000000;
	text-decoration:none;
}

/* attaches parent-arrow on all parents */
#menuv a.parent, #menuv a.parent:hover {
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

/* all menus on mouse-over */
#menuv a:hover {
	color: #FFFFFF;
	background-color: #000000;
}

#menuv li {
	list-style-type:none;	/* removes bullets */
}

#menuv ul li {
	position:relative;
}

#menuv li ul {
	position: absolute;
	top: 0;
	left: 145px;			/* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul {
	margin:0;				/* keeps the menu parts together */
	padding:0;
	width: 125px;			/* width of sub menus  (this should be the same as width value in #menuv [1]) above */
}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul {
	display: none;
}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul {
	display: block;
}
/* CSS Popout menuv END */


#leftColumnBottom {
	width: 130px;
	background: url(images/bg1c.gif) repeat-x;
	padding: 110px 10px 10px;
	color: #FFFF99;
}

#leftColumnBottom  a {
	color: #336633;
	cursor: pointer;
}

#leftColumnBottom  a:hover {
	color: #FFFFFF;
	cursor: pointer;
}

#rightColumn {
	float: left;
	width: 730px;
	margin-left: 11px;
	padding-left: 9px;
	color: #444444;
}

#rightColumn a {
	color: #336633;
	cursor: pointer;
}

#rightColumn a:hover {
	color: #000000;
	cursor: pointer;
}

#clear {
	clear: both;
}

.date {
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}

#footer {
	width: 920px;
	height: 30px;
	margin: 0px auto;
	padding: 3px 0px;
	background-color:#efefef;
	color:#666666;
	font-size:11px;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

#footer a {
	text-decoration: none;
	color: #666666;
	cursor: pointer;
}

#footer a:hover {
	color: #F39;
	cursor: pointer;
}

