.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top:35px;
	margin-bottom:35px;
	background:#003658;
	background-repeat:repeat-x;
	background-image: url(images/wave_rpt.jpg);
}
a {
	text-decoration: none;
	color: #003399;

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

.small {
	font-size: 10px;
}
.big {
	font-size: 20px;
}

.news_title {
	color: #084C71;
	font-style:italic;
	font-weight: bold;
}

#button {
	width: 10em;
	padding: 0 0 0 0;
	margin-bottom: 0;
	margin-right: 0;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size: small;
}
	
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
}
		
#button li {
		border-bottom: 1px solid #734d26;
		margin: 0;
}

#button li a {
		display: block;
		padding: 5px 0px 5px 5px;
		/*border-left: 10px solid #1958b7;*/
		/*border-right: 1px solid #508fc4;*/
		/*background-color: #2175bc;*/
		color: #6C4900;
		text-decoration: none;
		width: 100%;
}

html>body #button li a {
		width: auto;
}

#button li a:hover {
		/*border-left: 10px solid #1c64d1;*/
		/*border-right: 10px solid #5ba3e0;*/
		background-color: #b7965f;
		/*color: #fff;*/
}
#countbox {
	padding: 0px 0px 0px 20px;
	font-size: medium;
	font-style: italic;
	font-variant: small-caps;
	font-weight: bold;
	color: #006600;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

