@charset "utf-8";
/* CSS Document */

body
	{
		background-image: url(images/bg2.jpg);
		margin: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
		
table
	{
		margin: 0px;
		padding: 0px;
		border-collapse: collapse;
	}
	
.navigation
	{
		padding: 10px 0px 0px 10px;
		margin: 0px;
	}
	.navigation a
		{
			color: #000000;
			text-decoration: none;
		}
	.navigation a:hover
		{
			color:#005510;
			font-weight: bold;
		}

	.listitem li
		{
			padding-bottom: 5px;
		}
	
.navlink
	{
		text-align: left;
		background-image: url(images/nav_button.png);
		text-indent: 20px;
		background-repeat: no-repeat;
		list-style-type: none;
		height: 30px;
	}
	
td
	{
		vertical-align: top;
		text-align:left;
	}
	
p
	{
		padding-bottom: 0px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		text-align: left;
	}
	
h3
	{
		padding-top: 10px;
		padding-bottom: 0px;
		margin: 0px 0px -15px 0px;
		text-align: center;
	}
	
.largeheadertext
	{
		font-size: 16px;
		color: #005510;
		font-weight: bold;
		text-align:left;
	}

.smallheadertext
	{
		font-size: 13px;
		color: #005510;
		font-weight: bold;
		text-align:left;
	}
	
.sideBar
	{
		background-repeat: repeat-y;
		width: 20px;
	}
	
.borders
	{
		border-color: #a6a28f;
		border-left: thick;
		border-right: thick;
		border-top: thick;
	}
	
.bordermesilly
	{
		border-top: thin; 
		border-color: #a6a28f;
	}
	
.sponsor a
	{
		filter:alpha(opacity=40):
	}
	.sponsor a:hover
	{
		filter:alpha(opacity=100);
	}
	
.newsContainer
	{
		background-color: #b2ad98;
		border: #a6a28f solid thin;
		padding: 5px 10px 5px 10px;
		margin: 5px 20px 5px 20px
	}
	.newsContainerHeader
	{
		font-family: Times New Roman;
		font-size: 18px;
		font-variant:small-caps;
		font-weight: bold;
	}