body {
	background-color: #742227;
	font-family: "Trebuchet MS", "Lucida Sans", helvetica, sans-serif;
	font-size: 10pt;
	height: 95%;
	width: 95%;
}

hr {
	display:none;
}

img {
	border-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

.arrow {
	vertical-align: bottom;
}


#main_frame {
	background-color: #ffffff;
	height: 475px;
	width: 740px;
	border: 8px solid #CA2226;
	position: relative;
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/intro_bg.gif);
}

#main_text {
	overflow: auto;
	width: 330px;
	height: 350px;
	bottom: 80px;
	position: absolute;
	left: 402px;
}
#main_title {
	overflow: hidden;
	width: 326px;
	height: 40px;
	top: 5px;
	position: absolute;
	left: 404px;
}

#main_arrow {
	width: 250px;
	height: 4px;
	bottom: 55px;
	position: absolute;
	left: 490px;
	background-image: url(../img/3arrow.gif);
	background-repeat:no-repeat;
	z-index:2;
	background-position: bottom;
}
#main_title h1 {
	font-family: "Trebuchet MS", "Lucida Sans", helvetica, sans-serif;
	font-size: 20pt;
	letter-spacing: 1px;

	background-image: url(../img/h1_back.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#main_menubanner {
	background-image: url(../img/langsel_bg.gif);
	height: 20px;
	width: 740px;
	bottom: 49px;
	position: absolute;
	border-top: 2px solid #CA2226;
	z-index: 1;
}

#main_lang {
	position:absolute; left:385px; bottom:-1px; width:355px; height:50px; z-index:1
}


#main_logo {
	position: absolute;
	height: 184px;
	width: 187px;
	left: 23px;
	bottom: 50px;
	z-index: 2;
	top: 52px;
}

#main_menu {
	position: absolute;
	height: 40px;
	width: 475px;
	left: 265px;
	z-index: 2;
	bottom: 0px;
	top: 437px;
}

#main_logotext {
	position: absolute;
	height: 55px;
	width: 186px;
	left: 23px;
	z-index: 2;
	top: 412px;
}

.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

a {
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Sans", helvetica, sans-serif;
	font-size: 10pt;
	color: #990000;
	font-weight: bold;
}

#main_menu  a.selected {
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Sans", helvetica, sans-serif;
	font-size: 9pt;
	color: #222222;
	font-weight: normal;
	height: 20px;
}


#main_menu  a:hover, a:hover {
	text-decoration: underline;
	color: #000000;
}


h3 {
	font-family: "Trebuchet MS", "Lucida Sans", helvetica, sans-serif;
	font-size: 11pt;
}

p {
	font-family: "Trebuchet MS", "Lucida Sans", helvetica, sans-serif;
	text-align: justify;
}

ul{
	margin-left: 0px;
	list-style-type: none;
	padding-left: 0px;	
	text-indent: 0pt;
}


li {
	list-style-type: none;
	background-image: url(../img/arrow90.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	text-indent: 0px;
	width: auto;
	background-position: 0px 6px;
	text-align: left;
	display: inline;
}