/* CSS Document */

html, body, #wrapper {
	font-family					: Arial, Helvetica, sans-serif;
	background-color			: #DEDFE3;
	height						: 100%;
	margin						: 0;
	padding						: 0;
	border						: none;
	text-align					: center;
	}

#wrapper {
	background-color			: #DEDFE3;
	margin						: 0 auto;
	text-align					: left;
	vertical-align				: middle;
	width						: 968px;
	}

/* add H1 to make Firefox same as IE at top */
h1 {
	border						: 0px;
	padding						: 0px;
	margin						: 0px;
	}

h1 {
	font-size					: xx-large;
	color						: #39464B;
	}

h2 {
	font-size					: large;
	color						: #0C88B1;
	}

h3 {
	font-size					: medium;
	}

h4 {
	font-size					: small;
	}

h5 {
	font-size					: x-small;
	}

h6 {
	font-size					: xx-small;
	}

table {
	font-size					: small;
	color						: #7A7C88;
	}

td {
	vertical-align				: top;
	}

a img {
	border						: none;
	}

.top-menu {
	font-size					: small;
	color						: #7A7C88;
	text-align					: right;
	padding-top					: 16px;
	}

.top-menu a {
	color						: #7A7C88;
	text-decoration				: none;
	}

.search {
	font-size					: small;
	color						: #7A7C88;
	text-align					: left;
	padding-top					: 13px;
	}

.search a {
	color						: #7A7C88;
	text-decoration				: none;
	}

.menu {
	background-color			: #C1C2C9;
	}

.menu-item-NO {
	font-weight					: bold;
	color						: #000000;
	background-image			: url(bg-menu-item-NO.jpg);
	text-align					: center;
	width						: 188px;
	height						: 41px;
	line-height					: 3em;
	float						: left;
	}

.menu-item-NO a {
	color						: #000000;
	text-decoration				: none;
	}

.menu-item-RO {
	font-weight					: bold;
	color						: #FFFFFF;
	background-image			: url(bg-menu-item-RO.jpg);
	text-align					: center;
	width						: 188px;
	height						: 41px;
	line-height					: 3em;
	float						: left;
	}

.menu-item-RO a {
	color						: #FFFFFF;
	text-decoration				: none;
	}

.menu-item-ACT {
	font-weight					: bold;
	color						: #FFFFFF;
	background-image			: url(bg-menu-item-ACT.jpg);
	text-align					: center;
	width						: 188px;
	height						: 41px;
	line-height					: 3em;
	float						: left;
	}

.menu-item-ACT a {
	color						: #FFFFFF;
	text-decoration				: none;
	}

.header {
	background-color			: #C1C2C9;
	}

.container {
	border						: #C1C2C9 1px solid;
	background-color			: #FFFFFF;
	}

.content-normal {
	font-size					: small;
	color						: #7A7C88;
	padding-top					: 13px;
	}

.content-normal a {
	color						: #7A7C88;
	}

.news, .events, .poll {
	font-size					: small;
	color						: #7A7C88;
	background-color			: #E7E8EE;
	padding						: 13px;
	}

.news a, .events a, .poll a {
	color						: #7A7C88;
	}

legend {
	border						: none;
	}
  
fieldset {
	border						: none;
	}

.radiolayout {
	width						: 60%;
	border						: none;
	}

.formu {
	width						: 80%;
	padding-top					: 10px;
	padding-bottom				: 10px;
	border						: none;
	}

.mf-input {
	margin-bottom				: 5px;
	vertical-align				: middle;
	}

.mf-text {
	margin-bottom				: 5px;
	vertical-align				: top;
	}

.mf-select {
	margin-bottom				: 5px;
	vertical-align				: middle;
	}

.mf-check {
	border						: none;
	margin-bottom				: 5px;
	vertical-align				: middle;
	}

.mf-radio {
	border						: none;
	margin-bottom				: 5px;
	vertical-align				: middle;
	}

.mf-file {
	margin-bottom				: 5px;
	vertical-align				: middle;
	}

.mf-submit {
	margin-bottom				: 5px;
	vertical-align				: middle;
	}

.footer {
	font-size					: small;
	color						: #7A7C88;
	text-align					: center;
	vertical-align:middle;
	}

.footer a {
	color						: #7A7C88;
	}
