 /* CSS Document */
 * {
 margin: 0px; 
 padding: 0px;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	text-decoration: none;
	background-position: center center;
	background-color:#FFFFFF;
	color: #000000;
}

h1 {
	font-size: 10px;
	font-weight: bold;
	margin-left: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
}

h1 a:link, a:visited, a:active {
	font-size: 10px;
	font-weight: bold;
	margin-left: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: underline;
}

h1 a:visited {
	font-size: 10px;
	font-weight: bold;
	margin-left: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: underline;
}

h1 a:hover {
	font-size: 10px;
	font-weight: bold;
	margin-left: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 22px;
	color: #000000;		
	text-transform: none;	
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 16px;
	color: #478E41;		
	text-transform: none;	
}

h3 a:link, a:visited, a:active {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 16px;
	color: #478E41;		
	text-transform: none;
	text-decoration: underline;	
}

h3 a:hover {
font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 16px;
	color: #478E41;		
	text-transform: none;
text-decoration: none;
}

ul {
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 17px;
	color: #478E41;		
	text-transform: none;	
}


a:link {
	color: #478E41;
	font-weight: normal;
	text-decoration: underline;
	outline: none;
	font-size: 11px;
}

a:mailto {
	text-decoration: underline;
	font-weight: normal;
	color: #478E41;
	outline: none;
	font-size: 11px;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #478E41;
	outline: none;
	font-size: 11px;
}


/* LAYOUT */

hr {
	border:none;
	margin: 20 0 20 0;
	height: 2px;
	background-color:#478E41;
	color:#478E41;
}


#centrering 
{
width: 800px;
margin-top: 0px; 
margin-right: auto; 
margin-left: auto;

}

#columncontainer 
{
	float: left;
	width: 800px;
	clear: both;
}


#header_home
{
	width: 800px;
	clear: both;
	float: left;
	height: 180px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image:url(../images/header.jpg);
}


#header_sub
{
	width: 800px;
	clear: both;
	float: left;
	height: 150px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
}

#mainmenu
{
	width: 800px;
	clear: both;
	float: left;
	height: 19px;
	margin-top: 15px;
	margin-bottom: 30px;
	background-image:url(../images/bg_menu.jpg);
	background-repeat: repeat-x;
}

#submenu
{
	width: 800px;
	clear: both;
	float: left;
	height: 10px;
	color: #666666;
	margin-top: 8px;
	margin-bottom:20px;
}



#leftcolumn
{
	float: left;
	width: 280px;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-right: 25px;

}

#leftcolumn2
{
	float: left;
	width: 280px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 25px;
}


#content
{
	float: left;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

#rightcolumn
{
	float: left;
	width: 190px;
	height: 300px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	line-height: 17px;
	
}

#largecolumn
{
	float: left;
	width: 580px;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-right: 25px;

}

#footer
{
	width: 800px;
	clear: both;
	float: left;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #478E41;	
	text-decoration: none;
	line-height: 16px;
	margin-top: 12px;
	margin-bottom: 20px;
	border-top:medium;
	border-top-color:#000;
}

