@charset "UTF-8";
/* CSS Document */
/* Areas */

td.mainnavigation {
	width: 200px;
	vertical-align: middle;
	text-align:right;
	background-color: #cddbe8;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.maincontent {
	vertical-align:top;
	padding: 8px 2px 0px 54px; 
	margin: 0px;
	background-image: url(../images/main_background.jpg);
	background-repeat: repeat-y;
	min-height: 600px;
}

div.footer {
	color:#000000;
	font-size: 8pt;
	vertical-align:top;
	padding: 0px; 
	margin: 0px;
	background-image: url(../images/main_background.jpg);
	background-repeat: repeat-y;
}

div.rightbox {
	width: 285px;
	border: 1px #15487c solid;
	background-color: #cdced0;
	min-height: 150px;
	vertical-align:top;
	margin: 18px 1px 0px 0px; 
}

div.newslist {
	margin: 3px 5px 3px 12px; 
}

/* textual */

.customtitle {
	font-family: Arial, Helvetica;
	font-size: 15pt;
	font-weight: bold;
	color: #002e5f;
}

.header {
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: #002e5f;
}

a.leftnavigation {
	font-weight: bold;
	font-size: 10pt;
	color: #014c85;
	text-decoration: none;
}

a.leftnavigation:hover {
	color: #000000;
}

a.leftnavigationon {
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

a.subnavigation {
	font-weight: bold;
	font-size: 9pt;
	color: #014c85;
	text-decoration: none;
	padding-right:26px;
}

a.subnavigation:hover {
	color: #000000;
	text-decoration: underline;
}

a.subnavigationon {
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	padding-right:26px;
}


