@import url(layout.css);
body
{	
	font-family: 'Trebuchet MS';
	color: #ffffff;
	background-color: #95C95A;
	background-image: url(../images/top.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px;
	text-align: center;
}
a
{
	color:  #386702;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
ul
{
	list-style-type:disc;
}
#container
{
	width: 803px;
	margin: 0px auto;
}
	#table
	{
	width: 803px;
	margin: 0px auto;
	color: #95C95A;
	}
	.lft
	{
		background-image:url(../images/shdw-lft.gif);
		background-position:top right;
		background-repeat: no-repeat;
		width: 146px;
		height: 196px;
		float: left;
	}
	.cntr
	{
		width: 514px;
		height: 100%;
		background-color: #95C95A;
	}
		.masthead
		{
			background-image:url(../images/masthead.gif);
			background-repeat: no-repeat;
			background-position: top left;
			width: 514px;
			height: 122px;
		}
		.menu
		{
			color: #ffffff;
			float: right;
			padding-right: 10px;
		}
		.menu a
		{
			font-size: 10px;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none;
			color: #ffffff;
		}
		.menu a:hover
		{
			color: #95C95A;
		}
	#main-content
	{
		font-size: 11px;
		text-align: justify;
		color: #ffffff;
		padding: 10px 5px 20px 5px;
	}
	.rgt
	{
		background-image:url(../images/shdw-rgt.gif);
		background-position:top left;
		background-repeat: no-repeat;
		width: 143px;
		height: 196px;
		float: right;
	}

/* FOOTER /////////////////////////////////////////////////////////////*/
#footer
{
	text-align: center;
	font-size: 9px;
	color: #95C95A;
	background-image: url(../images/footer.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 61px;
	margin-top: 15px;
}
#footer a
{
	color: #95C95A;
	text-decoration: underline;
}
#footer a:hover
{
	text-decoration: none;
}


	#footer .sub-menu
	{
		font-size: 10px;
		color: #ffffff;
		width: 800px;
		margin: 0px auto;
		padding-top: 10px;
		
	}
	#footer .sub-menu a
	{
		text-decoration: none;
		color: #ffffff;
	}
	.sub-menu a:hover
	{
		border-bottom: 1px solid #ffffff;
	}