/* GLSEN Chapter Site Formatting
   Screen Items                   */

@import "main.css";


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

#header {
	display: none;
}

#header_print {
	display:;
}

#tab_yellow {
	display: none;
}

#content_specific {
	margin-left: 0px;
}

/** Navigation Bar **/

#leftsection {
	float: left;
	width: 0px;
	display: none;
}

#navbar {
	display: none;
}
	
#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;
}
	
/* unhack ie5/win */
/*#navbar>ul a {
	height: 35px;
}*/
	
#navbar a:hover {
	background-color: #4baddc; /*#a9a9a9;*/
	color: #ffffff;
}


/** Footer **/

#footer {
	background: #ffffff;
}

#footer_content {
	color: #000000;
}