body {
	margin:0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #717273;
	padding: 54px 0;
	background: #00425a url(../images/background.gif) repeat-x 0 0;
}
img {border:none;}
a{
	color: #075c69;
	font-weight: bold;
	text-decoration: none;
}
a:hover{text-decoration: underline;}
form, fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}
UL {
	list-style-type: square;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;}
	
LI {
	margin-bottom:5px;
}
ul.briask-iss {height:191px;}
input{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #494949;
}
legend {
	font-size:14px;
	font-weight:bold;
	padding: 20px 0 10px 10px;
	margin-left:-10px;
}
.small {
	font-size:10px;
}
#mainPanel {
	width:951px;
	background: #ffffff;
	text-align: left;
	overflow: hidden;
}
#header {
	background: #ffffff url(../images/header-bg.gif) no-repeat 0 0;
	height: 87px;
	position: relative;
}
h1.logo{
	margin: 0;
	position: absolute;
	top: 39px;
	left: 26px;
	height: 30px;
	width: 230px;
	text-indent: -9999px;
	overflow: hidden;
	float:left;
}
h1.logo a{
	display: block;
	width: 230px;
	height: 100%;
	background: url(../images/logo.gif) no-repeat 0 0;
}
#language {
	margin-top:-30px;

}
#language ul{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 1%;
	float:right;
}
#language ul li{
	float: left;
	background: url(../images/menu-sep.gif)  no-repeat 0 0;
	position: relative;
	padding: 0 10px 0 10px;
	font-size: 12px;
	/* text-transform:uppercase; */
}
#language ul li a {
	color: #668c9b;
	font-weight: normal;
}
#menu{
	margin: 0;
	float:right;
	padding: 55px 40px 0;
	background: url(../images/bg-menu.gif) repeat-x 0 0;
	width:50%;
}
#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 1%;
	float:right;
}
#menu ul:after {
	display: block;
	content: "";
	clear: both;
}
#menu ul li{
	float: left;
	background: url(../images/menu-sep.gif)  no-repeat 0 0;
	position: relative;
	padding: 0 10px 0 10px;
	font-size: 12px;
	/* text-transform:uppercase; */
}
#menu ul li a {
	color: #668c9b;
	font-weight: normal;
}
#flash {
	height:191px;
}
#content {
	background: #ffffff url(../images/content-bg.gif) no-repeat 0 0;	
	padding: 55px 50px 40px 130px;
	margin:0;
	overflow: hidden;
	height:100%;
}
.article {
	line-height: 24px;
	padding:0;
	margin: 0 0 20px 0;
	text-align:justify;
}
.article h1 {
	font: 20px Georgia, Georgia, "Times New Roman", Times, serif;
	color: #007ea5;
	padding: 0 0 8px 0;
	border-bottom: solid 2px #dff4fc;
}
.column {
	width:46%;
	
}
.left {
	padding-right: 20px;
	float: left;
}
.right {
	padding-left: 20px;
	float: right;
}
#footer {
	text-align: right;
	background: #00425a;
	font-size: 10px;
	color: #668e9c;
	padding: 20px 0 30px 0;
}
#footer a{
	color: #668e9c;
	font-weight:bold;
	text-decoration: none;
}