/* <![CDATA[ */
	
	/***************************************************************
	 * BASE ELEMENTS- SECTION 1
	 *
	 * Template classes
	 ***************************************************************/
	
	/* Accessibility */
	DIV#skip {
		position: absolute;
		top: -1000px;
	}
	
	/* Main */
	DIV#main {
		width: 800px;
	}
	
	/* Top section */
	DIV#top {
		height: 25px;
		padding-left: 40px;
	}
	DIV#baseline {
		display: block;
		float: left;
		padding-top: 10px;
		height: 15px;
		color: #33A23C;
		background-color: inherit;
		font-size: 10px;
		font-weight: bold;
	}
	
	/* Periph menu */
	DIV#periph {
		padding-top: 10px;
		height: 15px;
		float: right;
		color: #336CA6;
		font-size: 10px;
		background-color: inherit;
	}
	DIV#periph SPAN {
		margin-left: 5px;
		padding-left: 15px;
	}
	DIV#periph SPAN.periph-sitemap {
		background-image: url("../t3_config/images/periph_sitemap.gif");
		background-repeat: no-repeat;
	}
	DIV#periph SPAN.periph-print {
		background-image: url("../t3_config/images/periph_print.gif");
		background-repeat: no-repeat;
	}
	DIV#periph SPAN.periph-addressbook {
		background-image: url("../t3_config/images/periph_addressbook.gif");
		background-repeat: no-repeat;
	}
	
	/* Header section */
	DIV#header {
		clear: both;
	}
	DIV#logo {
		display: block;
		float: left;
		width: 40px;
		height: 120px;
	}
	
	/* Banner section */
	DIV#banner {
		display: block;
		float: right;
		width: 760px;
		height: 120px;
	}
	DIV#picture {
		height: 95px;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
	}
	
	/* Level 1 */
	DIV#navigation {
		height: 25px;
		color: #FFFFFF;
		background-color: #336CA6;
		padding-left: 195px;
		background-image: url("../t3_config/images/navig_background.gif");
		background-repeat: repeat-y;
	}
	DIV#level1 {
		display: block;
		float: left;
		color: #FFFFFF;
		background-color: inherit;
		padding-top: 5px;
		font-weight: bold;
	}
	DIV#level1 A {
		color: #FFFFFF;
		font-weight: bold;
		background-color: inherit;
	}
	
	/* Search box */
	DIV#searchbox {
		display: block;
		float: right;
		width: 200px;
		text-align: right;
	}
	DIV#searchbox INPUT.searchbox-sword {
		border: none;
	}
	DIV#searchbox INPUT.searchbox-submit {
		border: none;
		background-color: #336CA6;
		color: #FFFFFF;
		background-image: url("../t3_config/images/searchbox_submit.gif");
		background-position: 0px 2px;
		background-repeat: no-repeat;
		padding-left: 15px;
		margin-left: 5px;
	}
	
	/* Rootline */
	DIV#rootline {
		clear: both;
		margin-left: 40px;
		height: 15px;
		padding-top: 10px;
		padding-left: 195px;
		background-color: inherit;
		color: #336CA6;
		font-size: 10px;
		background-image: url("../t3_config/images/rootline_background.gif");
		background-repeat: repeat-y;
	}
	
	/* Middle section */
	DIV#middle {
		padding-left: 40px;
		/*overflow: hidden;*/
		background-image: url("../t3_config/images/rootline_background.gif");
		background-repeat: repeat-y;
		background-position: 40px 0px;
		height: 100%;
	}
	
	/* Level 2 */
	DIV#level2 {
		display: block;
		float: left;
		width: 190px;
	}
	
	/* Content section */
	DIV#content {
		display: block;
		float: right;
		width: 565px;
		padding-left: 5px;
		padding-top: 25px;
		overflow: hidden;
		min-height: 200px;
	}
	
	/* Bottom section */
	DIV#bottom {
		clear: both;
		padding-left: 40px;
	}
	DIV#toplink {
		height: 20px;
		text-align: right;
		background-image: url("../t3_config/images/rootline_background.gif");
		background-repeat: repeat-y;
	}
	DIV#separator {
		font-size: 10px;
		height: 16px;
		padding-top: 11px;
		background-color: inherit;
		color: #336CA6;
		background-image: url("../t3_config/images/bottombar.gif");
		background-repeat: repeat-x;
	}
/* ]]> */