* {
	margin: 0px; padding: 0px; word-wrap: break-word;
}

a {
	color: #1a4680;
}
a:hover {
	text-decoration: none;
}

/* MAIN PAGE */

body {
	font-family: Arial, Helvetica, sans-serif; font-size: 0.75em; background: rgb(223,220,213) url(../images/background.jpg) repeat-x left top; color: #565e67;
}

#page {
	width: 900px; min-height: 766px; margin: 0 auto; background-color: #ffffff; padding-bottom: 30px;
}

#lang {
	font-size: 80%; float: left; list-style-type: none; height: 35px;
}
#lang li {
	float: left; padding: 0px 12px; height: 35px; line-height: 35px; background: transparent url(../images/lang-sep.gif) left center no-repeat;
}
#lang li.fst {
	background-image: none;
}
#lang li a {
	text-decoration: none;
}
#lang li a:hover {
	text-decoration: underline;
}

/* META SECTION */
#meta {
 	height:35px;
}

#meta ul {
 	font-size: 80%; list-style: none; float: right; padding-top: 13px;
}

#meta ul li {
 	float: left; border-right: 1px solid #1a4680;
}

#meta ul li a {
	color: #1A4680; text-decoration: none; text-transform: uppercase; margin-left: 12px; margin-right: 12px; 
}

#meta ul li a.active {
	text-decoration: underline;
}

#meta ul li.last {
	border-right: 0px;
}

#meta ul li.last a {
	margin-right: 0px;
}

/* HEADER SECTION */

#header {
	clear: both;
	height: 217px; width: 900px;
	background-color: #2060b2;
}

/* TOPMENU SECTION */

#topmenu {
	height: 24px;
	width: 900px;
	background-color: #2060b2;
}
#topmenu ul {
	position: relative;
	list-style: none;
	display: inline;
	margin-left: 50px;
	float: left;
	background-color: #4e7bb8;
	height: 24px;
	width: 850px;
}
#topmenu ul li {
	position: relative;
	margin-bottom: -5px;
	height: 26px;
	line-height: 24px;
	float: left;
}
#topmenu ul li a {
	display: block; border-right: 1px solid #ffffff;
}
#topmenu ul li.active {
	border-bottom: 4px solid #1a4680;
	height: 25px;
}

/* LEFT CONTENT */

#left {
	clear: both;
	width: 566px;
	max-width: 566px;
	float: left;
	padding-left: 50px;
}

/* CONTENT */
#left p {
	padding-bottom: 14px;
}
#left h1.graphic, #left h2.graphic {
	padding-top: 25px; padding-bottom: 10px;
}
/* LEFT CONTENT - HEADERS */
#left h3 {
	font-size: 100%; margin-bottom: 17px; color: #1a4680;
}
/* LEFT CONTENT - IMG */
#left img.left {
	float: left; padding-right: 21px;
}
#left img.right {
	float: right; padding-left: 21px;
}
/* LEFT CONTENT - TABLE */
#left table.contenttable-0,
#left table.contenttable {
	margin-bottom: 36px; width: 485px;
	line-height: 1.1em; color: #565e67;
	border-collapse: collapse;
}
#left table.contenttable-0 tr,
#left table.contenttable tr {
	margin: 0px;
	padding: 0px;
}
#left table.contenttable-0 tr td,
#left table.contenttable tr td {
	border-bottom: 1px solid #ffffff; margin: 0px; padding: 6px; height: 39px;
}
#left table.contenttable-0 tr.tr-even td,
#left table.contenttable tr.tableRow-even td {
	background-color: #f1efec;
}
#left table.contenttable-0 tr.tr-odd td,
#left table.contenttable tr.tableRow-odd td {
	background-color: #f8f7f6;
}
#left table.contenttable tr td p {
	padding-bottom: 0px !important;
}
/* LEFT CONTENT - UL BULLETS */
#left ul {
	padding-top: 20px; list-style-type: none;
}
#left ul li {
	line-height: 14px; 	color: #565e67; text-decoration: none; padding-bottom: 15px; padding-left: 25px;
	background: transparent url(../images/bullet.jpg) left 4px no-repeat;
}
#left strong {
	color: #6c7075;
}


/* RIGHT CONTENT ;*/

#right {
	float: right;
	width: 225px;
}

/* CONTENT */
#right p {
	padding-bottom: 20px;
	color: #565E67;
	padding-right: 30px;
}
#right h2 {
	line-height: 22px;
	font-weight: bold;
	color: #1A4680;
	text-decoration: none;
	padding-bottom: 30px;
}
#right h2.graphic {
	padding-top: 25px; padding-bottom: 10px;
}

#right div.up {
	border-bottom: 4px solid #e3e1db;
}

/* LEFT AND RIGHT SECTION INFO P TAG */

#left p.info, #right p.info {
	color: #9a9ea2;
}

#left p.info a, #right p.info a {
	font-weight: bold;
	color: #1a4680;
}


/* CLEAR */
#clear {
	clear: both; height: 1px; font-size: 0px;
}
