body,td,th {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	margin:0px;
}

html{
	height:100%;
	background-color: #c4d721;
	}
body {
	height:100%;
	background-image: url(gfx/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	scrollbar-face-color: #d8ffaa;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
}

.clear { clear: both; }

p {
	font-family: arial;
	font-size: 15px;
	color: #FFFFFF;
	line-height:22px;
}

h1 	{font-family: Arial;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: normal;
	 }
	 
h2 	{font-family: Arial;
	font-size: 14px;
	color: #8cc63f;
	font-weight: bold;
	 }
	 
h3 	{font-family: Arial;
	font-size: 18px;
	color: #8cc63f;
	font-weight: normal;
	 }

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {color: #FFFFFF; font-weight: normal;  text-decoration: underline;}
a:hover {color: #EEEEEE; font-weight: normal;  text-decoration: underline;}
	
	
.container {
	/*height: 100%;*/
	width: 919px;
	position: relative;
	min-height:100%;
	margin:auto;
	float: none;
}
.mainpage {
	/*height: 100%;*/
	width: 919px;
	position: relative;
	margin:auto;
	min-height:100%;
	float: none;
}
.top {
	float: left;
	height: 292px;
	width: 919px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
}

.topline {
	float: left;
	height: 184px;
	width: 919px;
	position: relative;
	background-image: url(gfx/logo.jpg);
	background-repeat: no-repeat;
}

.contentcontainer {
	float: left;
	width: 687px;
	position: relative;
	height: 88px;
	background-image: url(gfx/bg_flags.gif);
	background-repeat: no-repeat;
	padding-left: 232px;
}
.flags {
	float: left;
	height: 88px;
	width: 76px;
	position: relative;
}

.web20container {
	float: left;
	width: 687px;
	position: relative;
	height: 388px;
	padding-left: 260px;
}
.web20 {
	float: left;
	margin: 15px;
	position: relative;
}


.bottom {
	float: left;
	/*height: 36px;*/
	width: 919px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

.bottom2 {
	float: left;
	width: 919px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: justify;
}


