@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #487906;
	background-image: url(images/bodybgr.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}
#container {
	width: 950px;
	margin: 0 auto;
	text-align: justify;
	background-color: #755e0b;
	background-image: url(images/pagebgr.jpg);
	background-repeat: repeat-y;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 368px;
	width: 950px;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#mainContent {
	padding: 0 20px;
}
#menu {
	width: 280px;
	height: 200px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#menu a {
	color: #FFFF00;
	text-decoration: none;
}

#menu a:hover {
	color: #330000;
}
#menu li {
	color: #FFFF00;
	font-weight: bold;
	background-image: url(images/menubgr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	list-style-position: inside;
	list-style-type: disc;
	margin-left: -40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 24px;
}
#menu li:hover {
	color: #330000;
}

#concept {
	height: 190px;
	width: 560px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 330px;
	padding-top: 17px;
}
#concept img {
	border: 1px solid #000000;
}


#footer {
	background-color: #487906;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 240px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 930px;
	font-size: 80%;
}
#texts a {
	color: #FFFFFF;
}

#texts a:hover {
	color: #FFFF00;
	text-decoration: none;
}
#footer p {
	padding-top: 155px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 10px;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
}





#forms {
	width: 45%;
	margin: 0 auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
input, textarea {
	background-image: url(images/formbgr.png);
	background-repeat: no-repeat;
}
select {
	background-color: #C8BF9B;
}
#forms table {
	width: 100%;
	text-align: right;
	line-height: 35px;
}
fieldset {
	color: #CCCCCC;
	border: 3px double #B7AA7C;
	padding: 10px;
}
#forms legend {
	color: #FFFFFF;
}
input.but {
	background-image: none;
}
input.but:hover {
	color: #FF0000;
}

#forms label {
	color: #CCCCCC;
}
.obligatory {
	color: #FF0000;
}
.leftimg {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 50px;
	border: 3px double #000000;
}

div.box {
	background-image: url(images/box.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 345px;
	height: 200px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	padding: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 420px;
	color: #FFFF99;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	display: block;
}
div.textbox {
	width: 800px;
	height: 200px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFF99;
	font-weight: bold;
	font-size: 110%;
	text-align: left;
	display: block;
	padding: 40px;
}
.floatleft {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 3px double #000000;
}
.underimage {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFF99;
	font-weight: bold;
	font-size: 110%;
	text-align: left;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
a.back {
	padding: 5px;
	color: #000000 !important;
	text-decoration: none;
	font-weight: bold;
	border: medium outset #CCCCCC;
	background-color: #D9D1B9;
}
a.back:hover {
	background-color: #514209;
	color: #FFFFFF !important;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}
.highlight {
	font-weight: bold;
	font-style: italic;
	color: #FFFF99;
}
table.data {
	border: medium groove #D2AC15;
}
table.data td {
	background-color: #604F0B;
	border: thin groove #D2AC15;
	text-align: center;
	padding: 6px;
}
.centered {
	text-align: center;
}
#gallery {
	text-align: center;
}
#gallery img {
	margin: 10px;
}
.smalltext {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #33FFFF;
	font-variant: small-caps;
}
