@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Lucida Sans, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	color:#333333;
	/*text-align: center;*/
}
a:link {
	color: blue;
	text-decoration: underline;
}
a:visited {
	text-decoration: underlint;
	color: purple;
}
a:hover { color: red;
              text-decoration: underline; 
}
a:active {
	text-decoration: none;
}

#outerwrapper {
	position:relative;
	width:950px;
	z-index:1;
	top: 0px;
	text-align: left;
	left: 30px;
}
#bannerwrapper {
	position:absolute;
	width:100%;
	height:409px;
	z-index:1;
}
#bannertop {
	position:absolute;
	width:100%;
	z-index:1;
}
#banner_middle {
	position:absolute;
	width:100%;
	z-index:2;
	left: 0px;
	top: 93px;
	background-color: #FFFFFF;
}
#banner_bottom {
	position:absolute;
	width:100%;
	z-index:2;
	left: 0px;
	top: 341px;
	background-color: #FFFFFF;
}
#banner_menu {
	position:absolute;
	width:500px;
	height:40px;
	z-index:5;
	left: 440px;
	top: 55px;
	text-align: left;
}

#body_title {
	position:absolute;
	width:541px;
	height:29px;
	z-index:1;
	left: 15px;
	top: 34px;
}

#text_content2 {
	position:relative;
	width:540px;
	z-index:7;
	left: 0;
	top: 0px;
	padding: 4px;
	margin-top: 10px;
}
/* sub menu ctegories*/

#menu_categories {
	position:absolute;
	width:620px;
	height:20px;
	z-index:1;
	left: 38px;
	top: 0;
	font-size:10px;
}

/* end sub menu */


#image_box {
	position:absolute;
	width:352px;
	height:289px;
	z-index:4;
	left: 251px;
	top: 278px;
}
#text_content {
	position:relative;
	width:900px;
	z-index:3;
	left: 15px;
	top: 425px;
              text-align:justify;
}

#footer {
              position:relative;
	width:100%;
	z-index:5;
	margin-top: 30px;
	text-align:center;
              border-top-style:solid;
              border-width:3px;
              border-color:red;
              padding-top:5px;
              padding-bottom:15px

}

#allflags {
	position:relative;
	width:444px;
	z-index:2;
	top: 10px;
	text-align:center;
	left: -3px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 45px;
	margin-left: 2px;
}
#caption_txt {
	position:relative;
	width:100%;
	height:20px;
	z-index:6;
	margin: 4px;
	padding-top: 5px;
	top: 25px;
}
#box {
	position:relative;
	width:540px;
	z-index:6;
	left: 0;
	top: 0;
	border: thin solid #666;
	padding: 4px;
	margin-top: 10px;
}

#image_holder {
	position:relative;
	width:900px;
	z-index:6;
	left: 0;
	margin-top: 10px;
}
/* classes sub menu */
.submenu {
	font-size: 10px;
	color: #000000;
}

#submenu a {
color:#fff;
}

#submenu a:hover {
color:#000000;
text-decoration: none;
}

.submenu_nostyle {
	font-size: 10px;
	color: #000;
}
.text_header {
	font-size: 16px;
	font-weight: bold;
}
.text_footer { font-size: 11px; 
}
.text_headline { font-size: 18px; font-weight: bold; }
.caption_txt { font-size: 11px; float: right; }
.body_image { float: right; margin-bottom: 10px; margin-left: 20px; }
.body_image2 { margin-top: 10px; margin-bottom: 10px; padding-top: 10px; padding-bottom: 10px; }
