html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	}
	
body {
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	}
a.start { padding-left:2px; font-size: 10px; color:#FFFFFF; text-decoration: none; }
a img { border: none; }

.clear { clear: both; width: 0; height: 0; overflow: hidden; line-height: 0; }
#page { width: 100%; height: 100%; background-color: #FFFFFF; }
	#page td.pageborder { padding: 20px 10px 10px 10px; }
	

/* HEADER */
#header {
	margin: auto;
	width: 960px;
	height:90px;
	overflow: hidden;
	}
	td.header-left {
		width: 20px;
		background-image: url('images/header_bg_left.gif');
		background-position: top left;
		background-repeat: no-repeat;
		}
	td.header {
		padding-top: 5px;
		background-image: url('images/header_bg.gif');
		background-position: top left;
		background-repeat: repeat-x;
		}
	td.header-right {
		width: 20px;
		background-image: url('images/header_bg_right.gif');
		background-position: top left;
		background-repeat: no-repeat;
		}
		

/* header */
#footer {
	margin: auto;
	width: 960px;
	height: 30px;
	overflow: hidden;
	}
	td.footer-left {
		width: 20px;
		background-image: url('images/footer_bg_left.gif');
		background-position: top left;
		background-repeat: no-repeat;
		}
	td.footer {
		padding-top: 5px;
		background-image: url('images/footer_bg.gif');
		background-position: top left;
		background-repeat: repeat-x;
		}
	td.footer-right {
		width: 20px;
		background-image: url('images/footer_bg_right.gif');
		background-position: top left;
		background-repeat: no-repeat;
		}
		
/* MAINPAGE */
#mainpage {
	margin: auto;
	width: 960px;
	}
	td.mainpage-left-top {
		width: 185px;
		height: 10px;
		background-image: url('images/column_left_top.gif');
		background-position: top left;
		background-repeat: no-repeat;
		}
	td.mainpage-top {
		height: 10px;
		background-image: url('images/column_main_top.gif');
		background-position: top left;
		background-repeat: no-repeat;
		}
	td.mainpage-right-top {
		width: 155px;
		height: 10px;
		background-image: url('images/column_right_top.gif');
		background-position: top left;
		background-repeat: no-repeat;
		}
	td.mainpage-left {
		width: 185px;
		background-image: url('images/column_left.gif');
		background-position: top left;
		background-repeat: repeat-y;
		}
	td.mainpage {
		background-image: url('images/column_main.gif');
		background-position: top left;
		background-repeat: repeat-y;
		}
	td.mainpage-right {
		width: 155px;
		background-image: url('images/column_right.gif');
		background-position: top left;
		background-repeat: repeat-y;
		}
	td.mainpage-left-bottom {
		width: 185px;
		height: 10px;
		background-image: url('images/column_left_bottom.gif');
		background-position: top left;
		background-repeat: no-repeat;
		}
	td.mainpage-bottom {
		height: 10px;
		background-image: url('images/column_main_bottom.gif');
		background-position: top left;
		background-repeat: no-repeat;
		}
	td.mainpage-right-bottom {
		width: 155px;
		height: 10px;
		background-image: url('images/column_right_bottom.gif');
		background-position: top left;
		background-repeat: no-repeat;
		}
		
/* ARTICLE PAGE */
#articlepage {
	margin-top: -10px;
	}
	td.articlepage-top-left {
		width: 10px;
		height: 10px;
		background-image: url('images/page_top_left.gif');
		background-position: top left;
		background-repeat: no-repeat;
		}
	td.articlepage-top {
		height: 10px;
		background-image: url('images/page_top.gif');
		background-position: top left;
		background-repeat: repeat-x;
		}
	td.articlepage-top-right {
		width: 10px;
		height: 10px;
		background-image: url('images/page_top_right.gif');
		background-position: top left;
		background-repeat: no-repeat;
		}
	td.articlepage-left {
		width: 10px;
		background-image: url('images/page_left.gif');
		background-position: top left;
		background-repeat: repeat-y;
		}
	td.articlepage {
		background-color:#FFFFFF;
		}
	td.articlepage-right {
		width: 10px;
		background-image: url('images/page_right.gif');
		background-position: top left;
		background-repeat: repeat-y;
		}
	td.articlepage-bottom-left {
		width: 10px;
		height: 10px;
		background-image: url('images/page_bottom_left.gif');
		background-position: top left;
		background-repeat: no-repeat;
		}
	td.articlepage-bottom {
		height: 10px;
		background-image: url('images/page_bottom.gif');
		background-position: top left;
		background-repeat: repeat-x;
		}
	td.articlepage-bottom-right {
		width: 10px;
		height: 10px;
		background-image: url('images/page_bottom_right.gif');
		background-position: top left;
		background-repeat: no-repeat;
		}
		
/* METANAV */
#metanav {
	margin-top: -3px;
	padding-right: 12px;
	}
	#metanav a, #metanav a:visited, #metanav a:active {
		width: auto;
		font-size: 11px;
		line-height: 13px;
		display: block;
		color: #C3C4C6;
		text-decoration: none;
		}
	#metanav a:hover {
		color: #C3C4C6;
		text-decoration: underline;
		}
	
