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

* {
	margin: 0px;
	padding: 0px;
	font-size: 100.01%;
}

html {
	height: 100%;
}

body {
	min-height: 100.01%;
	/* background-image: page based */
	background-repeat: repeat-y;
	background-position: center;
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	margin-top: 2em;
}

h1 { font-size: 200% }                        /* 24px */
h2 { font-size: 166.67% }                     /* 20px */
h3 { font-size: 150% }                        /* 18px */
h4 { font-size: 133.33% }                     /* 16px */
h5 {
	font-size: 116.67%;
	margin-top: 1.5em;
}                     /* 14px */
h6 { font-size: 116.67%; font-style:italic }  /* 14px */

p {
	line-height: 1.5em;
	margin-top: 1em;
	text-align: justify;
}

ul, ol, dl {
	line-height: 1.5em;
	margin: 0;
	padding-top: 1em;
}

li {
	margin-left: 1.5em;
	line-height: 1.5em
}
li.nav_main {
	display: inline;
	margin-left: 20px;
}

a, a:link, a:visited, a:active {
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

small {
	font-size: 80%;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#page {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2em;
}

#col1 {
	float: left;
	width: 222px;
	height: 680px;
	/* background-image: page based */
	background-repeat: no-repeat;
}

#col1_content {
	padding-top: 65px;
}

#col2 {
	float: left;
	width: 600px;
}

#col2_content {
	padding-right: 20px;
	padding-left: 80px;
	padding-bottom: 0em;
}

#col3 {
	float: left;
	width: 158px;
	/* background-image: page based */
	background-repeat: no-repeat;
	background-position: 0px 220px;
}

#col3_content {
	padding-top: 710px;
	text-align: right;
}

.float_left {
	display: block;
	float: left;
	margin-bottom: 0.75em;
	margin-right: 10px;
}

.regular {
	font-weight: normal;
}

.top {
	margin-top: 0px;
}

.language {
	color:#FFFFFF;
	font-family:Verdana, sans-serif;
	font-weight:bold;
	font-size:10px;
	padding-left: 28px;
}

#footer {
	clear: both;
}
