body  {
	margin: 0;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	
}

#container { 
width: 912px;
margin: 0 auto;
}

#header {
	padding: 10px 10px 10px 10x;
	background-color: #006633;
	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
} 

#header a {
	color: #FFFFCC;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #006633;
}

#menu {
	margin: 0;
	padding: 0.5em .5em .5em 0em;
	background: #65968B;
	color: #FFF;
	height:10px;
}

#menu li {
	display: inline;
	margin-right: 0.3em; padding-right: 0.75em;
	font-weight: bold;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: bold;
}

#menu a:hover {
	color: #006633;
	
}



#sidebar {
	float: left;
	width: 190px;
	padding: 20px 5px 30px 5px;
	margin: 0;
	color: #006633;
	text-align: left;
	background-color: #f2e676;
	/* mbs: added*/
	font-size:12px;
	/*line-height: 22px;*/
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	/* end mbs */
}

/*mbs: added*/
#sidebar a {
	color: #376f69;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
sidebar a:hover {
	color: #376f69;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
/* end mbs */

#sidebar img {
border: none;
}

 ul
{
list-style-type: square;
padding: 5px;
margin: 5px;
}
 li
{
list-style-type: square;
padding: 0px;
margin-left: 5px;
}

/*mbs added*/
#navlist li { 
	list-style-type: none ;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 22px;
	}
/*end mbs*/

#navlistr
{
padding-left: 0;
margin-left: 0;

width: 180px;
}

#navlistr li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-bottom: 1px dotted gray;
}


#sub ul
{
list-style: none;
padding-left: 0;
margin-left: 0;
width: 180px;
}

#sub li
{
list-style-type: square;
margin-left: 4px;
margin-bottom: 1px;
padding: 0.2em;


}

.projectr {
	padding: 20px 5px 30px 5px;
	background-color:#CCFF66;
} 

.postentry {
	width: 200px;
	background-color:#ffffff

} 

h1 {
	margin: 2px;
	color: #006633;
	font-size: 20px;
	font-family: Georgia;
	border-bottom: 1px dotted gray;
	font-weight:normal;
	

}









 
#text {
	float: left;
	margin: 0;
	width: 632px;
	padding: 25px 30px 30px 30px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	font-weight: normal;
} 








form {background-color: #fcfcfc; color: #000; padding: 0;	margin: 0;}
.input {  border: none; background: #fafee9; padding: 0px;  color: #333; }
.Search_button {
	border: none;
	padding: 0px;
	margin-left:0px;
	margin-right:0px;
	color: #edeeca;
	cursor:pointer;
	background-color: #65968B;
}

p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}



.contact {
	font-family: Arial, Helvetica, sans-serif;
	
	list-style-type: square;
	
	font-size: 12px;
	font-weight: normal;
	color: #FFFFCC;
}

.contact a:hover {
	text-decoration: underline;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	float:right;
	border-left-color: #330066;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.banner {
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;}

.outside {
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
margin-left: 10px;
border: 1px solid #C3D06C;}

#rightbox {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#65968b;
	border-left-color: #330066;
} 

#staff {
	padding: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#65968b;
	height: 250px;
	
} 

.floatr {
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
float: right;
border: 1px solid #C3D06C;
 }
 
 .floatl {
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
margin-right: 10px;
padding-left: 4px;
float: left;
border: 1px solid #C3D06C;
 }

.staff {
	float: left;
	height: 200px;
	width: 350px;
}
