/* Default CSS file */

/* HTML Elements */

html{
	margin:0;
	padding:0;
}

body{
	font-family:Verdana;
	font-size:11px;
	background-color:#EFEFEF;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}

a{
	color:#4DA447;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h1{
	font-weight:normal;
	color:#4DA447;
	font-size:15px;
	padding:0;
	margin:0;
}

#horizon{
	position:relative;
	top:0;
	width:902px;
	left:50%;
	margin-left:-451px;
}

#header{
	position:relative;
	left:0;
	width:900px;
	top:25px;
}

#languageChooser{
	float:left;
	width:49%;
	text-align:right;
}

#logoContainer{
	float:left;
	width:49%;
}

#content{
	position:absolute;
	width:902px;
	top:120px;
	margin:0;
	padding:0;
}

#contentHolder{
	position:absolute;
	left:0;
	background-repeat:repeat-y;
	width:902px;
}

#menu{
	position:relative;
	float:left;
	width:173px;
	border-bottom:1px solid #E1E1E2;
}

#footer{
	position:relative;
	float:left;
	top:10px;
	width:900px;
	height:0;
	text-align:center;
	font-size:10px;
	
}

.menuItem{
	position:relative;
	width:167px;
	height:24px;
	color:rgb(79,162,76);
	margin-bottom:5px;
}

.formElement{
	font-family:Verdana;
	font-size:11px;
	border:1px solid #E1E1E2;
}

#emailaddressessTable thead tr th{
	text-align:left;
	border-bottom:1px solid black;
	padding-bottom:5px;
}

#emailaddressessTable tbody tr td{
	text-align:left;
	padding-top:5px;
}