body {
	margin: 0px;
	padding: 0px;
	color: white;
	background: #9CADFF;
}

/* PAGE HEADER FORMATTING */

#headerbar {
	position: relative;
	top: 0px;
	background-image:  url(/images/layout/headerpicbg.jpg);
	background-repeat: repeat-x; 
	height: 95px;
	padding: 0;
	margin: 0;
}

#headerbar #banner {
	position: relative; 
	top: 0;
	left: 0;
	width: 821px;
	height: 95px;
	background: url(/images/layout/headerpic.jpg);
}

#boyshs #headerbar #banner {
	background: url(http://hillelpgh.org/images/layout/headerpic_boyshs.jpg);
}

#menu {

	position: absolute;
	left: 0;
	top: 70px;
	padding: 0;
	margin: 0;
}

/* CONTENT FORMATTING */

#content {
	background: #fff;
	font: 11px/20px verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 0px 170px;
	padding: 20px 15px 10px 15px;
	color: #000;
	border: 0px yellow dotted; /* FOR TESTING PURPOSES ONLY */
}

#content h2 {
	display: block;
	font: 18px/21px "Trebuchet MS", Tahoma, Arial, sans-serif;
	background: #3366FF url(/images/layout/h2bg.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
}

#content h3 {
	color: #CCCCCC;
	font: bold 20px/1 "Trebuchet MS", Arial, "Lucida Console", sans-serif;
	margin-left: 20px;
}

/* LEFT SIDEBAR FORMATTING */

body>#lsidebar {
	width: 150px;
}

/* QUICKLINK FORMATTING */

#sidebar {
	position: absolute;
	z-index: 1;
	left:0px;
	top:120px;
	color: white;
	padding: 10px;
	width: 170px;
	font: 12px/1.3 "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
}

#sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font: 10px/1 Arial, Helvetica, sans-serif;
}

#sidebar li {
	height: 16px;
	vertical-align: bottom;
	font-weight: normal;
	background: #3c3dd6;
	/* background: #FFCC66; */
	padding: 4px 10px 2px 10px;
	margin: 0;
	width: 130px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:120px;
}

#sidebar li.qlhead {
	height: 18px;
	padding: 8px 0 0px 20px;
	background: #4c6df6 url(/images/layout/qlcorner.gif) no-repeat top left;
	/* background: #FFFF99; */
	font: 12px/1 Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#sidebar li.qlbottom {
	background: #3c3dd6 url(/images/layout/qlcorner2.gif) no-repeat bottom right;
	/* change this also */
}


/* LINK FORMATTING */

#content a {
	text-decoration: none;
	color: blue;
	border-bottom: 1px #0066FF solid;
}

#content a:hover {
	color: #1C1DA6;
	background: #9CBDFF;
	border-bottom: 1px #ACCDFF solid;
}

#content a:visited {
	text-decoration: none;
	color: purple;
	border-bottom: 1px #CC99FF solid;
}

#content a.backtotop, #content a.backtotop:visited {
	color: blue;
	padding: 3px 3px 3px 18px;
	background: url(/images/layout/backtotop.gif) 3px 3px no-repeat;
	border: 0;
}

#content a.backtotop:hover {
	background: 3px 3px url(/images/layout/backtotop.gif) no-repeat #F0F6FF;
}

/* FOOTER FORMATTING */

#footer {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px #6C8DFF solid;
	border-bottom: 1px #6C8DFF solid;
	background: #3C3DD6;
	font: 10px/11px white Verdana, Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
	height: 63px;
}

#footer #footcontent {
	float: left;
	width: 70%;
	text-align: center;
	padding: 6px;
	margin: 0;
}

#footer ul {
	padding: 0;
	margin: 0;
}

#footer li {
	display: inline;
	border-right: 1px white solid;
	padding: 0 5px;
	margin: 0;
}

#footer li ul {
	display: none;
}

#footer li.end {
	border-right: 0px;
}

#footer a, #footer a:visited {
	text-decoration: none;
	color: #CCD0FF;
}

#footer a:hover {
	text-decoration: none;
	color: #1C1DA6;
	background: #9CBDFF;
}

#footcontact {
	float: right;
	width: 20%;
	padding: 4px;
	padding-right:0px;
	padding-left: 8px;
	background: #4C6DF6;
	border-left: 8px #6C8DFF solid;
	text-align: left;
}

#comingsoon {
	padding: 30px;
	font-weight: bold;
}

/* site-wide classes */
.errmsgs {
	padding-left: 25px;
	color: red;
	font-weight: bold;
}