body {
	font-family: Helvetica, Arial, sans-serif;
	color:#333333;
	font-size:75%;
	line-height:140%;
	background:#FFF;
}

p {
	margin:0px 0px;
	padding:0px 0px;
}

b {color: #1a5678;}

a {
	color:#2485bd;
	text-decoration:none;
}

a:visited {color:#2485bd;}

a:hover {text-decoration:underline;}

hr {
	height:1px;
	border:1px solid #555;
}

a img {border:0;}

#emptyTextInput {color: #555;}

#wrapper {
	width:1000px;
	margin-top:-8px;
	position:absolute;
	top:0;
	left:50%;
	margin-left: -500px;
}

#header {
	width:1000px;
	height:500px;
}

#nav {
	background:none;
	height:70px;
	margin:0px;
	padding:0px;
	width:1000px;
	color:#555;
	border-bottom:1px solid #eee;
}

#nav a {
	height: 40px;
	width: auto;
	padding-top: 30px;
	float:left;
	text-align: center;
	text-decoration:none;
	color: #000;
	background:transparent;
}


#content {
	padding: 0px 20px 0px 20px;
	width: 960px;
	overflow:hidden;
	background:url(/static/images/default/layout/bodymiddle.jpg) repeat;
}

#bottom {
	padding:0px 0px 0px 0px;
	width:1000px;
	height:24px;
	background:url(/static/images/default/layout/bodybottom.jpg);
}

#content_block {
	padding:0px 0px 0px 0px;
	background:transparent;
	clear:both;overflow:hidden;
	padding:10px 5px 10px 5px;
	display:inline-block;
	text-align:justify;
}

#content_block_top {
	padding:0px 0px 0px 0px;
	border-bottom:solid 1px #CCCCCC;
	background:transparent;
	clear:both;
	overflow:hidden;
	padding:10px 5px 10px 5px;
	display:inline-block;
	text-align:justify;
}

#content_block_left {
	padding:0px 0px 0px 0px;
	width:67%;
	background:transparent;
	clear:none;
	overflow:hidden;
	padding:10px 15px 10px 5px;
	float:left;
	display:inline-block;
	height:100%;
	text-align:left;
}

#content_block_right {
	padding:0px 0px 0px 0px;
	background:transparent;
	clear:none;
	overflow:hidden;
	padding:10px 5px 10px 5px;
	display:inline-block;
	text-align:left;
}

#content h1 {
	color: #1a5678;
	margin:0px 0px 0px 0px;
	padding:5px 0px 4px 5px;
	font:normal 200%/100% Arial,sans-serif;
	border-bottom:solid 1px #CCCCCC;
	background:transparent;
}

#content_block_right h2 {padding-top: 0px; color: #1a5678;}

#content h2 {
	color:#333;
	font-family:Arial,sans-serif;
	font-size:150%;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:100%;
	margin:0px;
	padding:5px 0px 4px 0px;
}

#content h2 a,#content h2 a:visited {
	color:#333333;
	text-decoration:none;
}

#content h2 a:hover {
	color:#44a1d0;
	text-decoration:none;
}

.hidden {
	clear:both;
	visibility:hidden;
}

img.center,img[align="center"]{
	display:block;
	margin-left:auto;margin-right:auto;
}

img.left,img[align="left"]{
	float:left;
	margin:2px 10px 5px 0px;
}

img.right,img[align="right"]{
	float:right;
	margin:2px 0px 5px 10px;
}

#footer {
	height: 75px;
}

#languageSwitch {
	top:0;
	width: 100px;
	height: 17px;
	position: absolute;
	right:10px;
	border: 2px solid #000;
	border-top: 0;
	text-align: center;
	z-index: 12;
	background-color: #FFFFFF;
	overflow: hidden;
}