body {
	margin-top: 0px;
	margin-bottom: 0px;
	bottom:0px;
	padding: 0px;
	height: 100%;
	font: normal normal 10pt Arial, Calibri, Verdana, Helvetica, sans-serif;
	color:#ffffff;
	background-color:#829447;
}

/* -------------------------- Wrapper -------------------------- */

div#wrapper {
	position:relative;
	margin-right: auto;
	margin-left: auto;
	width: 776px;
	height: 685px;
	}

/* -------------------------- Main Menu -------------------------- */

div.menuspace {
	position:relative;
	float: left;
	width: 776px;
	height: 71px;
	background-color:#232323;
	}
	
	div.menulogo {
		position:relative;
		float: left;
		width: 200px;
		height: 71px;
		}
			.logosmall {
				width:70px;
				height: 71px;
				border:0px;
				padding:0px;
				margin-left:10px;
				}
		
	div.menu {
		position:relative;
		float: left;
		width: 576px;
		height: 55px;
		margin-top: 20px;
		}
		
			.menutxt {
				font: bold normal 9pt Arial, Verdana, Calibri, Helvetica, sans-serif;
				}
			
			.menutxt ul {
				padding: 30px 0 0 10px; text-align: right;
				}
				
			.menutxt li {
				display: inline;
				float: right;
				padding-top: 17px;
				}
								
			.menutxt li a { 
				background:url(../images/menu_separator.jpg) center right no-repeat; 
				margin:0; 
				padding:0 26px;  
				color:#ffffff; 
				text-decoration:none; 
				font-weight:bold; 
				}

			.menutxt li a:hover{ 				
				text-decoration:none;
				}
				
			.menutxt li .no_bgr{ 				
				background:none;
				}
				
			.menutxt li .inactive{ 				
				color:#a3c046;
				}
				
			.menutxt li .inactive_nobgr{ 				
				color:#a3c046; text-decoration:none;
				}												
				
/* -------------------------- Content Space -------------------------- */

div.contentspace{
	position:relative;
	float: left;
	width: 736px; /*---- 776px ----*/
	height: 400px; /*---- 450px ----*/
	overflow:hidden;
	border: 0px;
	padding-top:30px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;		
	background-color:#ffffff;
	background-image:url(../images/bg_content.jpg);
	background-repeat:repeat-x;
	}
	
		div.columnspanfull {
			position:relative;
			float:left;
			width: 736px; /*---- 736px ----*/
			height: 400px;
			padding:0px;
			}
	
		div.columnspan {
			position:relative;
			float:left;
			width: 736px; /*---- 736px ----*/
			height: 65px;
			padding:0px;
			}
	
		div.column1 {
			position:relative;
			float:left;
			width: 347px; /*---- 368px ----*/
			height: 400px;
			padding-right: 20px;
			border-right:dotted 1px #ffffff;
			}
			
		div.column2 {
			position:relative;
			float:left;
			width: 348px; /*---- 368px ----*/
			height: 400px;			
			padding-left: 20px;
			}
			
			.articletitle {
				font: normal normal 13pt Arial, Calibri, Verdana, Helvetica, sans-serif;
				color:#003366;
				}
				
			.floatleft {
				float:left;
				clear:both;
				border:0px;
				padding-right: 10px;
				padding-bottom: 10px;
				}
				
			.floatright {
				float:right;
				clear:both;
				border:0px;
				padding-left: 10px;
				padding-bottom: 10px;
				}				
			
			.clearright {
				clear:right;
				border:0px;
				padding-right: 10px;
				padding-bottom: 10px;
				}

/* -------------------------- Bar -------------------------- */

div.barline{
	position:relative;
	float: left;
	width: 776px;
	height: 10px;
	background-color:#a3c046;
	}

/* -------------------------- Main Logo -------------------------- */

div.mainlogospace{
	position:relative;
	float: left;
	width: 776px;
	height: 100px;
	}
		.mainlogo{
			width:300px;
			height:100px;
			float:right;
			border:0px;
			padding:0px;
			margin:0px;
			}

/* -------------------------- Footer -------------------------- */

	{
	position:relative;
	float: left;
	margin-bottom: 0px;
	width: 776px;
	padding-top: 10px;
	height: 35px;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:repeat-x;
	}
	
		.footertxt {
			padding-left:20px;
			font: normal normal 9pt Arial, Verdana, Calibri, Helvetica, sans-serif;
			color:#ffffff; 
			margin: 62px 0 0 0;
			}
											
		.footertxt a { 
			color:#ffffff; 								
			text-decoration:none;
			}

		.footertxt a:hover{ 				
			color:#ffffff; 								
			text-decoration:none;
			}
			
		.footerseparator {
			vertical-align:middle;
			padding-left:10px;
			padding-right:30px;
			border: 0px;
			}
											