
table#container
{
	border-collapse: collapse;
	border: 0px solid white;
	width: 922px;
	margin: 30px auto 0 auto;
}

td#header
{
	width: 902px; /* 922 - 20px padding */
	height: 91px;
	text-align: right;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	background-image: url('../img/header.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

td#left_top
{
	height: 20px; 
	background-image: url('../img/left_top.jpg');
	background-position: top;
	background-repeat: no-repeat;
	width: 168px;
	padding: 0px;
}

#left_bottom
{
	background-image: url('../img/left_bottom.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	vertical-align: top;
	padding: 0px;
	width: 168px;
	height: 300px;
	background-color: #A0CD88;
}


td#content_top
{
	width: 708px; /* 747 - 2 * 20px padding */
	text-align: left;
	vertical-align: top;
	margin: 0;
	background-image: url('../img/content_top.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

td#content_center
{
	width: 707px; /* 747 - 2 * 20px padding */
	text-align: left;
	vertical-align: top;
	margin: 0;
	background-image: url('../img/content_center.jpg');
	background-position: left;
	background-repeat: repeat-y;
	padding: 0 20px 0 20px;
}

td#content_bottom
{
	width: 707px; /* 747 - 2 * 20px padding */
	height: 25px;
	text-align: left;
	vertical-align: top;
	margin: 0;
	background-image: url('../img/content_bottom.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

td#sw
{
	width: 168px;
	height: 103px;
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
	background-image: url('../img/sw.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

td#footer
{
	width: 747px;
	/*height: 103px;*/
	text-align: center;
	vertical-align: top;
	margin: 0;
	padding: 0;
	background-image: url('../img/footer.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}


td.spacer
{
	background-image: url('../img/spacer.jpg');
	background-repeat: repeat;
	padding: 0;
	margin: 0;
}

table#menu
{
	margin: 0 20px 0 0;
}

.menuitem,
.menuitem a:link,
.menuitem a:active,
.menuitem a:visited
{
	padding: 0 5px 0 5px;
	color: white;
	font-family: arial;
	font-size: 11px;
	font-weight: 400;
	list-style-image: none;
	list-style-type: none;
}

.menuitem a:hover
{
	color: #285710;;
}

.menuspacer
{
	width: 15px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	color: white;
	font-size: 14px;
	font-family: arial;
	vertical-align: middle;
}

table#news
{
	border-collapse: collapse;
	border: none;
	background: none;
	margin: 5px;
	width: 100%;
}

td.newsheader
{
	font-weight: bold;
	color: #285710;
}

td.newsitem
{
	padding: 5px;
	color: white;
}

#footer_div
{
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 9px;
	color: #999999;
}


#submenu
{
	text-align: left;
	padding: 5px 0 0 5px;
}

#submenu ul,
#submenu ul li
{
	list-style-type: none;
	list-style-image: none;
	padding: 0;

}