body{
	background: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
}

#search input[type="submit"]{
	background-color: #8fe38a;
	color: Black;
}

#logo{
	margin-top: 15px;
}
#container {
/*	width: 770px;*/
	width: 90%;
	margin: 0 auto;
	text-align: left;
	top: 20px;
	}
#topNavBar {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #8fe38a;/* green theme colour;*/
	margin-bottom: 3px;	
}
#header {
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #8fe38a;/* green theme colour;*/
	height: 110px;
	margin-bottom: 0px;
	}
#content{
	padding-left: 10px;
}	
h1{
	background-color: white;
	color:  #333333; /* black theme colour */
	font-size: 120%;
	font-weight: bolder;
}	

h1 .text{
	border-bottom: 1px solid #8fe38a;/* green theme colour;*/
	padding-bottom: 2px;
}
#awmAnchor-nav{
	height: 180px;
	width: 160px;
}
#featureBox{
	border: 1px solid #333333; /* black theme colour */
	float: right;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
}
ul {
	list-style-image: url(../graphics/ul.gif);
	line-height: 20px;
}
#breadcrumb{
	background-color: white;
	color:#333333; /* black theme colour */
	font-size: 10px;
	margin-bottom: 12px;	
}
#breadcrumb a{
	background-color: white;
	color:#333333; /* black theme colour */
	text-decoration: underline;
}
.miscFrame{
border: 1px solid Gray;
padding: 5px;
}
.button{
	background: #336633;
	color: Yellow;
	font-weight: bold;
	width: 150px;
}
.block{
	display: block;
}
a{
	text-decoration: underline;
	background-color: white;
	color: Green;
}
a:hover{
	color: #006400;
	background-color: white;
}
.imgBorder{
	border: 1px solid #DCDCDC;
}
#map {
	margin-top: 15px;
}
#map a{
	font-size: x-small;
	background-color: transparent;
	color: Gray;
	text-decoration: none;
}
#news{
	display: inline;
	float: right;
	width: 250px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 8px;
	border: 1px solid #8fe38a;
	background-color: #E6E6FA;
	color: Black;
}
#news small{
		color:#333333; /* black theme colour */
		background-color: white;
		font-size: 10px;
		margin-bottom: 5px;
}

.frame {
	border: 1px solid black;
	padding: 5px;
}
#featureblock {
    margin-left: 8px;
    margin-bottom: 8px;
    border: 5px solid #8fe38a;
}
#featureblock table{
    width:100%;
}
#featureblock .headline{
	background-color: white;
	color: #336633;
	font-weight: bold;
}
