* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	font-family: arial;
	font-size: 14px;
	color: #666666;
}

img, div, a, input { behavior: url(/public/css/iepngfix.htc) }

img {
	border: none;
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
}

div#top {
	width: 100%;
	padding-top: 34px;
	background: url(../img/topb.png) repeat-x;
}

div#flash {
	margin: 0 auto;
	width: 881px;
	height: 330px;
	background: url(../img/flashb.png) no-repeat;
}
div#flashshadow{
	margin: 0 auto;
	width:881px;
	height: 11px;
	background: url(../img/flashshadow.jpg) no-repeat;
}

div#main {
	width: 881px;
	margin: 0 auto;
	background: url(../img/mainb.png) repeat-y;
}

div#mleft {
	min-height: 200px;
	float: left;
	padding-top: 50px;
	width: 239px;
}

div#mleft a {
	float: right;
	margin-bottom: 2px;
	padding-top: 10px;
	position: relative;
	width: 228px;
	height: 42px;
	text-align: center; font-size : 18px;
	right: -5px;
	background: url(../img/menuitem.png) no-repeat;
	color: #6a6a6a;
	font-style: verdana;
	font-size: 18px;
}

div#mleft a:HOVER,div#mleft a.active {
	background: url(../img/menuitema.png) no-repeat;
	color: white;
	text-decoration: none;
}

div#content {
	width: 552px;
	min-height: 200px;
	float: right;
	padding: 30px 60px 30px 30px;
}

div#content h2 {
	font-style: verdana, arial;
	font-size: 30px;
	font-weight: normal; padding-left : 20px;
	padding-bottom: 25px;
	color: #ff0000;
	padding-left: 20px;
}

div#footer {
	width: 100%;
	height: 116px;
	background: url(../img/footerb.png) repeat-x;
}

div#innerfooter {
	background: url(../img/innerfooter.png) repeat-x top;
	margin: auto;
	width: 881px;
	padding-top: 62px;
}

div#eulogo {
	margin: 0 auto;
	width: 49px;
	height: 46px;
}

div#footermenu {
	margin-top: 20px;
	float: left;
}

div#footermenu ul {
	list-style: none;
}

div#footermenu li {
	display: inline;
}

div#footermenu a {
	color: #ffffff;
	font-size: 12px;
}

div#copy {
	margin-top: 20px;
	float: right;
	color: #ffffff;
	font-size: 12px;
}

div.clear {
	clear: both;
}
