html,body,p,h1,h2,h3,h4,h5,h6
{
	margin: 0;
	padding: 0;
}

body
{
	background: #FFFFFF;
	color: #111;
	font-size: 14px;
	height: 100%;
}

*
{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}

img
{
	border:0;
}

a
{
	outline: 0;
	color: #666;
}

a:active
{
	position: relative;
	top: 1px;
}

#site
{
	position: relative;
	padding: 50px 0px 50px 0px;
	height: 100%;
}

.page
{
	width: 960px;
	margin: 0 auto;
	padding: 0 40px;
}

#blue-footer
{
	background:#00A2E2;
	color:#FFFFFF;
	
	border: 0px;
	
	position: fixed;
	bottom: 0;
	
	width: 100%;
	height: 30px;

	z-index: 200;
}

#blue-footer div.large
{
	color: #FFFFFF;
	font-size: 20px;
	letter-spacing: -0.02px;
	text-align: left;
	margin-left: 20px;
	font-weight: bolder;
}

#blue-footer div.table
{
	display: table;
	border: 0;
	height: 100%;
	width: 100%;
	float: left;
}

#blue-footer div.cell
{
	display: table-cell;
	vertical-align: middle;
}

.col_left
{
	position: fixed;
	float: left;
	z-index: 0;
}

.col_content
{
	float: left;
	margin-left: 180px;
	background-color: #FFFFFF;
}

.col_left .indent
{
	padding-left: 30px;
}

.col_content
{
	width: 600px;
	z-index: 100;
}

.col_content .indent
{
	padding-left: 40px;
}

.col_left
{
	width: 180px;
}

UL.menu
{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

UL.menu LI
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

UL.menu a
{
	color: black;
	display: block;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: .5px;
	padding: 0 0 9px 0;
}

UL.menu LI.current a
{
	text-decoration: underline;
}

.indent .logo
{
	padding-bottom: 20px;
}

#lang_menu
{
	position: fixed;
	bottom: 35px;
	margin-left: 10px;
	z-index: 0;
}

#disclaimer
{
	position: fixed;
	bottom: 3px;
	right: 3px;
	font-size: 0.9em;
	z-index: 200;
	color: #FFFFFF;
}

#disclaimer a
{
	color: #FFFFFF;
	text-decoration: none;
}

.footer-space
{
	height: 700px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.hidden
{
	display: none;
}

.nowrap
{
	white-space: nowrap;
}

.clear:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear
{
	display: block;
}

.col_content p
{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.2px;
	margin-bottom: 0.5em;
}

h1
{
	font-size: 34px;
	letter-spacing: -0.02px;
	line-height: 40px;
	margin: 0 0 50px;
	font-weight: normal;
}

h2
{
	font-size: 14px;
	letter-spacing: 0.2px;
	font-weight: bold;
	display: inline;
}

.line_height_1-8
{
	line-height: 1.8;
}

* html .clear
{
	height: 1%;
}
