@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: "Candara Bold", "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	color: #04287B;
}
body {
	background-color: #d5dde4;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 22px;
	color: #031C52;
	margin: 0;
	margin-top: 5px;
}

h2 {
	font-size: 18px;
	color: #012D8F;
	margin: 0;
}

a:link {
	color: #043CC0;
}

a:visited {
	color: #043CC0;
}

a:hover {
	color: #043CC0;
}

a:active {
	color: #043CC0;
}

#container { 
	width: 1024px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	background: #d5e1eb;
} 

#background {
	background: url(../images/bg_spacer.jpg) left top repeat-y;
}

#header { 
	background: #DDDDDD; 
	padding: 0 10px;
} 

#header h1 {
	margin: 0;
	padding: 10px 0;
}

#sidebar1 {
	float: left; 
	width: 196px;
	background: #b9d0e6;
	border: 1px solid #a2c6dd;
	border-bottom: 0px;
	padding: 9px;
	padding-bottom: 9px;
}

#sidebar2 {
	float: right; 
	width: 196px;
	background: #b9d0e6;
	border: 1px solid #a2c6dd;
	border-bottom: 0px;
	padding: 9px;
	padding-bottom: 9px;
}

#sidebar1 h3, #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}

#sidebar1 #logo {
	height: 140px;
	background: #c6d9ea;
	border: 1px solid #a2c6dd;
}

#sidebar1 #nav {
	margin-top: 30px;
}

#navcontainer { 
	width: 196px;
}

#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navlist li {
	margin-bottom: 2px;
}

#navlist li a {
	display: block;
	padding: 3px;
	width: 186px;
	background-color: #04287b;
	border: 1px solid #00174b;
}

#navlist li a:link, #navlist li a:visited{
	color: #EEE;
	text-decoration: none;
}

#navlist li a:hover {
	background-color: #0032a5;
	color: #FFFFFF;
}

#navlist li a#current {
	background-color: #0032a5;
	color: #FFFFFF;
}



#subnav {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	
}

#subnav ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	list-style-type: none;
	width: 196px;
}

#subnav li {
	top: 0px;
	display: inline;
	margin: 5px;
}

#subnav li a {
	padding: 3px;
	width: 186px;
	background-color: #04287b;
	border: 1px solid #00174b;
}

#subnav li a:link, #subnav li a:visited{
	color: #EEEEEE;
	text-decoration: none;
}

#subnav li a:hover {
	background-color: #0032a5;
	color: #FFFFFF;
}

#mainContent { 
	margin: 0 216px 0 216px;
	top: 0px;
	padding: 0;
	min-height: 430px;
	
	
} 
#mainContent p { 
	margin: 0;
	top: 0px;
	padding: 0;
	padding-top: 10px;
	
} 
#footer { 
	padding: 0px;
	padding-bottom: 20px;
} 

#footer #lang {
	float: left;
	width: 214px;
	padding: 10px 0 10px 0;
	
	text-indent: 0px;
	line-height: 0px;
	background: #b9d0e6;
	border: 1px solid #a2c6dd;
	border-top: 0px;
	text-align: center;
}

#footer #copy {
	margin-left: 165px;
	padding: 0;
	text-align: right;
	color: #779cbf;
	font-size: 10px;
}

#footer #copy a {
	color: #779cbf;
	font-size: 10px;
}

#footer p {
	margin: 0;
	padding: 0;
	padding-top: 10px;
}

#text_size {
	width: 138px;
	float: left;
	margin-top: 3px;
}


#text_small {
	width: 18px;
	height: 18px;
	float: left;
	background-image: url(../images/button_small.jpg);
	background-position: left top;
	background-repeat: no-repeat;

	
}

#text_small:hover {
	width: 18px;
	height: 18px;
	float: left;
	background-image: url(../images/button_small_over.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#text_normal {
	width: 18px;
	height: 18px;
	float: left;
	background-image: url(../images/button_normal.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 2px;
	
}

#text_normal:hover {
	width: 18px;
	height: 18px;
	float: left;
	background-image: url(../images/button_normal_over.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#text_big {
	width: 18px;
	height: 18px;
	float: left;
	background-image: url(../images/button_big.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 2px;
	
}

#text_big:hover {
	width: 18px;
	height: 18px;
	float: left;
	background-image: url(../images/button_big_over.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}



.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
