/*
* {
	margin: 0;
	padding: 0;
}
*/
body {
	background: #E6E6B4;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

#box {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
  	background: url('../images/body-back.gif') repeat-y;
	
}

#header {
	position:relative;
	margin: 0 auto;
	text-align:center;
	width:750px;
}

#topPicture {
	height: 150px;
	width:750px;
	background: url('../images/header.gif') no-repeat;
}

#lang {
	position: absolute;
	top: 5px;
	right:48px;
	width: 90px;
	height: 12px;
}

#lang img {
	border:0;
}

#lang span {
	cursor: pointer; 
}

#menu {
	margin: 0;
	height: 38px;
	padding: 0 10px;
	background: #fff url('../images/left.gif') no-repeat;
	font-weight: bold;
}	

#menu li {
	float: left;
	width: 81px;
	height: 38px;
	list-style: none;
}

#menu #hover a, 
#nav #hover a:link, 
#nav #hover a:visited {
	background: url('../images/button-81.gif') 0 0 no-repeat;
	display: block;
	padding-top:17px;
	padding-bottom:8px;
	margin: 0 auto;
	color: #000000;
	text-decoration: none;
	text-align: center;
}	

#menu .hover a, 
#nav .hover a:link, 
#nav .hover a:visited {
	background: url('../images/button-81.gif') 0 0 no-repeat;
	display: block;
	padding-top:17px;
	padding-bottom:8px;
	margin: 0 auto;
	color: #000000;
	text-decoration: none;
	text-align: center;
}	

#menu #hover a:hover {
	color: #006400;
	background-position: 0px -38px;
}	

#menu .hover a:hover {
	color: #006400;
	background-position: 0px -38px;
}	

#menu #selected {
	height: 38px;
	background: url('../images/buttonSelected-81.gif') no-repeat bottom;
}

#menu #selected a, 
#nav #selected a:link, 
#nav #selected a:visited {
	display: block;
	padding: 17px 0 0 0;
	margin: 0 auto;
	height: 23px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}	


#mainContent {
	clear: both;
	width: 750px;
	margin:0 auto;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 15px;
	line-height: 1.5em;
	color: #000000;
}

#mainContent p
{
	font-size: 15px;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#mainContent span {
	cursor: pointer; 
}

#mainContent a {
	font-weight: bold; 
}
	
#footer {
	clear: both;
	width: 760px;
	margin:0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	line-height: 1.5em;
	/*background: #FFFFFF no-repeat;*/
	color: #999999;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer .selected {
	font-weight: bold;
	font-weight: 900;
	color: #000000;
}

a {
	color: #618430;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #769945;
}

.textField
{
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.errorMessage {
	display: block;
	padding-bottom: 10px;
	font-size: .8em;
	color: #CC0000;
}

td {
	font-weight: normal;
    font-size: 11px;
    color: #000000;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

#mainContent td img, .imgBorder
{
	padding: 2px; 
	border: 1px solid #000;
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	list-style-position: inside;
	list-style-image: url('../images/lat.jpg');
	text-align: justify;
}

.list li span{
	padding-left: 5px;
}

#wrap-footer {
	width: 760px;
	height:5px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
  	background: url('../images/footer-bottom.gif') no-repeat;
}