﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	background-image: url("../img/background.gif");
	background-repeat: repeat-x;
	text-align: center;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #1a88ce;
}

a:hover {
	color: #105581;
}


#outer {
	width: 851px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url("../img/back_blue_dark.gif");
	background-repeat: repeat-y;
}

#inner {
	width: 851px;
	background-image: url("../img/flow.gif");
	background-repeat: no-repeat;
	background-position: 0 100%;
}

#sideBar {
	width: 200px;
	min-height: 600px;
	float: left;
}

#rightBox {
	float: right;
	width: 651px;
	background-image: url("../img/back_blue.gif");
	background-repeat: repeat-y;
}

#content {
	width: 551px;
	min-height: 579px;
	float: right;
	background: #def4ff;
	line-height: 140%;
	font-weight: normal;
	color: #2373A6;	
}

#languageBar {
	height: 21px;
	clear: right;
	width: 100%;
	text-align: right;
	padding: 0;
	background: #98c6de;
}

#mainMenu {
	margin-top: 106px;
	text-align: right;
	text-decoration: none;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
}

#mainMenu li {
	padding: 4px 7px;
	list-style: none;
}

#mainMenu a:link, #mainMenu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#mainMenu a:hover {
	color: yellow;
}

.spacer {
	clear: both;
}

.flag {
	margin: 3px 4px 3px 0;
	border: 0;	
}

