body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 18px;
  background-color: #FFF;
  color: #000;
}

img:link {
	text-decoration: none;
} 

img:visited {
	text-decoration: none;
}

img:hover {
	text-decoration: none;
}

img {
	text-decoration:none;
	border: solid 1px black;
}

table {
	width: 390px;
}

ul {
	text-align: left;
}

fieldset {    
float: left;    
clear: both;    
width: 100%;    
margin: 0 0 1.5em 0;    
padding: 0;    
border: 1px solid #BFBAB0;
background-color: #FFFFFF;
}
legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold;  
}  
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;  
}  
fieldset li {    
float: left;    
clear: left;    
width: 100%;    
padding-bottom: 1em;  
}
fieldset.submit {    
float: none;    
width: auto;    
border-style: none;    
padding-left: 12em;    
background-color: transparent;    
background-image: none;    
}
label {    
float: left;    
width: 10em;    
margin-right: 1em;    
text-align: right;  
}

#container {
	width: 715px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px 5px 5px;
}

#header {
	background-image:url(images/header.jpg);
}

#nav {
	height: 36px;
	width: 715px;
	text-align: center;
}

#content {
	width: 715px;
	margin: 0px 0px 5px 0px;
	padding: 5px 25px 5px 25px;
	font-size: .8em;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
}

#contentlanguage {
	width: 715px;
	margin: 0px 0px 5px 0px;
	text-align: center;
	padding: 5px 25px 5px 25px;
	font-size: .8em;
	background-image:url(images/bg2.jpg);
	background-repeat:repeat-y;
}

#contettext {
	width: 646px;
	text-align: center;
	padding: 5px 10px 10px 10px;
	font-size: .8em;
	background-color:#FFF;
	border: 1px #000 solid;
	overflow: auto;
}

#contettextleft {
	width: 646px;
	text-align: left;
	padding: 5px 10px 10px 10px;
	font-size: .8em;
	background-color:#FFF;
	border: 1px #000 solid;
	overflow: auto;
}

#contetform {
	width: 546px;
	padding: 5px 60px 10px 60px;
	font-size: .8em;
	background-color:#FFF;
	border: 1px #000 solid;
	overflow: auto;
}

#footer {
	height: 15px;
	padding: 0px 5px 0px 5px;
	clear: both;
	text-align: center;
	font-size: .6em;
	color:#000;
}

#left {
	float: left;
	width: 320px;
}

#right {
	float:right;
	width: 320px;
}

.heading {
		font-size: 1.4em;
		font-weight: bold;
}

.bold {
	font-weight: bold;
}

.imgpadding {
	padding: 0px 10px 0px 10px;
}

.imgfloatright {
	float: right;
	margin-left: 5px;
}

.imgfloatleft {
	float: left;
	margin-right: 5px;
}

.clrleft {
	clear:left;
}

.clrright {
	clear:right;
}

.clrboth {
	clear:both;
}

.marginfix {
	margin-left: auto;
	margin-right: auto;
}

.noborder {
	border: none;
}

.marinemargin {
	margin-left: 67px;
}

.bold {
	font-weight: bold;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.block {  
	display: block;  
}

.hide {
	display: none;
}

.vertical {
	vertical-align: 55%;
}

.email {
	padding-right: 5px;
}

