
body {
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-size: 100%;
	background-color: #e3ecf9;
}

/*  CONTAINER xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#container {
	margin: auto;
	width: 50em;
	height: auto;
	background: #FFFFFF;
}

/* COLUMN 1 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#column1{
	float: left;
	width: 11em;
	height: 100%;
	padding: 0 0.5em;
	margin: 1em 0.5em 1em 0.5em;
	background-color: #389C00;
	border: 1px solid #389C00;
	text-align: center;	
}

.logobox{
	border: 1px solid #ffffff;
	background: #ffffff;
	margin: 1em 0 1em 0;
	padding: 3px 0;
	width: 10.8em;
	height: 152px;
}

.columnbox{
	border: 1px solid #ffffff;
	margin: 1em 0 1em 0;
	width: 10.8em;
	background: #ffffff;
	overflow: hidden; 
}

.columnbox p{
	font-size: 0.8em;
}

.columnbox a{
	float:left;
	width:100%;
	text-decoration:none;
	font-size: 0.9em;
	color: #000000;
	background-color: #ffffff;
	padding:0.2em 0;
}
.columnbox a:hover {background-color:#389C00; color: #ffffff
}

 

/* MAIN COLUMN xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#Column2 {
	float: left;
	border: 1px solid #389C00;
	margin: 1em 0 1em 0;
	width: 35.5em;
	height: auto;
	background: #ffffff;
	overflow: hidden;
}
		
#Column2 a:link {
	color: #389C00;
	font-size: 1em;
	line-height: 140%;
	background-color: transparent;
}

#Column2 a:visited {
	color: #389C00;
	font-size: 1em;
	line-height: 140%;
	background-color: transparent;
}

#Column2 a:hover {
	color: #993300;
	font-size: 1em;
	line-height: 140%;
}

#Column2 h1{
	margin: 0;
	padding: 2px 0 0 0;
	width: 100%;
	background-color: #389C00;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	line-height: 1.7em;
}

#text{
	padding: 1em 1em 1em 1em;
	width: auto;
	color: #000000;
	min-height: 300px;
}

#text p {
	text-align: left;
	font-size: 0.8em;
	line-height: 140%;
}

/* FOOTER xxxxxxxxxxxxxxxxxx */
#footer{
	width: 100%;
	clear: both;
	overflow: hidden;
	background-color: #389C00;
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	text-align: center;
	color: #ffffff;
	font-size: 0.8em;
	height: 5em;
}
	
#footer a:link,#footer a:visited {
	color: #ffffff;
}
#footer a:hover {
	color: #993300;
}