/* @group reset selectors */
body,div,dl,dt,dd,pre,form,fieldset,blockquote,th,td,address {
	margin:0;
	padding:0;
	}

ul,li {
	list-style-type:none;
	}

img {
	border: none;
	}
/* @end */

/*colors
dark: #1b1b1b;
light: #cccccc; [span]
green: #9fc330;
@end*/

/* @group global settings */

body {
	background: #fff url(border.gif) repeat-x top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: center;
	cursor: default;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 1.8em;
	color: #1b1b1b;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #0066FF;
	}
	
a:hover {
	text-decoration: none;
	color: #0066FF;
	}

#support span {
	color: #ccc;
	font-size: 10px;
	line-height: 1.8em;
	}
	
#sitefooter p {
	margin:0px;
	padding:0px;
	color: #1b1b1b;
	font-size: 10px;
	line-height: 1.8em;
	}
	
#sitefooter a:link, #sitefooter a:visited {
	text-decoration: none;
	color: #0066FF;
	font-size: 10px;
	line-height: 1.8em;
	}
	
#sitefooter a:hover {
	text-decoration: none;
	color: #9fc330;
	font-size: 10px;
	line-height: 1.8em;
	}
	
h6 {
	font-size: 11px;
	line-height: 1.6364em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	}
	
h5 {
	font-size: 12px;
	line-height: 1.6364em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: normal;
	}
	
h4 {
	font-size: 12px;
	line-height: 1.125em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
h3 {
	font-size: 14px;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
h2 {
	font-size: 16px;
	line-height: 0.9em;
	font-weight: bold;
	font-family: "Eurostile", Verdana, Arial, Helvetica, sans-serif;
	}

h1 {
	font-size: 19px;
	line-height: 1em;
	font-family: "Eurostile", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top:0px;
	padding-top:0px;
	}

#sidemenu li {
	color: #1b1b1b;
	}	

#sidemenu li a:link, #sidemenu li a:visited {
	text-decoration: none;
	background: url(/stylesheets/stylegraphics/arrow_black.gif) no-repeat top left;
	padding-left: 20px;
	color: #1b1b1b;
	font-size: 11px;
	line-height: 1.6364em;
	}
	
#sidemenu li a:hover {
	text-decoration: none;
	background: url(/stylesheets/stylegraphics/arrow_green.gif) no-repeat top left;
	padding-left: 20px;
	color: #9fc330;
	font-size: 11px;
	line-height: 1.6364em;
	}

#sidemenu .active{
	font-weight:bold;
}

/* @end */

/* @group site structure */

#wrapper {
	height: auto;
	width: 960px;
	margin: auto;
}

#header {
	height:100px;
	margin-top: 20px;
}

#header h1,#header h2,#header h3,#header h4,#header h5,#header h6 {
	margin:0;
	padding:0;
}

#logo {
/*	background: #fff url(/stylesheets/stylegraphics/eud09_logo_a.jpg) no-repeat top left;*/
	width: 180px;
	height: 100px;
	float: left;
}

#headline {
	float: left;
	margin-left: 20px;
	margin-top: 35px;
	letter-spacing: normal;
	text-align: left;
}

#main1 {
}

#main2 {
	clear: both;
	position: relative;
}

#side {
	margin:0;
	padding:0;
	width:175px;
	text-align: left;
	padding-left: 5px;
	float: left;
	margin-bottom: 30px;
}

#side ul,#side li {
	margin:0;
	padding:0;
}

#outerinfobox {
	margin:0;
	padding:0;
	width:185px;
	float:right;
	text-align: left;
	margin-bottom: 30px;
}

#infobox {
	padding-left: 20px;
}

#morenews {
	text-align: right;
	margin-top: -12px;
}

#newsfeedbox {
	padding-left: 20px;
}

#infoboxcontent {
	font-size: 11px;
	line-height:1.3em;
	padding-bottom: 8px;
}

#infoboxcontent b {
	color: #9fc330;
}

#infobox a {
	color: #1b1b1b;
}

.infoboxcontent {
}

#outercontentsmall {
	margin:0;
	padding:0;
	width: 560px;
	margin-left: 20px;
/*	margin-right: 20px;*/
	float: left;
	margin-bottom: 30px;
	text-align:left;
}

#content {
	overflow:hidden;
}

#editablecontent {
	margin:0;
	padding:0;
}

#editablecontent img {
	border:1px solid #8D8D8D;
}
#editablecontent img.button {
	border:0pt none;
}
#editablecontent ul {
	list-style-image:url(ul-gr.gif);
}
#editablecontent ul ul {
	list-style-image:url(/stylesheets/stylegraphics/ulul-gr.gif);
}

#sitefooter {
	padding:0px;
	margin:0px;
	border-top: 2px solid #9fc330;
	border-bottom: 2px solid #9fc330;
	clear:both;
	text-align:right;
}
/* @end */
