#container1 {
	width: 760px; 
	text-align: right; 
	margin: 12px auto; 
}

#container2 { 
	width: 756px; 
	text-align: left; 
	background: #FFFFFF;
	margin: 12px auto -2px auto; 
	border: 2px solid #56A045;
} 

#footer { 
	white-space: nowrap;
	margin: 0px 30px 30px 20px;
	border-top: 1px solid #56A045;
} 

#header { 
	background: #FFFFFF; 
	padding: 16px 10px 0px 20px;
} 

#mainContent { 
	width: 244px;
	font-weight: bold;
	margin: 0px 160px 0px 200px; 
	padding: 0px 10px;
} 

#mainContentReady { 
	width: 698px;
	margin: 0px 20px 20px 20px; 
} 

#sidebar1 {
	width: 174px;
	padding: 0px 0px 15px 20px;
	margin-bottom: 30px;
	border-right: 1px solid #56A045;
	float: left; 
}

#sidebar1Links {
	width: 471px;
	font-weight: bold;
	padding: 0px 0px 15px 20px;
	margin-bottom: 30px;
	float: left; 
}

#sidebar1Process {
	width: 383px;
	padding: 0px 0px 15px 20px;
	float: left;
}

#sidebar1Tips {
	width: 438px;
	padding: 0px 0px 15px 22px;
	float: left;
}

#sidebar2 {
	width: 243px; 
	font-weight: bold;
	padding: 0px 36px 15px 0px;
	float: right;
}

#sidebar2Links {
	width: 237px; 
	font-weight: bold;
	padding: 0px 20px 15px 0px;
	float: right;
}

#sidebar2Process {
	width: 294px;
	font-weight: bold;
	padding: 0px 36px 15px 0px;
	float: right;
}

#sidebar2Tips {
	width: 256px;
	padding: 0px 37px 15px 0px;
	float: right;
}

a, a:link, a:visited {
	color: #56A045;
	text-decoration: underline;
}

a.linksPage:link, a.linksPage:visited {
	color: #56A045;
	font-weight: normal;
	text-decoration: underline;
}

a:hover, a:active, a.linksPage:hover, a.linksPage:active {
	text-decoration: none;
}

.backLinkMargin {
	margin: 0px 70px 0px 6px;
}

body {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 19px;
	color: #56A045;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #56A045;
	background-image: url(imagesEN/bg_grass.jpg);
	background-repeat: no-repeat;
}

.clearBoth {
	clear:both;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}

.conventional {
	color: #A1A4A3;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

#footer p {
	margin: 0px;
	padding: 10px 0px;
}

.footerNavMargin {
	margin-right: 44px;
}

h1 {
	margin: 0px; 
	padding: 0px;
}

#mainContentReady p, #sidebar1Process p, #sidebar1Tips p {
	padding-left: 6px;
	padding-right: 6px;
}

.marginTop0 {
	margin-top: 0px;
}

.photoMargin {
	margin-right: 3px;
}

.questionsMargin {
	margin-left: 300px;
}

.subnavMargin {
	margin-bottom: 3px;
}

ul {
	list-style-image: url(imagesEN/bullet_hyphen.gif);
	margin-left: 6px;
	padding-left: 17px;
	padding-right: 30px;
}

/* changes from christian steinhauer */

input, select {
  border:1px solid #57A145;
  padding:3px;
}

#completeContent {
	width: 600px;
	padding: 0px 0px 15px 20px;
	float: left;
}
.textStatement {
  font-size:20px;
  line-height: 19px;
}



