@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#CCCCCC;
	color:#FFFFFF;
	text-align:center;
	font-family:"Century725 BT", Century, Georgia, Verdana, "Times New Roman";
	font-size: 100%;
	}
	
#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align:left;	
	}
	
#clear {
	clear:both;
	}
	
/* --------------- position container elements --------------*/

#header{
	position:relative;
	background:#0c1641 url(../images/header_background.jpg) left top no-repeat;
	height:270px;
	}
#headerleft{
	float:left;
	width:400px;
	}
#headerright{
	float:right;
	width:300px;
	margin-right:15px;
	margin-top:60px;
	}

#headerright ul{
	list-style-type: none;
	list-style-image: none;
}

#headerright li {
	float:right;
}
#headerright a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 1.2em;
}
#headerright a:hover, #headerright a:focus, #headerright a:active {
	color:#FFFF00;	
}
		
#langmenu {
	font-size: 1.1em;
	width: 100%;
}

#langmenu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#langmenu li {
	margin: 0px;
	padding: 0px;
	float: right;
}
#langmenu a {
	color: #FFFF00;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 16px;
}
#langmenu a:hover, #langmenu a:focus, #langmenu a:active {
	color:#FFFFFF;
}

#contentwrapper{
	position:relative;
	background:#1a026c url(../images/content_background.jpg) left top no-repeat;
	height: 646px;
	}
	
#sidebar{
	float:left;
	background:#00456a url(../images/menu.jpg) left top no-repeat;
	width: 233px;
	height: 628px;
	margin-left:10px;
	
	}
	
#mainNav{
	padding-top: 14px;
}

#mainNav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#mainNav li {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	
}
#mainNav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 5px;
	font-size: 0.8em;
}
#mainNav a:hover, #langmenu a:focus, #langmenu a:active {
	color:#FFFF00;
	
}
#content {
	float:right;
	width:512px;
	margin-top:20px;
	margin-right:20px;	
}

#wrapper #contentwrapper #content #contentMain #form1 {
	padding-left: 75px;
}
#wrapper #contentwrapper #content #contentMain #form1 #ok {
	float: right;
}

	
#contentMain h4{
	margin-top: 7px;
	margin-bottom: 3px;
	border-bottom:solid;
	border-bottom-color:#FFFF00;
	border-bottom-width: 1px;
	}
	
#contentMain p{
	text-align:justify;
	font-size: 0.9em;
	}
	
.offleft {
	margin-left: -9000px;
	position: absolute;
	}
.padding {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 17px;
}
.clearfloat {
	clear: right;
}
.remark {
	font-weight: bold;
	color: #FFFF00;
	font-size: 1em;
}

.formwidth {
	width:320px;
	}

.formtransparentBk{
	width:500px;
	height:540px;
	background-color:transparent;
	border:none;
	color:#FFFFFF;
	font-family:"Century725 BT", Century, Georgia, Verdana, "Times New Roman";
	text-align:justify;
}
