/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo{float:left; background-image:url(090826_eumeb_Logo.gif); width:230px; height:215px;}
#topheader{float:right; width:526px; height:97px; background-color:#ffffff; position:relative}
#toplinks{position:absolute; right:10px; top:10px;}
#menu{float:right; background-image:url(090826_eumeb_header.gif); width:526px; height:32px;}
#submenu{float:right; width:526px; height:32px; background-color:#FFF; padding:10px;}
#contenttext{float:right; width:526px;}
#leftpanel{float:left; width:274px;}
#footer{float:left; background-image:url(090826_eumeb_footer.gif); width:800px; height:32px;}


/*GRAY PANEL*/
.graypanel{
	border:solid 1px #006600; background-color:#CCC; padding:10px; margin:10px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Albany;
	color: #666666;
}

.adresstext {
	font: 0.7em Albany;
	font-size:12px;
	font-weight:bold;
	color:#006600;
}
.titletext {
	font: 0.7em Albany;
	font-size:36px;
	font-weight:bold;
	color:#666666;
}
.smalltitle {
	font: 0.7em Albany;
	font-size:20px;
	font-weight:bold;
	color:#666666;
}
.smallgreentext {
	font: 0.7em Albany;
	font-size: 11px;
	font-weight:bold;
	color: #006600;
}
.smallwhitetext {
	font: 0.7em Albany;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Albany;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Albany;
	font-size: 11px;
	font-weight:bold;
	color:#666666;
}
.smallgraytext a{
	font: 0.7em Albany;
	font-size: 11px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
