* {
	margin: 0;
	padding: 0;
}

html, body {
	min-height: 100%;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 95%;
	background: rgb(109,136,183); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkODhiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiOGM2ZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(109,136,183,1) 0%, rgba(184,198,223,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,136,183,1)), color-stop(100%,rgba(184,198,223,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(109,136,183,1) 0%,rgba(184,198,223,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(109,136,183,1) 0%,rgba(184,198,223,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(109,136,183,1) 0%,rgba(184,198,223,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(109,136,183,1) 0%,rgba(184,198,223,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d88b7', endColorstr='#b8c6df',GradientType=0 ); /* IE6-8 */
}

#page {
	width: 820px;
	margin: 0 auto;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	border: 5px solid #fff;
}

#bar {
	background: #F2F1D2;
	height: 30px;
	text-align: left;
}

#header {
	width: 820px;
	height: 90px;
	background-image: url(../images/header_bg.png);
	background-repeat: x-repeat;
	border-top: 3px solid #fff;
	border-bottom: 5px solid #fff;
	text-align: center;
}

#navi {
	float: left;
	width: 200px;
	height: 100%;
	background: transparent;
	border-top: 3px solid #F0F3F4;
}

#content {
	float: right;
	width: 617px;
	min-height: 400px;
	background: #FFF;
	border-right: 3px solid #F0F3F4;
	border-top: 3px solid #F0F3F4;
}

#main_container {
	min-height: 400px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	border-left: 3px solid #F0F3F4;
	border-right: 3px solid #F0F3F4;
	border-top: 3px solid #F0F3F4;
}

#left_main {
	float: left;
	width: 388px;
	padding-left: 5px;
	text-align: center;
}

#right_main {
	float: right;
	width: 389px;
	padding-right: 5px;
	text-align: center;
}

#text {
	margin: 15px 50px 15px 50px;
	line-height: 22px;
	text-align: justify;
	color: #21313D;
}

#intro {
	font-size: 100%;
	color: #21313D;
	margin: 15px;
}

#footer {
	position: relative;
	text-align: center;
	height: 40px;
	background: #CBD9DE;
	border-top: 5px solid #fff;
}

#clear {
	clear: both;
}

#label {
	width: 350px;
	padding: 5px;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	font-family: Georgia, Utopia, Palatino, 'Palatino Linotype', serif;
}

#title {
	font-size: 180%;
	letter-spacing: 1px;

}

#subtitle {
	font-size: 100%;
}

#title:link, #title:visited, #subtitle:link, #subtitle:visited{
	color: #083382;
	text-decoration: none;
	display: block;
}

.navHead {
	padding: 5px;
	background: rgb(242,245,246); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,245,246,1) 0%, rgba(227,234,237,1) 37%, rgba(200,215,220,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,245,246,1)), color-stop(37%,rgba(227,234,237,1)), color-stop(100%,rgba(200,215,220,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
	color: #002C8C;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
}

#navi ul {
	font-size: 90%;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	margin-top: 10px;
}

#navi ul li {
	margin-bottom: 10px;
	color: #033070;
}

#navi ul li a {
	color: #033070;
	text-decoration: none;
}

#navi ul li a:hover {
	background: #CBD9DE;
}

#bar ul {
	padding-top: 5px;
}

#bar ul li {
	display: inline;
	padding: 0 0.35em 0 .5em;
	color: #162042;
}

#bar ul li a {
	font-size: 80%;
	text-decoration: none;
	color: #414C60;
}

#bar ul li a:hover {
	text-decoration: underline;
}

#copyright {
	padding-top: 5px;
}

.main_list {
	text-align: left;
	padding-left: 5px;
	padding-top: 10px;
}

.main_list h2 {
	font-size: 100%;
	padding: 5px;
	margin-bottom: 5px;
	color: #033070;
	background: rgb(242,245,246); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,245,246,1) 0%, rgba(227,234,237,1) 37%, rgba(200,215,220,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,245,246,1)), color-stop(37%,rgba(227,234,237,1)), color-stop(100%,rgba(200,215,220,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
}

.main_list ul {
	margin-right: 5px;
	list-style-type: none;
	list-style-position: outside;
}

.main_list li {
	margin-top: 5px;
	margin-bottom: 25px;
	color: #033070
}

.main_list li a {
	color: #033070;
	font-size: 95%;
}

.main_list ul li a:hover {
	background: #CBD9DE;
}

#active{
background: #CBD9DE;
}

.lang_img {
	float: left;
	margin: 0 25px 0 0;
	width: 140px;
}

#content h1, #main_container h1 {
	margin-top: 10px;
	font-size: 120%;
	text-align: left;
	color: #033070;
}

#content h1{
	margin-left: 50px;
}

#main_container h1{
	margin-left: 15px;
}

#text ul {
	list-style-position: inside;
}

#space {
	height: 15px;
	width: 100%;
	background: transparent;
	border: none;
}

li {
	margin-bottom: 15px;
}

#copyright {
	margin-top: 10px;
	font-size: 90%;
	color: #033070;
	font-weight: bold;
	line-height: 40px;
}

#by {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 60%;
	color: #414141;
	text-align: right;
}

#by a{
	color: #414141;
}

#intro ul{
	list-style-position: inside;
}

#address{
	margin-left: 10px;
	margin-top: 100px;
	font-size: 70%;
	color: #21313D;
}


#address a{
	color:#21313D;
	text-decoration: none;
}

