* {
	padding: 0;
	margin: 0;
}

a img {
	border:0;
}

div {
	overflow:hidden;
	zoom:1;
}

html, body {
	height:100%;
}

h1,h2,h3,h4, h1 a, h2 a, h3 a, h4 a {
	text-decoration:none;
}
h1 {
	font-size: medium;
	}
h2 {
	margin-top:10px;
	font-weight:bold;
	font-size: small;
	}
body {
	background: white;
	color:#202020;
	font-family:Verdana, Arial, sans-serif;
	font-size:small;
	margin:0;
	padding:0;
	text-align:center; //specially for IE5
}

#main {
	margin:0 auto;
	padding:0;
	text-align:left;
	width:720px;
}

#logo {
	float:left;
	margin-left:6px;
	margin-top:7px;
}

#topmenu {
	float:right;
	list-style:none;
}

#topmenu li {
	display:inline-block;
	float:left;
	margin-left:4px;	
}

#topmenu li a {
	background:black;
	color:white;
	display:inline-block;	
	padding:40px 10px 10px;
	text-decoration:none;
	text-transform:uppercase;
}

#topmenu li a:hover, #topmenu li a.selected {
	background:#C06;
}

#contacts {
	clear:right;
	float:right;
	margin-top:60px;
	text-align:right;
	white-space:nowrap;
	width:500px;
}

#contacts a {
	color:black;
}

#contacts p{
	display:inline;
	margin-left:30px;
}

#content {
	background:#c06 url('/design/images/footer.jpg') bottom no-repeat;
	color:white;
	margin-top:10px;
	padding:40px 40px 140px 30px;
}

#content a {
	color:white;
}
#content p {
 	margin-top:10px;
	}
#footer {
	font-family: helvetica, sans-serif;
	font-size:0.85em;
	margin:5px 0;
	text-align:right;
}

#footermenu {
	float:left;
	list-style:none;
}

#footermenu li {
	border-left:1px solid black;
	float:left;
	padding:0 5px;
	display:inline-block;
}

#footermenu li a {
	color:black;
	text-decoration:none;
}

#footermenu li a:hover, #footermenu li a.selected {
	text-decoration:underline;
}



/* ---- News ---*/

.newsrow {
	margin-bottom:20px;
}

.newsrow h1 {
	margin:0;
}

.newsrow .date {
	font-style:italic;
}

.newsrow .newstext {
	margin-top:10px;
}

.newsrow .more {
	margin-top:10px;
	text-align:right;
}

.newsrow .more a {
	color:#223b8d;
}

/*----- Search ----*/
.result {
	margin-bottom:20px;
}
.imgcentre img{
	border: 1px solid #a50152;
	 padding: 3px;
	}
	
.flash {
border: 1px solid #a50152;
	 padding: 3px;
}
