





/* ALTERED DIVS FROM MAIN.CSS *//*==============================
           HEADER
==============================
#masthead {
	height: 160px;
}



.logo
{
	 z-index: 80000;
	 position: relative; 
	 top: 30px;
	 left: 10px;
}

.slogan
{
	 z-index: 80000;
	 position: relative;
	 top: 50px;
	 left: 10px;
}*/
/*==============================
           COLUMNS
==============================*//* container for just the left and center columns */
.inner-container {
  width: 60%;              
}

/* left column */
.nav {
	width: 35%;
}
/* center column */
.content {
	width: 60%;
	
}
/* right column */
.sidebar {
  width: 35%;              /* a little less than available 24% */
}

/* NEW DIVS */

.sidebar_lists {
}

.sidebar_lists ul {
	display: block;
	margin: 0;
	padding: 0;
}

.sidebar_lists li {
	color: #515151;
	list-style-type: none;
	padding: 3px;
	border-bottom: 1px solid #eee;
	}
	
#search form {
    text-align:left;
}  

.more {
	font-size: .9em;
	text-align: right;
	padding: 3px 0 3px 0;
}

.centerDisplay {
	clear: both;
	margin: 0;
	padding: 5px;
	text-align: left;
	background: #f9f9f9;
	border: 1px solid #fff;
	color: #666; 
}

.title {
	font-size: 1.1em;
	color: #204168;
	font-weight: bold;
}