body {
	margin: 0;
	padding: 0;
	font: 12px "Trebuchet MS", helvetica, arial, sans-serif;
}

a {
	text-decoration: underline;
	color: #000;
}

h3 {
        margin: 0 0 10px 0;
	font: 16px "Trebuchet MS", helvetica, arial, sans-serif;
	font-weight: bold;
}

h2 {
	font: 18px "Trebuchet MS", helvetica, arial, sans-serif;
	font-weight: bold;
}

h1 {
	font: 24px "Trebuchet MS", helvetica, arial, sans-serif;
	font-weight: bold;
	text-align: center;
}

p {
	margin: 0 0 10px 0;
}

.euromath {
	padding: 0 0 0 20px;
	font-weight: bold;
}

.euromath a {
	color: #003186;
}

img {
	border: none;
}

#pagewrap {
	width: 100%;
	height: auto;
	text-align: left;
}

#header {
	height: 150px;
	background-color: #003366;
	font-size: 12px;
}

.logo {
	margin: 25px 0 20px 10px;
	float: left;	
}

.header_text {
	margin: 0 0 0 210px;
	padding-top: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

.header_text a{
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
}

#pagecontainer {
	height: 100%;
}

#navbar {
	margin:0;
	width: 210px;
	height: auto;
	float: left;
	display: inline;
}

#cms {
	padding: 10px 0 0 0;
	text-align: center;	
}

#cms a {
	text-decoration: none;	
}

#cms_text {
	padding: 5px 0 5px 5px;
	font-size: 9px;
	text-align: center;
	font-weight: bold;
}

#content {
	margin: 0 20px 0 210px;
	padding: 0 0 10px 20px;
	text-align: justify;
}

.maps {
	display: inline;
}

.maps img {
       margin-right: 20px;
}

.new {
	background-color: #dff2fd;
}

.important {
	padding: 5px;
	width: 380px;
	background-color: #FFFAA5;
	border: 1px solid #BA5D30;;
}

.important img {
	margin-right: 10px;
}

#footer {
	height: 30px;
	width: 100%;
	background: #999;
	font-size: 10px;
	text-decoration: none;
	color: #000;
	float: left;
}
	
.credits a {
	margin: 10px 15px 0 0; 
	float: right;
	color: #003366;
	text-decoration: none;
}

#breadcrumb {}
.table_breadcrumb {
	padding: 10px 0 15px 0; 
	margin-left: 3px;
	font-weight: bold;
	}
#breadcrumb a:link, #content #breadcrumb a:visited {text-decoration:underline;color:#000;}
#breadcrumb a:hover, #content #breadcrumb a:active {font-weight: bolder;}
