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


/* HTML */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#333;
	margin:0px;
	padding:0px;
	background-color: #F1F1F1;
}
h1, h2, h3, h4 {
	font-weight: bold;
	margin: 0px;
	padding: 0;
}
h1 {
	font-size: 22px;
	color: #E8943A;
}
h1 a {
	font-size: 22px;
	color: #E8943A;
	text-decoration: none;
}
h1 a:hover {
	font-size: 22px;
	color: #E8943A;
	text-decoration: none;
}
h2 {
	font-size: 16px;
	color: #977113;
}
h2 a {
	font-size: 16px;
	color: #977113;
	text-decoration: none;
}
h2 a:hover {
	font-size: 16px;
	color: #977113;
	text-decoration: none;
}
h3 {
	font-size: 14px;
	color: #666;
}
h4 {
	font-size: 12px;
	color: #333;
}
p {
	margin: 0px;
	padding: 10px 0 40px 35px;
	line-height:20px;
	font-size: 12px;
}
a {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
hr {
	background-color: #999;
	width: 700px;
	margin: 10px auto;
	height: 2px;
	border: 0px;
}
img {
	border: 0px
}
li {
	margin: 0px;
	padding: 0px;
	line-height:18px;
	font-size: 12px;
}




/* LAYOUT */
#indexwrapper {
	width: 720px;
	margin: 150px auto 20px;
	padding: 20px 0;
	text-align:center;
}
#indexwrapper a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
	text-transform:uppercase;
}
#indexwrapper a:hover {
	color: #C00;
}
#wrapper {
	width: 720px;
	margin: 0px auto 20px;
	padding: 20px 0;
	background-color:#FFF;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #CCCFD6;
}
#header {
	height: 116px;
	margin: 0 0 30px 0;
}
#header #languages {
	position:relative;
	top:-35px;
	right:10px;
	float:right;
}
#header #logo {
	text-align:center;
	margin:20px 0;
}
#content {
	padding: 20px 35px;
	margin: 0;
	background-color: #FFF;
}
#content #left-column {
	margin:0;
	width:500px;
	float: left;
}
#content #right-column {
	margin:20px 0;
	width:100px;
	float:right;
	text-align: center;
}
#content #right-column img {
	margin:16px 0;
}
#footer {
	color: #333;
	font-size: 10px;
	margin: 0px auto;
	padding: 0;
	line-height: 20px;
	text-align:center;
}
#footer p {
	margin: 0;
	padding: 0;
	font-size:10px;
}



/* MENU */
ul#menu {
	margin:6px 0px;
	padding:0px 10px;
	list-style-type:none;
	height: 30px;
	width: 720px;
}
ul#menu li {
	position:relative;
	float:left;
	margin: 0 6px 0 0;
	padding: 8px 0px;
	height: 30px;
	text-align: left;
}
ul#menu .current {
	background: url("../images/current.gif") no-repeat 3px 12px;
}
ul#menu li:hover {
	background: url("../images/current.gif") no-repeat 3px 12px;
}
ul#menu li a {
	padding:2px 14px;
	text-decoration:none;
	font-size:10px;
	color:#333;
	text-align: left;
	display:block;
	text-transform: uppercase;
}
ul#menu li a:hover {
	color:#333;
}
ul#menu li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
}
ul#menu li ul li a {
	padding:2px 14px;
	text-decoration:none;
	font-size:10px;
	color:#333;
	text-align: left;
	display:block;
	text-transform: uppercase;
}
ul#menu li ul li a:hover {
	color:#333;
}











/* MISC */
#clear {
	clear: both;
}
.clear {
	clear: both;
}
.required {
	color:#CC0000;
	font-size:20px;
	font-weight:bold;
}