/* TOPNAV */
#topnav { margin-bottom: 10px; }
	#topnav a,
	#topnav a:visited,
	#topnav a:active {
		font-family: Arial, Helvetica, Sans-serif;
		margin-right: 10px;
		font-size: 13px;
		font-weight: bold;
		color: #A4D901;
		text-transform: none;
		text-decoration: none;
		}
	#topnav a:hover {
		color: #A4D901;
		text-decoration: underline;
		}
	#topnav a.selected,
	#topnav a.selected:hover {
		color: #FFFFFF;
		text-decoration: none;
		}
		
/* SERVICENAV */
#servicenav { margin-bottom: 10px; }
	#servicenav a,
	#servicenav a:visited,
	#servicenav a:active {
		font-family: Sans-serif;
		margin-left: 10px;
		font-size: 11px;
		font-weight: normal;
		color: #A4D901;
		text-transform: none;
		text-decoration: none;
		}
	#servicenav a:hover {
		color: #A4D901;
		text-decoration: underline;
		}
	#servicenav a.selected,
	#servicenav a.selected:hover {
		color: #FFFFFF;
		text-decoration: none;
		}
		
/* SUBNAV */

div#subnav-header {
	margin-right: 20px;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
	}
	
	div#subnav-header a,
	div#subnav-header a:active,
	div#subnav-header a:visited,
	div#subnav-header a:hover {
		font-family: Arial, Helvetica, sans-serif;
		color: #6D971E;
		font-weight: bold;
		font-size: 17px;
		line-height: 20px;
		text-decoration: none;
		}
	
	div#subnav-header a.selected,
	div#subnav-header a.selected:active,
	div#subnav-header a.selected:visited,
	div#subnav-header a.selected:hover {
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 17px;
		line-height: 20px;
		text-decoration: none;
		}
	
div#subnav {
	width: 160px;
	}
	div#subnav div.container {
		padding: 10px;
	}
		
	div#subnav a,
	div#subnav a:active,
	div#subnav a:visited {
		font-family: Arial, Helvetica, sans-serif;
		display: block;
		color: #6D971E;
		font-weight: bold;
		font-size: 13px;
		line-height: 16px;
		text-decoration: none;
		}
	div#subnav a:hover {
		color: #6D971E;
		text-decoration: underline;
		}
		
	div#subnav a.selected,
	div#subnav a.selected:active,
	div#subnav a.selected:visited,
	div#subnav a.selected:hover {
		font-family: Arial, Helvetica, sans-serif;
		display: block;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 13px;
		line-height: 16px;
		text-decoration: none;
		}

/* METABAR */
div#metabar {
	z-index: 0;
	position: absolute;
	top: 550px;
	left: 0px;
	width: 500px;
	height: 30px;
	background-color: #FFFFFF;
	}
	div#metabar div.container {
		margin-left: 10px;
		padding: 0px 10px 0px 0px;
		color: #000000;
		}
	div#metabar table { width: 480px; margin: 0; padding: 0; border: 0; }
	div#metabar td { 
		height: 30px; 
		padding: 0px; 
		padding-left: 10px; 
		vertical-align: middle;
		color: #6A2225;
		font-weight: bold;
		font-size: 12px;
		}
	div#metabar input {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 12px;
		width: 128px;
		color: #999999;
		border: 1px solid #E0E0E0;
	}	
	div#metabar a,
	div#metabar a:active,
	div#metabar a:visited {
		font-family: Arial, Helvetica, sans-serif;
		display: block;
		color: #6A2225;
		font-weight: bold;
		font-size: 12px;
		line-height: 15px;
		text-decoration: none;
		padding-left: 12px;
		background-image: url('images/icon_link_red.gif');
		background-position: top left;
		background-repeat: no-repeat;
		}
	div#metabar a:hover {
		color: #999999;
		text-decoration: none;
		background-image: url('images/icon_link.gif');
		}
	div#metabar a.button, a.button:visited, a.button:active, a.button:hover { display: inline; padding:0px; margin:0px; background-image:none; text-decoration: none; }

		
/* NEWS TEASER */

#news-teaser {
	background-color: #6D971E;
	color: #FFFFFF;
	width: 130px;
	padding: 5px;
	margin-left: 5px;
	}
	#news-teaser h3 {
		font-family: Arial, Helvetica, Sans-serif;
		color: #A4D901;
		font-weight: bold;
		font-size: 16px;
		line-height: 16px;
		margin-top: 0px;
		margin-bottom: 10px;
		padding: 0px;
		}
	#news-teaser h4 {
		font-family: Arial, Helvetica, Sans-serif;
		color: #A4D901;
		font-weight: bold;
		font-size: 12px;
		line-height: 12px;
		margin: 0px;
		padding: 0px;
		display: inline;
		}
	#news-teaser a,
	#news-teaser a:active,
	#news-teaser a:visited {
		font-family: Sans-serif;
		display: inline;
		color: #FFFFFF;
		font-weight: normal;
		font-size: 11px;
		line-height: 13px;
		margin: 0px;
		padding: 0px;
		background-image: none;
		text-decoration: none;
		}
	#news-teaser a:hover {
		color: #A4D901;
		text-decoration: none;
		}