


body {
	background-color: #b5cfce;
	color: black;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}


div.page {
	width: 70em;
	margin-left: auto;
	margin-right: auto;
}

div.cadrepage {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 3px;
	padding-bottom: 20px;
	background-color: white;
	color: black;
	border: 1px solid #005d59;


}

div.title {
	padding-top: 20px;
	color: #005d59;
	background-color: TITLE_BG;
	text-align: center;
}

div.title h1 {
	padding-top: 10px;
	padding-bottom: 20px;
	margin: 0px;
	font-size: 330%;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
}

div.menu {
	float: left;
	width: 145px;
	margin-right: 10px;
	text-align: center;
	margin-top: 30px;
	margin-left: 20px;
	-moz-border-radius: 3px;
	background-color: MENU_BG;
	border: 2px solid MENU_BG;
}

div.pagebody {
	margin-left: 190px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	text-align: justify;
}

div.menuitem {
	margin-top: 6px;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 1px;
	margin-bottom: 6px;
	padding-bottom: 1px;
	font-size: 115%;
}

div.menuitemselected {
	margin-top: 6px;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 0px;
	margin-bottom: 6px;
	padding-bottom: 0px;
	font-size: 115%;
	-moz-border-radius: 3px;
	background-color: #b5cfce;
	border: 2px solid #b5cfce;
}

div.menuitem a:link, div.menuitem a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #005d59;
}

div.menuitemselected a:link, div.menuitemselected a:visited {
	font-weight: bold;
	text-decoration: none;
	color: white;
}

div.menuitem a:hover, div.menuitem a:active, div.menuitemselected a:hover, div.menuitemselected a:active {
	text-decoration: underline;
}

div.logos {
	text-align: center;
	padding-top: 20px;
}

div.logos img {
	border: none;
	vertical-align: middle;
}

h2 {
	background-color: #005d59;
	color: white;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	margin-top: 0.8em;
	margin-bottom: 0.3em;
	font-size: 140%;
}

h2 a, h2 a:visited, h2 a:link {
	text-decoration: none;
	color: white;
}

h3 {
	color: #005d59;
	text-decoration: none;
	font-size: 130%;
}

h3 a {
	text-decoration: none;
	color: #005d59;
}

h4 {
	color: #005d59;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 110%;
	font-weight: bold;
}

p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

a:link, a:visited {
	color: #005d59;
}

b {
	color: black;
}

div.lastupdate {
	text-align: right;
	margin-bottom: 10px;
	font-size: 80%;
	padding-right: 20px; 
	color: #585858;
}

div.lastupdate a {
	color: #585858;
	text-decoration: none;
}

div.news {
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 10px;
	color: #005d59;
	background-color: TITLE_BG;
	float: right;
	border: 1px solid #005d59;
	-moz-border-radius: 3px;
}

table.jobs tr td {
	padding: 3px;
}

span.bigtext {
	color: #005d59;
	font-size: 130%;
}
