﻿body {
	font: 80% sans-serif;
	background-color: #fff;
	color: #000;
}
input, select, textarea {
	font-size: 100%;
}
img {
	border: 0px;
}
a {
	color: #4a529d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	color: gray;
	background-color: gray;
	height: 1px;
}
#mainContainer {
	width: 1003px;
}
#siteLogo {
	float: left;
	width: 135px;
	margin-right: 5px;
	text-align: center;
}
#sideLinks {
	clear: left;
	float: left;
	width: 135px;
	margin-right: 5px;
	text-align: left;
	border: 1px solid green;
	margin-top: 5px;
	background-color: #fff;
	padding: 5px;
}
#setPreferences {
	font-size: 10px;
	margin-top: 5px;
	text-align: center;
}
#setPreferences select option {
	background-color: #fff;
	background-repeat:no-repeat;
	background-attachment: scroll;
	background-position: center right;
}
#setPreferences select option[value='/en/'] {
	background-image: url('/images/flags/en.gif');
}
#setPreferences select option[value='/es/'] {
	background-image: url('/images/flags/es.gif');
}
#setPreferences select option[value='/de/'] {
	background-image: url('/images/flags/de.gif');
}
#mainFooter {
	font-size: 80%;
	clear: both;
}
.error {
	color: #c00;
	font-weight: bold;
}
.clearFix {
	display: inline-block;
}
.clearFix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

