html { 
	 padding: 0;
 	 margin: 0;
/* 	 height : 101%; */
	overflow-y: scroll;
	}

body	{
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height : 17px;
	background-color: #FFFFFF;
	text-align: center;
  height: 100%;
}

p {
	margin-top: 0px;
}

h1 {
	font-size: 18px;
	line-height: 24px;
}

h2 {
	font-size: 14px;
	line-height: 19px;
}

#wrapper {
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	width: 709px;
}

#header {
	float: left;
}

#green_line {
	float: left;
	clear: none;
	width: 144px;
	height: 16px;
	background-color: #73BD18;
}

#bottom_green_line {
	float: left;
	clear: none;
	width: 144px;
	height: 16px;
	margin-right: 12px;
	background-color: #73BD18;
}

#header_left {
	float: left;
	clear: none;
	width: 144px;
	margin-right: 12px;
}

#esof_logo {
	float: left;
	margin-top: 5px;
}

#header_center {
	float: left;
	clear: none;
	width: 397px;
}

#black_line {
	float: left;
	clear: none;
	width: 397px;
	height: 16px;
	background-color: #000;

}

#gray_line {
	float: left;
	clear: none;
	width: 144px;
	height: 16px;
	margin-left: 12px;
	background-color: #898989;
}

#navigation {
	float: left;
	clear: both;
	margin-top: 18px;
	width: 395px;
	
}

.navigation_item {
	float: left;
	clear: none;
	margin-right: 8px;
	color: #575757;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

.navigation_item:hover {
	color: #73BD18;
}

.navigation_separator {
	float: left;
	clear: none;
	color: #575757;
	margin-right: 8px;
}

.language_switch {
	float: right;
	clear: none;
	margin-left: 6px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

.language_switch:hover {
	color: #73BD18;
}

.language_separator {
	float: right;
	clear: none;
	color: #575757;
	margin-left: 6px;
}

#image_image {
	float: left;
	margin-top: 8px;
	height: 162px;
	width: 397px;
}

#content_area {

	float: left;
	margin-bottom: 30px;
}

#sub_navigation {
	float: left;
	clear: none;
	width: 144px;
	margin-right: 12px;
}

#parent_item {
	border-bottom: 1px solid #E7E7E7; 
	border-right: 1px solid #E7E7E7; 
	color: #73BD18;
	font-size: 16px;
	font-weight: bold;
	padding-right: 12px;
	padding-bottom: 4px;
	text-align: right;
}

#parent_item_link {
	color: #73BD18;
	text-decoration: none;
}

#parent_item_link:hover {
	color: #000;
}

#sub_items {
	border-right: 1px solid #E7E7E7; 
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 12px;
	text-align: right;
}

.scnd_lev_nav_item {
	color: #6F6F6F;
	text-decoration: none;
	display: block;
	margin-top: 10px;
	font-size: 12px;
	line-height: 13px;
	padding-bottom: 0px;
	font-family: arial, sans-serif;

}

.scnd_lev_nav_item:hover {
	color: #73BD18;
}

.thrd_lev_nav_item {
	color: #000;
	text-decoration: none;
	display: block;
	font-size: 11px;
	line-height: 11px;
	margin-top: 6px;
	font-family: arial, sans-serif;
}

.thrd_lev_nav_item:hover {
	color: #73BD18;
}

.active {
	color: #73BD18;
	font-weight: bold;
}

.active_second_level
{
	color: #73BD18;
	font-weight: bold;
	margin-left: -5px;
}

.active_second_level_node
{
	color: #73BD18;
	font-weight: bold;
	border-bottom: 1px solid #E7E7E7; 	
	padding-right: 12px;
	margin-left: -5px;
	margin-right: -12px;
}

#content {

	float: left;
	clear: none;
	width: 397px;
	text-align: left;
	margin-top: 20px;
}

#content a,
#teaser_text a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#content a:hover,
#teaser_text a:hover {
	color: #73BD18;
}

#teaser {
	float: left;
	clear: none;
	width: 144px;
	margin-left: 12px;
}

#teaser_title {
	border-bottom: 1px solid #E7E7E7; 
	border-left: 1px solid #E7E7E7; 
	color: #6F6F6F;
	font-size: 12px;
	font-weight: bold;
	padding-left: 12px;
	padding-bottom: 4px;
	text-align: left;
}


#teaser_text {
	border-left: 1px solid #E7E7E7; 
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	color: #6F6F6F;
	font-size: 11px;
	line-height: 15px;
}


#footer {
	float: left;
	vertical-align: bottom;
	margin-bottom: 5px;

}


#footer_text {
	width: 277px;
	margin-left: 156px;
	margin-bottom: 30px;
	font-size: 10px;
	border: 0px solid red; 
	text-align: left;
}

#teaser_text b {
	font-size: 10px;
	color: black;
}

.news_text {
	line-height: 17px;
	margin-bottom: 15px;
}

div#teaser_text div.news_text {
	line-height: 15px;
}

span.bold {
	font-weight: bold;
}