body
{
	text-align: center;
	font-size: 11px;
	font-family: Arial;
	color: #5f5f5f;
background: url(images/tlo.jpg) repeat-x;
}

img
{
	border: 0;
}

a
{
	font-size: small;
	font-family: Arial;
	color: #5f5f5f;
	text-decoration: underline; 
}

p
{
	margin: 0;
	padding: 0; 
}

a:hover
{
	text-decoration: none;
}

div#body 
{
	width: 749px;
	height: auto;
	text-align: left;
	margin: 0px auto;
}

div#header
{
	width: 47px;
	height: 21px;
	padding: 5px 0 0 700px;
}

div#header ul
{
	list-style-type: none;
	margin: 0;
	padding: 0; 
}

div#header ul li a 
{
  	display: block;
	float: left;
	width: 16px;
	height: 11px;
	margin: 0 5px 0 0;
}

div#header ul li a#pl
{
	background: url(images/pl.gif) no-repeat;
}

div#header ul li a#us
{
	background: url(images/us.gif) no-repeat;
}

div#header ul li a span
{
	 display: none;
}

div#top
{
	width: 749px;
	height: 220px;
	background: url(images/top.png) no-repeat;
	clear: both;	 
}

div#content
{
	width: 747px;
	height: auto; 
	clear: both;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

div#content div#menu
{
	width: 142px;
	height: auto;
	float: left;
	background: url(images/bg-menu.png) #29476B repeat-x;
	background-position: top;
	padding: 0 17px 17px 17px;
	margin: 0 0 30px 0 ;
}

div#content div#menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0; 
}

div#content div#menu ul li
{
	padding: 5px 5px 5px 10px;
	display: block;
	border-bottom: 1px solid #2364b4; 
	background: url(images/arrow-menu.png) no-repeat;
	background-position: center left;
}

div#content div#menu ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}

div#content div#menu ul li a:hover
{
	color: #cadff2;
	text-decoration: underline;
}

div#content div#menu h3
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

div#content div#right
{
	width: 546px;
	height: auto;
	float: left;
	padding: 10px;
	border-left: 1px solid #e5e5e5;
}

div#content div#right h2
{
	font-size: 15px;
	color: #29476b;
	font-family: Arial;
	font-weight: bold; 
text-transform:uppercase;
}

div#content div#right p
{
	margin: 0 0 10px 0;
	text-align: justify;
}

br.clear
{
	clear: both; 
}

div#footer
{
	width:  747px;
	height: 54px;

background: #FFFFFF;
	text-align: center;
	padding: 16px 0 0 0;
	font-size: 9px;
border: 1px solid #E5E5E5;
}

div#footer a
{
	font-size: 9px;
}

div#footer p
{
	margin: 0 0 9px 0; 
}

div#login
{
	width: 100%;
	height: auto;
	margin: 50px 0 0 0; 
}

input.text
{
	background: #FFFFFF;
	border: 1px solid #e2e2e2;
	color: #8c8c8c;
	font-size: 9px; 
	padding: 5px;
	margin: 0 0 5px 0;
	width: 135px;
}

input.submit
{
	display: block;
	background: #1b56a2;
	text-align: center;
	padding: 5px;
	color: #FFFFFF;
	font-size: 9px; 
	border: 0;
font-weight: bold;
}

