/* Globals */
* {
	font-family: Verdana, Arial, Helvettica;
}

#top_title {
	/* Each group needs to set its colors and background images */
/*	background-color: black;*/
}
#top_title a {
	/* The whole top bar is a link to the home page, for now */
	height: 100px;
	display: block;
}

#top_nav {
	width: 100%;
}
/*#top_nav:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}*/

.menu_table {
	font-size: .9em;
	font-weight: bold;
}
.menu_table td.current, .menu_table td.menu_space_right, .menu_table td.non_current {
	padding: 7px;
	padding-left: 9px;
	padding-right: 9px;
}
.menu_space_right {
	width: 100%;
}
.menu_table td a:hover {
	text-decoration: underline;
}

#login {
	display: none;
	visibility: hidden;
}

#section {
	min-height: 300px;
}

#bottom {
	margin-top: 30px;
}
