body{
	padding: 20px;
	background-color: #FFF;
	text-align: center;
	font-family: Tahoma, sans_serif;
	font-size: 10pt;
	color: #003333;
}

div{
	/*border:1px solid silver;*/
}

h1{
	color: #FF9900;	font-size: 14pt;
}
h2{
	font-size: 11pt;
	color: #0099CC;
}



#content{
	float: right;
	display: block;
	width: 520px;
	color: #006666;
	
}

#error{
	color: red;
}

#footer{
	text-align: center;
	display: block;
	height: 80px;
	padding-top: 35px;
	background: #FFF url(../img/footer.jpg) top right no-repeat;
	font-size: 9pt;
	color: #99CCCC;
}

#form{
	border: 1px solid #99CCCC;
	padding: 10px;
	width: 380px;
}

#main{
	display: block;
	clear:both;
	padding: 10px;
	color: #006666;
}

#marge{
	width:325px;
	float: left;
	text-align: right;
	display: block;
	padding: 70px 30px 20px 30px;
}

#nav{
	text-align: center;
	padding-top: 20px;
	width: 910px;
	height: 40px;
}

#nav ul{
	display:inline;
	margin:0;
}

#nav ul li{
/*	float: left;*/
	display: inline;
	margin:0;
	padding-left:0;
	padding-right: 2px;
	letter-spacing: 2px;
	list-style: none;
	height: 30px;
	font-size: 9pt;
}

#nav ul li a{
	text-decoration: none;
	padding: 10px;
	color: #0099CC;
}

#nav ul li a:hover{
	border-bottom: 3px solid #99CCCC;
}



#top{
	text-align: center;
}

#wrapper{
	width: 910px;
	margin: auto;
	text-align: left;
	display: block;
}



.current{
	border-top: 1px solid #FF9900;
}



.divider{
	clear: both;
	display: block;
}

.field{
	float:right;
	width: 300px;
	text-align:left;
	padding-bottom: 5px;
}

.fieldwidth{
	width:250px;
}

.label{
	float: left;
	width: 60px;
	text-align:right;
}

.row{
	clear: both;
	width:380px;
}
.verstop{
	display:none;
	visibility: hidden;
}
