@CHARSET "UTF-8";

body {
	background-image: url('../images/background.jpg');
	background-position: left top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 134px 0px 25px;
	font-family: Bookman Old Style,Times New Roman,serif;
	font-size: 11pt;
	min-width: 600px;
}
#headContainer {
	position: fixed; 
	top: 0px; 
	height: 134px; 
	width: 100%;	
}
#header {
	background-image: url('../images/header1.jpg'); 
	background-repeat: no-repeat;
	padding-left: 178px; 
	height: 100px;
	font-size: 12pt; 
	font-weight: bold; 
	color: #FFFFFF; 
}
.logo {
	margin-left: -178px; 
	float: left;
}
.flags {
	margin: 0px;
	padding-top: 5px; 
	padding-right: 20px; 
	padding-left: 20px; 
	text-align: right;
	white-space: nowrap;
}
.headerText {
	margin: 0px; 
	padding-top:50px; 
	padding-left: 20px;
	white-space: nowrap;
	position: absolute;
}
#navigation {
	background: url('../images/navigationBackground.jpg'); 
	height: 30px;
	padding: 3px 20px 0px;
	color: #2d2b2e;
	font-weight: bold;
	white-space: nowrap;
}
#navigation a, a:visited {
	color: #2d2b2e;
	text-decoration: none;
}
#navigation a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#navigationSpacer {
	background-color: #d1e7cf;
	position: absolute;
	margin: 0px;
	padding: 0px;
	font-size: 4px;
	height: 4px;
}
#mainContent {
	padding: 20px;
	color: #5e5e60; 
}
#mainContent p {
	color: #5e5e60;
	font-size: 12pt;
}
#mainContent a, a:visited {
	color: #5e5e60;
	font-size: 11pt;
	text-decoration: none;
}
#mainContent a:hover, a:active {
	color: #2d2b2e;
	text-decoration: underline;
}
#mainContent h1 {
	color:#2d2b2e; 
	margin-top:0px;
	font-size: 20pt;	
}
#mainContent img {
	border: 2px #d1e7cf solid;
	margin: 0px 5px;	
}
#footer {
	background: url('../images/navigationBackground.jpg'); 
	height: 30px;
	bottom: 0px; 
	position: fixed;
	width: 100%;
	color: #5e5e60;
	font-weight: 600;
	/*background-color: #d1e7cf;*/
}
#footer a, a:visited {
	color: #5e5e60;
	text-decoration: none;
}
#footer a:hover, a:active {
	color: #2d2b2e;
	text-decoration: underline;
}
.footerText {
	padding:10px 20px 0px;
	margin: 0px;
	white-space: nowrap;
}
.list {
	list-style-image: url(../images/icons/leaf.gif);
	border: 1px solid black;
	padding: 6px 0px 6px 40px;
}
li {
	vertical-align: top;
}
