/* GLSEN Chapter Site Formatting
   Screen Items                   */

@import "main.css";


body {
	background: #ffffff url(../images/core/top_blackboard.jpg) repeat-x top left;
}

#header_print {
	display: none;
}

/** Navigation Bar **/

#leftsection {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
}

#navbar {
	width: 180px;
	float: left;
	margin: 0 0 0 0;
	/* overlapping portion of the sectiontitle cutout */
	background-repeat: no-repeat;
}
	
#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
	float: left;
}
	
#navbar li {
	font-family: verdana, arial, helvetica, sans-serif;
}
	
#navbar a {
	display: block;
	
	font-size: 0.75em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
	
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	border-bottom: 1px solid #ffffff;
	
	/* ie5/win box model hack */
	width: 180px;
	/*height: 35px;*/
	voice-family: "\"}\""; 
  	voice-family:inherit;
}
	
#navbar a:hover {
	background-color: #4baddc; /*#a9a9a9;*/
	color: #ffffff;
}


/** Footer **/

#footer {
	background: #5e5e5e;
}

#footer_content {
	color: #ffffff;
}