body {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background: #f3dcbc url(../images/bg_line.png) left top repeat-x;
	text-align: justify;
	color: #fff5e6;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #f3dcbc;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

p {
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
li {
	padding: 0;
	margin: 0;
}

#header {
	background: url(../images/bg_top.jpg) top left no-repeat;
	height: 190px;
}
#lang {
	text-align: right;
	width: 770px;
	font-size: 11px;
}
/* for Mozilla/Safari/Opera */
* > #lang {
	padding: 1px 0;
}
/* for IE, with IE5/Mac backslash filter \*/
* html #lang {
	padding: 3px 0 4px;
}
/* end filter */
#lang a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	margin: 0 5px;
}
#lang a:hover {
	text-decoration: underline;
}
#logo {
	float: left;
	width: 200px;
	padding-bottom: 10px;
	text-align: center;
}
#banner {
	border: 10px solid #b4a082;
	float: left;
}

#contentContainer {
	clear: both;
}

#mainMenu {
	float: left;
	width: 200px;
}

#content {
	float: left;
	background: #b4a082;
	width: 550px;
	padding: 0 10px 25px 10px;
}

/* for Mozilla/Safari/Opera */
* > #content {
	min-height: 250px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html #content {
 height: 250px;
}
/* end filter */

#mainMenu ul {
	padding: 20px 10px;
}

#mainMenu li {
	display: block;
	border-bottom: 1px solid #bead91;
	font-weight: bold;
}
#mainMenu li.active {
	background: #dec09b;
}
#mainMenu li.active a {
	color: #846e55;
}
#mainMenu li.active a:hover {
	background: #dec09b;
}

#mainMenu li a {
	display: block;
	padding: 7px 5px;
	width: 170px;
	color: #665d4e;
}
#mainMenu li a:hover {
	background: #edd1ab;
	text-decoration: none;
}

#homeDescription {
	width: 300px;
	float: left;
}
#homeStatus {
	width: 220px;
	float: left;
	margin-left: 30px;
	text-align: left;
}
#content ul li {
	padding-bottom: 10px;
}

p.sectionTitle {
	padding: 0 0 0 4px;
	margin: 20px 0 10px 0;
	border-left: 8px solid #f3dcbc;
}
p.sectionTitle span.title {
	font: bold 20px Arial;
	color: #fff;
	line-height: 17px;
}
p.sectionTitle span.subtitle {
	font-size: 11px;
	color: #fff;
	line-height: 10px;
	display: block;
	padding-top: 3px;
	padding-left: 1px;
}

p.more {
	font-size: 11px;
	padding-top: 5px;
}
p.more a {
	color: #f3dcbc;
}

#navigation {
	color: #f3dcbc;
	font-size: 11px;
}
#navigation li {
	display: inline;
}
#navigation li a {
	background: url(../images/navigation_bullet.png) center right no-repeat;
	padding-right: 8px;
	font-weight: normal;
}

#content ul.genericList li,
#content ul.news li,
#content ul.links li {
	background: url(../images/generic_list_bullet.png) left 5px no-repeat;
	padding-left: 10px;
}
#content ul.news li {font-weight: bold;}
#content ul.news,
#content ul.links {
	padding-top: 10px;
	text-align: left;
}
#content ul.news ul li {
	line-height: 15px;
	padding: 4px 0 4px 22px;
	background: url(../images/icon_pdf.png)	left 3px no-repeat;
	font-weight: normal;
}
#content ul.news ul .section {
	font-weight: bold;
	padding: 20px 0 0 0;
	background: none;
}
.pdf {background-image: url(../images/icon_pdf.png);}
.xls {background-image: url(../images/icon_xls.png);}
.doc {background-image: url(../images/icon_doc.png);}

.partners th {
	background: #d9c5a7;
	padding: 7px 5px;
	text-align: center;
	color: #987353;
	border-right: 1px solid #b4a082;
}
.partners td {
	border-bottom: 1px solid #e1ccad;
	padding: 7px 5px;
	border-right: 1px solid #b4a082;
}

#footer {
	width: 765px;
	clear: both;
	text-align: right;
	padding-top: 5px;
	color: #998b74;
	font-size: 11px;
}