body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

div {
	padding: 0px;
	margin: 0px;
}

a img {
	border: none;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #2b3f7b;
}

td {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

div.biege-separator {
	font-size: 1px;
	border-bottom: 1px solid #D3D89E;
	margin-top: 10px;
	margin-bottom: 10px;
}

/**************************************************************************/
/* Body text */
div.body-text 
{
	color: #6f6f54;
}
/*
div.body-text a:link, div.body-text a:visited, div.body-text a:active, div.body-text a:hover {
	text-decoration: none;
	color: #2b3f7b;
}*/

/**************************************************************************/
/* Headers */
strong 
{
	color: #2b3f7b;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #2b3f7b;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: lighter;
}

h2 {
	color: #2b3f7b;
	font-size: 14px;
}

h3 {
	color: #2b3f7b;
	font-size: 12px;
}

/**************************************************************************/
/* Layout */
div.container {
	margin: 0px ; 
	width: 850px;
	background: white;
}

div.body-margins {
	padding:20px;
}

div.horz-spacer {
	background-color: white;
	height: 13px;
	font-size: 1px;
}

/**************************************************************************/
/* Area Menu */
table.area-menu-item 
{
	border-collapse: collapse;
}

table.area-menu-item td 
{
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

a.read-more-area, a.read-more-area:link, a.read-more-area:visited, a.read-more-area:active, a.read-more-area:hover {
	width: inherit;
	height: inherit;
	text-decoration: none;
	color: #6A6D5B;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid white;
}

table.area-menu-item img 
{
	padding-top:2px; 
	padding-right:2px;
}


/**************************************************************************/
/* Main Menu */
div.main-menu {
	background-color: #012442;
	height: 29px;
	width: 850px;
}

div.main-menu div.item {
	float: left;
	/*border-left: 1px solid #61789A;*/
	height: 20px;
	border-top: 2px solid #012442;
}

div.main-menu div.items {
	float:right;
	padding: 5px;
}

div.main-menu div.item a {
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding: 10px;
	padding-left: 25px;
}

div.main-menu div.item a.selected {
	color: #888E6A;
}

/***************************************************************/
/* Left Menu */
div.left-menu {
	margin: 0;
	padding: 0;
}

div.left-menu ul {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

div.left-menu ul li {
	display: block;
	margin: 0;
	padding: 0;
}

div.left-menu ul li a, div.left-menu ul li a:link, div.left-menu ul li a:visited, 
		div.left-menu ul li a:active, div.left-menu ul li a:hover {
	display: block;
	text-align: right;
	width: inherit;
	height: inherit;
	text-decoration: none;
	color: #6A6D5B;
	height: 21px;
	padding-top: 4px;
	padding-right: 30px;
	border-right: 1px solid white;

	background-image: url(/templates/img/menu-arrow.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

div.left-menu ul li a:hover {
	background-color: #D8D7C3;
}

div.left-menu ul li a.active {
	background-color: #D8D7C3;
}

/**************************************************************************/
/* Footer */
div.footer {
	color: #747563;
	width: 850px;
	height: 24px;
	padding-top: 5px;
}

div.footer div.footer-line 
{
	margin-left: 5px;
	margin-right: 5px;
}

div.footer div.footer-line-inner 
{
	border-top: 1px solid #B6B99E;
	padding-bottom: 3px;
}

div.footer div.footer-left {
	font-size: 10px;
	float:left;
	padding-left: 5px;
}

div.footer div.footer-right {
	font-size: 10px;
	float:right;
	padding-right: 5px;
}

/**************************************************************************/
/* Read more */
div.read-more a, div.read-more a:link, div.read-more a:visited, div.read-more a:active, div.read-more a:hover {
	width: inherit;
	height: inherit;
	text-decoration: none;
	color: #6A6D5B;
	font-size: 12px;
	padding-top: 4px;
	padding-left: 20px;
	border-right: 1px solid white;
	background-image: url(/templates/img/menu-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0% 60%;
}


div.read-more table a, div.read-more table a:link, div.read-more table a:visited, div.read-more table a:active, div.read-more table a:hover 
{
	border: none;
	padding: 0px; 
	margin: 0px;
	background-color: red;
	background-image: none;
	text-decoration: unnderline;
}

/**************************************************************************/
/* Read more news */
div.read-more-news a, div.read-more-news a:link, div.read-more-news a:visited, div.read-more-news a:active, div.read-more-news a:hover {
	width: inherit;
	height: inherit;
	text-decoration: none;
	font-weight: bold;
	color: #001F3C;
	font-size: 12px;
	padding-top: 4px;
	padding-left: 20px;
	border-right: 1px solid white;
	background-image: url(/templates/img/menu-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0% 60%;
}

div.read-more-news table a, div.read-more-news table a:link, div.read-more-news table a:visited, div.read-more-news table a:active, div.read-more-news table a:hover 
{
	border: none;
	padding: 0px; 
	margin: 0px;
	background-color: red;
	background-image: none;
	text-decoration: unnderline;
}