@charset "utf-8";
/* CSS Document */

html {
	height:100%;
}
body {
	margin:0px;
	padding:0px;
	height:100%;
	font-family: avenir, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #333333;
}

a:link,
a:active,
a:visited {
	color:#532E63;
	}
	
a:hover {
	color:#532E63;
}

h1 {
	font-size: 20px;
	color:#532E63;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

h3.contact {
	font-size:14px;
	text-decoration:underline;
	}

h3 {
	color:#532E63;
	font-size:14px;
	padding:0px;
	margin-top:4px;
	margin-bottom:4px;
	margin-right:0px;
	margin-left:0px;
	}

h2 {
	color:#532E63;
	font-size:17px;
	}
	
h4 {
	color:#532E63;
}
h1.news {
	font-weight:bold;
	margin-bottom:2px;
	padding:0px;
}
p {
	font-size:11px;
	text-align:justify;
}
p.news {
	margin:0px;
	padding:0px;
	text-align:left;
}
a.news:link, a.news:active, a.news:visited {
	color:#532E63;
}
a.news:hover {
	color:#2e0041;
}
a.menu:link, a.menu:active, a.menu:visited, a.menu:hover {
	color:#000000;
	text-decoration:none;
}
a.menuColor:link, a.menuColor:active, a.menuColor:visited, a.menuColor:hover {
	color:#FFF;
	text-decoration:none;
}

div.contactBox {
	line-height:24px;
	width:540px;
}

div.contactDesc {
	background:url(images/contactStrip.png);
	background-position:bottom left;
	background-repeat: no-repeat;
	height:24px;
}

input.inputBox {
	border:1px solid #e0dacc;
	background-color: #f7f6f2;
	font-size:10px;
	padding:2px;
	float:right;
	color:#532E63;
	display:inline;
	}
	
div.newsColumn {
	border-left:15px solid white;
	width:220px;
	height:100%;
	float:right;
}

div.news {
	padding:15px;
	min-height:250px;
	background-color: #ebe8dd; 
}

div.newsBottom {
	width:220px;
	background:url(images/newsFade.png);
	background-repeat:repeat-x;
	height:112px;
	float:right;
}

input.languages {
	margin-left:2px;
	margin-right:2px;
	width:16px;
	height:11px;
	border:0px;
	overflow:hidden;
	cursor:pointer;
}

#footer {
	bottom:0px;
	}