/* General tags */

body {
	background-color: #fff;
	background-image: url(../images/bg.jpg);
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

td {
	border: 0;
	padding: 0;
	vertical-align: top;
}

h1 {
	color: #012868;
	font-size: 18px;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 20px;
}

h2 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.error {
	color: #FF0000; /* EE1C23 */
}

form {
	margin: 0;
	padding: 0;
}

input {
	color: #000;
	border: 1px solid #999;
	background-color: #fff;
}

input#width-login {
	width: 150px;
}

input#btn {
	font-size:10px;
	font-weight: bold;
	height: 22px;
	padding: 0px 15px 1px 15px;
	background-color: #012868; 
	color: #FFFFFF;
	border: #FFFFFF 1px solid;
	hover: #000000;
	cursor: pointer;
}

textarea {
	color: #000;
	border-right: 1px solid #999;
}

ul#pdf {
  list-style: url(../images/icon_pdf.gif) inside;
  list-style-type: square;}

a {
	color: #012868;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}



/* Layout */

div#container {
	position: absolute;
	width: 982px;
	left: 50%;
	margin-left: -491px; /* half of width */
}

table#main {
	width: 982px;
	background-color: #fff;
}

td#spacer-top-bottom {
	padding-top: 2px;
	padding-bottom: 2px;
}

td#main-left {
	width: 240px;
	height: 300px;
}

td#main-middle {
	width: 502px;
	padding-top: 20px;
}

td#main-right {
	width: 200px;
	padding: 20px;
}



/* Header */

div#header {
	width: 982px;
	background-color: #012868;
}

.bg-logo {
	background: #FFFFFF;
}

div#picture {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #D8DEE8;
	text-align: center;
	height: 180px;
}

div#picture img {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}


/* Meta navigation */

table#meta {
	width: 982px;
}

td#meta-left {
	height: 80px;
	padding-left: 25px;
}

td#meta-right {
	padding: 10px 25px 0 0;
	text-align: right;
}

#meta {
	color: #00A794;		/* Selected LANGUAGE ON Color */
	font-size: 10px;
	background: #FFF;
}

.meta-txt {				/* Normal Text Color in Meta Navigation */
	color: #012868;
	font-size: 10px;
}

#meta a {				/* Link in Meta Navigation */
	color: #012868;
	text-decoration: none;
}

#meta a:hover {
	text-decoration: underline;
}


/* Navigation level 1 */

table#nav1 {
	border-left: 1px solid #fff;
	margin-left: 240px;
}

table#nav1 td {
	height: 20px;
	vertical-align: middle;
	border-right: 1px solid #fff;
}

table#nav1 td.on {
	background-color: #677EA4; 
}

#nav1 a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin: 0 12px;
}

#nav1 a:hover {
	text-decoration: underline;
}


/* Navigation level 2 */

table#nav2 {
	border-collapse: collapse;
	width: 192px;
	margin: 24px;
}

table#nav2 td {
	border-top: 1px solid #012868;
	border-bottom: 1px solid #012868;
	height: 21px;
	vertical-align: middle;
}

table#nav2 td.on {
	background-color: #D8DEE8;
}

#nav2 a {
	text-decoration: none;
}

#nav2 a:hover {
	text-decoration: underline;
}


/* Footer */

div#footer {
	margin: 4px 0 1em 240px;
	width: 500px;
	font-size: 9px;
	color: #D8DEE8;
}

#footer a {
	color: #D8DEE8;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFF;
	text-decoration: none;
}

