/* CSS for BCEC */
/* styles for second level pages */
html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	margin:0;
	padding:0;
	background:#fff url(../assets/180x1_660033.gif) 0 0 repeat-y; /* Moved this from the #main style so that it will stretch the full height of the page */ 
	}


#wrapper {
	margin:0;
	padding:0;
	}

#main {
	padding: 0;
	margin:0;
}	

#header {
	text-align:center;
}

#header img {
	margin:5px auto;
}

#left {
  width: 180px;
	float: left;
  display: inline;  /*required for IE floats*/
	padding:0;
	min-height:100%;
	background-color:#660033;
}

#left img {
	clear:left;
}

#bottomLeftLogo {
	position:absolute;
	bottom:10px;
	left:8px;
	z-index:0;	
}	

#bottomLeftLogo img {
	border:2px solid #000;
}	

#right {
	margin-left: 210px;
	padding:5px;
}


#right h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	color:#660033;
	font-stretch:ultra-condensed;
	border-bottom:3px solid #000;
	margin:0;
}

#right p {

}

#nav li a {
		/* Remove the left and right 1px border in left nav so that it will fit in 180px wide stripe...  */
		border-width:1px 0;
	}

#nav ul {
	/* Remove the 3px border around the root list so that it will fit in 180px wide stripe...  */
	border:none;
}

#nav ul ul {
	/* add 3px black border to pop out list per Jonathan's request...  */
	border:3px solid #000;
}
