@charset "UTF-8";
/* CSS Document */
body {
	text-align: center;
	background-color: #EEE;
}
img.flag {
	margin-left: 2px;
	margin-right: 2px;
	border: solid 1px #FFF;
}
img.flag:hover {
	margin-left: 2px;
	margin-right: 2px;
	border: solid 1px #F90;
}
img.logo {
	padding: 10px;
	border: none;
}
a.menuLink {
	color: #FFF;
	text-decoration: none;
}
a.menuLink:hover {
	color: #FFC;
	text-decoration: none;
}
#top {
	height: 168px;
	width: 800px;
}
#lang {
	height: 27px;
	width: 129px;
	padding-top: 5px;
	background-image:url(../images/topLineBg.jpg);
	border-right: solid 1px #003;
	float: left;
}
#topText {
	height: 25px;
	width: 670px;
	background-image:url(../images/topLineBg.jpg);
	padding-top: 7px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	overflow: hidden;
	float: left;
}
#topSpacer {
	height: 15px;
	width: 800px;
	clear: left;
}
#menu {
	float: left;
	height: 503px;
	width: 130px;
}
#content {
	height: 503px;
	width: 655px;
	float: left;
}
#contentText {
	width: 633px;
	min-height: 483px;
	background-color: #FFF;
	border: solid 1px #036;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 10px;
	float: left;
}
#contentTextSmall {
	height: 483px;
	width: 398px;
	background-color: #FFF;
	border: solid 1px #036;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 10px;
	overflow: auto;
	float: left;
}
#contentSpacer {
	height: 503px;
	width: 15px;
	float: left;
}
#contentRight {
	height: 503px;
	width: 218px;
	float: left;
}
#contentRightTop {
	height: 158px;
	width: 218px;
	background-color: #FFF;
	border: solid 1px #036;
	overflow: hidden;
}
#contentRightSpacer {
	height: 15px;
	width: 218px;
}
#contentRightBottom {
	height: 326px;
	width: 218px;
	background-color: #FFF;
	border: solid 1px #036;
	font-family: Tahoma, Geneva, sans-serif;
}
#contentRightNewsHeading {
	height: 15px;
	color: #FFF;
	font-size: 12px;
	padding: 5px;
	background-image:url(../images/bottomCopyrightBg.jpg);
}
#contentRightNewsText {
	font-size: 10px;
	height: 302px;
	overflow: auto;
}
#menuSpacer {
	float: left;
	height: 503px;
	width: 15px;
}
#bottomSpacer {
	clear: both;
	height: 15px;
	width: 800px;
}
#bottomLogos {
	height: 75px;
	width: 798px;
	background-color: #FFF;
	border: solid 1px #036;
}
#bottomCopyright {
	height: 18px;
	width: 800px;
	color: #FFF;
	padding-top: 2px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	background-image:url(../images/bottomCopyrightBg.jpg);
}
#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
div.newsItemTitle {
	background-color: #CCC;
	height: 12px;
	padding: 3px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	text-align: center;
	font-weight: bold;
	color: #F00;
}
p.newsItemText {
	margin-top: 10px;
	margin-bottom: 18px;
	padding: 5px;	
}
.menuButton {
	height: 35px;
	width: 128px;
	padding-top: 15px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	border: solid 1px #FFF;
	border-top: solid 3px #FFF;
	background-image:url(../images/menuButtonBg.jpg);
}
.menuButton:hover {
	height: 35px;
	width: 128px;
	padding-top: 15px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	border: solid 1px #F90;
	border-top: solid 3px #F90;
	background-image:url(../images/menuButtonBgOver.jpg);
}
input {
	font-family:Tahoma, Arial;
	color: #262626;
	background: #E6E6E6;
	border: 1px solid #5C5C5C;
}
textarea {
	font-family:Tahoma, Arial;
	font-size:10px;
	color: #262626;
	background: #E6E6E6;
	border: 1px solid #5C5C5C;
}