@charset "utf-8";
.body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCC;
	background-color: #036;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	}

/* CSS Document */

.container {
	width: 880px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #06F;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.headercontainer {
	background-color: #333;
	text-align: center;
	width: 100%;
	padding-right: 0%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0%;
	height: auto;
	float: left;
}
.header {
	background-color: #333;
	text-align: right;
	width: 72%;
	padding-right: 0%;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 0%;
	height: auto;
	float: left;
	margin-left: 10px;
}
.flags {
	text-align: right;
	float: right;
	width: 12%;
	padding-top: 5px;
	display: block;
	vertical-align: text-top;
}
a.flaglink:link {
	text-decoration: none;
	color: #333;
}
a.flaglink:visited {
	text-decoration: none;
	color: #333;
}
a.flaglink:hover {
	text-decoration: none;
	color: #333;
}
a.flaglink:active {
	text-decoration: none;
	color: #333;
}
.topseparat {
	background-color: #06F;
	height: 20px;
	font-size: small;
	text-align: center;
	color: #333;
	font-weight: bold;
	clear: both;
}
.maincontainer {
	background-color: #333;
	width: 100%;
	padding: 0;
}
.rightcontent {
	width: 100%;
	float: right;
	padding-top: 10px;
	padding-left: 0px;
	text-align: left;
	height: 400px;
	padding-bottom: 10px;
}
.leftcontent {
	background-color: #333;
	width: 36%;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: inherit;
	clear: left;
	padding-right: 5px;
	text-align: justify;
}
.bottomsidebar {
	background-color: #333;
	font-size: small;
	text-align: center;
	color: #06F;
	font-weight: bold;
	padding-top: 5px;
	clear: both;
}
.botseparat {
	background-color: #06F;
	height: 5px;
	text-align: center;
	color: #333;
	font-weight: bold;
	clear: both;
}
.footer {
	background-color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: xx-small;
	text-align: center;
	clear: both;
	float: none;
}
a:link {
	text-decoration: none;
	color: #333;
}

a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #333;
}
a.bottomlink:link {
	text-decoration: none;
	color: #06F;
}
a.bottomlink:visited {
	text-decoration: none;
	color: #06F;
}
a.bottomlink:hover {
	text-decoration: none;
	color: #09F;
}
a.bottomlink:active {
	text-decoration: none;
	color: #06F;
}
h2 {
	font-size: small;
}
h3 {
	font-size: small;
}
h4 {
	font-size: small;
}
