/* ------ HTML Elements ------ */

body, html {
	color:#06F;
	background: #FFF;
	font-size: 12px;
	line-height: 15px;
}
body,form,select,input,button,textarea {
	font-family: Arial,Helvetica,sans-serif;
}
p {
	margin:15px 0;
	padding:0;
}
a:link, a:visited {
	text-decoration:underline;
	color:#06f;
}
a:hover, a:active {
	text-decoration:underline;
	color:#000;
}
a:focus {
	border: 0;
	outline: 0;
}
em {
	font-style:italic;
}
th {
	font-weight:bold;
}
ol,ul,dl {
	margin-left:15px;
	margin-bottom:15px;
}
ol li {
	list-style: decimal outside;	
}
ul li {
	list-style: disc outside;
}
h1,h2,h3,h4,h5,h6,strong {
	font-weight:bold;
	margin-bottom:10px;
}
table {
	margin:10px 0 10px 0;
}
td,th {
	padding-right:10px;
}
hr {
	border: none; 
	border-bottom:1px solid #333;
	height:0;
}
/* ------ Page Structure ------ */

.fc {
	clear: both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}

/* ------ Headings ------ */

h1 {
	font-size: 17px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}

/* ------ Forms ------ */

button, input[type="checkbox"], input[type="radio"], input[type="reset"], input[type="submit"] {
	padding:1px;
}
select, input, button, textarea {
	font-size:99%;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

/* ----------- */

#language {
	position: absolute;
	top: 10px;
	right: 10px;
}
#header {
	height:68px;
	background-image: url(/gfx/header.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main {
	background-color: #f0f0f0;
	height: 400px;
	overflow-y:auto;
	overflow-x:hidden;
}
#wrapper {
	width: 970px;
	padding:26px 0;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	height:68px;
	background-image: url(/gfx/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#column1 {
	width:210px;
	margin-right: 25px;
	float:left;
}
#column2 {
	width:510px;
	float:left;
}
#column3 {
	width:200px;
	margin-left: 25px;
	float:left;
}
#column2 h1 {
	padding:0 35px;
}
#column2 p {
	padding:0 35px;
	color:#000;
}
#column2 strong {
	color:#06f;
	font-weight: normal;
}
.black {
	color:black;
}
.extraspace {
	margin:30px 0;
}

#slideshow {
	width:510px;
	height:319px;
	margin-top:18px;
	cursor:pointer;
}